diff --git a/index.html b/index.html index ead4b3c60..af692a439 100644 --- a/index.html +++ b/index.html @@ -3637,7 +3637,8 @@
A nameless container element that has no semantic meaning on its own.
The generic role is intended for use as the implicit role of generic elements in host languages (such as HTML div or span), so is primarily for implementors of user agents. Authors SHOULD NOT use this role in content. Authors MAY use
Like an element with role generic can provide a limited number of accessible states and properties for its descendants, such as generic elements are exposed in accessibility APIs so that assistive technologies can gather certain properties such as layout and bounds.
Like an element with role generic can provide a limited number of accessible states and properties for its descendants, such as
However, unlike elements with role presentation, user agents expose generic elements in accessibility APIs when permitted accessibility attributes have been specified. User agents MAY otherwise ignore generic elements if such permitted attributes have not been specified.