Skip to content

[Rules] Update ARIA allowances for wbr and br elements #507

Description

@scottaohara

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions