-
-
Notifications
You must be signed in to change notification settings - Fork 314
Closed
Labels
Description
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>