-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
Description
The wbr element presently allows all roles and global aria-* attributes. This was an oversight that will be corrected in the next version of the ARIA in HTML specification.
The allowed roles should now only be none and presentation.
The only allowed aria-* attribute should be aria-hidden.
Additionally, the br element also needs to be updated to remove the allowance for all global aria attributes – instead only allowing for the aria-hidden attribute. This will then match the allowances for the wbr element, described above.