FYI: ARIA removing name required from a set of roles #2215
Labels
engine
Issues in the accessibility-checker-engine component
Spec change
When specs/versions are updated or change
T70
user-reported
Issues identified outside of the core team
ARIA 1.3 will be updating to remove author name required from the roles alertdialog, dialog, form, grid, radiogroup and table.
instead, these are now identified as roles where authors SHOULD provide accessible names.
This change better aligns ARIA to HTML and WCAG, where names for these roles had no hard requirements.
As there are a few checks this tool does which appear to be based on these previous requirements of the ARIA spec, (e.g., such flags as "Interactive component with ARIA role 'dialog' does not have a programmatically associated name") we wanted to give y'all the heads up to this change.
ARIA PR which was merged today - w3c/aria#2297
The text was updated successfully, but these errors were encountered: