Skip to content

Allow separator role for button elements #1646

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

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions