accessibility-developer-tools
accessibility-developer-tools copied to clipboard
"This element does not support ARIA roles, states, and properties" for noscript
The noscript tag gives this warning (AX_ARIA_12) if it has aria-hidden. This doesn't make sense, as it's (sometimes) a rendered node. (We are including it so that chromevox doesn't read the contents of the tag, because it does by default, even with JS enabled).
@calebegg it's based on this: http://www.w3.org/TR/html-aria/#document-conformance-requirements-for-use-of-aria-attributes-in-html
There you will see that for noscript
, in the column "ARIA roles, states and properties which may be used"
"No role or aria* attributes"
@calebegg thats a bug in chromevox and needs to be reported, I suggest filing a bug http://crbug.com|crbug.com - tag with UI-Accessibility