We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The JSON file available at https://github.com/w3c/aria/blob/main/common/script/roleInfo.js is outdated. For instance, the aria-braillelabel property cannot be utilized in:
aria-braillelabel
caption, code, definition, deletion, emphasis, generic, insertion, mark, none, paragraph, strong, subscript, suggestion, superscript, term, time
(and presentation, which is a synonym of none), but the JSON file does not include this information.
presentation
none
Moreover, the array associated with the "allProps" key appears to be unnecessary.
The text was updated successfully, but these errors were encountered:
I believe that file currently only gets updated on REC.
But, yes, there are several bugs. Some I've documented as part of my (dare I say "ongoing") work at w3c/aria-common#106
Sorry, something went wrong.
+ image role is missing parentRoles: ["section"]
image
parentRoles: ["section"]
@giacomo-petri see #2073 and #2165
No branches or pull requests
The JSON file available at https://github.com/w3c/aria/blob/main/common/script/roleInfo.js is outdated.
For instance, the
aria-braillelabel
property cannot be utilized in:(and
presentation
, which is a synonym ofnone
), but the JSON file does not include this information.Moreover, the array associated with the "allProps" key appears to be unnecessary.
The text was updated successfully, but these errors were encountered: