diff --git a/index.html b/index.html index 35f29aca8..b08fc133c 100644 --- a/index.html +++ b/index.html @@ -792,9 +792,9 @@
- If a CSS selector includes a WAI-ARIA attribute (e.g., input[aria-invalid="true"]), user agents MUST update the visual display of any elements
- matching (or no longer matching) the selector any time the attribute is added/changed/removed in the DOM. The user agent MAY alter the mapping of
- the host language features into an accessibility APIinput[aria-invalid="true"]), user agents MUST update the visual display of any elements matching (or
+ no longer matching) the selector any time the attribute is added/changed/removed in the DOM. The user agent MAY alter the mapping of the host
+ language features into an accessibility API, but the user agent MUST NOT alter the DOM in order to remap WAI-ARIA markup into host
language features.
A set of user interface objects that is not intended to be included in a page summary or table of contents by assistive technologies.
-Contrast with
- Authors SHOULD use a group to form a logical collection of items in a widget, such as children in a tree widget forming a collection of siblings in a hierarchy.
- However, when a group is used in the context of a group by authors and assistive technologies is determined by the context in which it is provided.
-
- Authors MAY nest group elements. If a section is significant enough to warrant inclusion in the web page's table of contents, the author SHOULD assign it a role of
- group to form a logical collection of items in a widget, such as children in a tree widget forming a collection of siblings in a hierarchy.
+ Authors MAY nest group elements.
+
+ The proper handling of group by authors and assistive technologies is determined by the context in which it is provided. For example, when a group is the
+ accessibility child of a menu or menubar, authors MAY nest additional group elements. However, the accessibility children of the
+ innermost group MUST be limited to menuitem, menuitemcheckbox, menuitemradio and separator elements. Whereas when a
+ group is the accessibility child of a listbox, authors MUST NOT nest any group and MUST limit the groups accessibility children to option elements.
Plain HTML or Polyfill DOM Result of the MathML Quadratic FormulaTo be keyboard accessible, authors SHOULD manage focus of descendants for all instances of this role, as described in Managing Focus. Elements with the role
+ The
|