Skip to content

Allow separator role for button elements #1646

@scottaohara

Description

@scottaohara

ARIA in HTML is updating to allow authors to create focusable separators (role=separator) with button elements.

The following would no longer be expected to return an error for using the separator role on these elements.

<button role=separator>...</button>
<input type=button role=separator>
<input type=image role=separator>
<input type=reset role=separator>
<input type=submit role=separator>

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions