You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User agent requirements for implementing Accessibility API semantics on HTML elements are defined in HTML Accessibility API Mappings. In addition to the rules there, for a custom element element, the default ARIA role semantics are determined as follows: [HTMLAAM]
Then it refers to the specification html Accessibleity API Mappings 1.0, but there is nothing similar to say or indicate the use of third-party algorithms when calculating the role. How does this algorithm fit into the specified integration of the specification html Accessibleity API Mappings 1.0?
The table does not even hint that if an element is a custom element that has an ElementInternals object with the role IDL attribute set, then it should be taken into account if the role attribute with any value is not explicitly set on the custom element.
Apart from such the table for a custom element, I did not notice anything else. And then how does the algorithm integrate from the very beginning, could you clarify?
The text was updated successfully, but these errors were encountered:
What is the issue with the HTML Standard?
My question is a question of integrating algorithms from 3.2.9 Requirements related to ARIA and to platform accessibility APIs in HTML Accessibility API Mappings 1.0
If you take the first algorithm:
Then it refers to the specification html Accessibleity API Mappings 1.0, but there is nothing similar to say or indicate the use of third-party algorithms when calculating the
role
. How does this algorithm fit into the specified integration of the specification html Accessibleity API Mappings 1.0?Yes, in the specification, you can find a table for 3.5.12 autonomous custom element
role
attribute, map to that role. Otherwise, the generic role.The table does not even hint that if an element is a custom element that has an
ElementInternals
object with therole
IDL attribute set, then it should be taken into account if therole
attribute with any value is not explicitly set on the custom element.Apart from such the table for a custom element, I did not notice anything else. And then how does the algorithm integrate from the very beginning, could you clarify?
The text was updated successfully, but these errors were encountered: