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
With ARIA 1.2 certain roles are prohibited from being named by authors.
ARIA in HTML has identified the HTML elements which share these roles, and in some cases, have no corresponding ARIA role but too should be prohibited from being named by authors. The following list of elements should flag an author error if aria-label or aria-labelledby are specified on them UNLESS a role which allows for naming is also specified.
Many of the following elements map to (generic) or no corresponding role - often which does not adequately support naming from author. Or, to roles which also explicitly prohibit naming from authors.
Hi @scottaohara I've added rules so that those elements are listed as an error unless they have a role. The property values for nameable will probably need updating in the roles rule set, as I've set them all to "yes", apart from "presentation" and "none".
With ARIA 1.2 certain roles are prohibited from being named by authors.
ARIA in HTML has identified the HTML elements which share these roles, and in some cases, have no corresponding ARIA role but too should be prohibited from being named by authors. The following list of elements should flag an author error if
aria-label
oraria-labelledby
are specified on them UNLESS a role which allows for naming is also specified.Many of the following elements map to (
generic
) or no corresponding role - often which does not adequately support naming from author. Or, to roles which also explicitly prohibit naming from authors.test case
caption
)code
)deletion
)emphasis
)caption
)insertion
)mark
)paragraph
)strong
)subscript
)superscript
)time
)The text was updated successfully, but these errors were encountered: