You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
808 B
808 B
title | layout | permalink |
---|---|---|
Invalid ARIA Prop Warning | single | warnings/invalid-aria-prop.html |
The invalid-aria-prop warning will fire if you attempt to render a DOM element with an aria-* prop that does not exist in the Web Accessibility Initiative (WAI) Accessible Rich Internet Application (ARIA) specification.
-
If you feel that you are using a valid prop, check the spelling carefully.
aria-labelledby
andaria-activedescendant
are often misspelled. -
If you wrote
aria-role
, you may have meantrole
. -
Otherwise, if you're on the latest version of React DOM and verified that you're using a valid property name listed in the ARIA specification, please report a bug.