-
Notifications
You must be signed in to change notification settings - Fork 125
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editorial: In favor of "owned element" and "owning element", uses "accessibility parent", "accessibility child" and "accessibility descendant" #2010
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few comments but I'd also be ok with it as is.
<p> Authors MUST ensure that one of the following two sets of conditions is met when setting the value of <code>aria-activedescendant</code> on an element with DOM focus:</p> | ||
<ol> | ||
<li>The value of <code>aria-activedescendant</code> refers to an [=ARIA/owned=] element. An owned element is either a descendant of the element with DOM focus or a logical descendant as indicated by the <pref>aria-owns</pref> attribute.</li> | ||
<li>The value of <code>aria-activedescendant</code> refers to an <a>accessibility descendant</a>.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💯
@spectranaut one more observation which I can't link to another way: The characteristics table for aria-expanded has "The grouping element this element owns or controls is collapsed." and "The grouping element this element owns or controls is expanded." Should these uses of "owns" be adjusted? |
Co-authored-by: giacomo-petri <[email protected]>
Co-authored-by: giacomo-petri <[email protected]>
Co-authored-by: Peter Krautzberger <[email protected]>
done! thanks |
Co-authored-by: James Craig <[email protected]>
maybe we can merge this @pkra ? |
Closes #1150
As discussed in the F2F, "owned" elements refers to either descendant or the direct accessibility child. Also, using "owned" in this way is confusing, because it is not exactly the same as "aria-owns".
Preview | Diff