accessibility-developer-tools icon indicating copy to clipboard operation
accessibility-developer-tools copied to clipboard

"This element does not support ARIA roles, states, and properties" for noscript

Open calebegg opened this issue 9 years ago • 2 comments

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 avatar Jul 28 '15 18:07 calebegg

@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"

ricksbrown avatar Jul 28 '15 23:07 ricksbrown

@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

stevefaulkner avatar Jul 29 '15 03:07 stevefaulkner