I know that for text fields you can use the ARIA tag role="textbox" but what about the HTML5 number field?
What is the correct ARIA tag for HTML5 number fields
122 Views Asked by user3433451 At
2
There are 2 best solutions below
0

Have a look at the HTML5 specification: The number
state has the spinbutton
role by default (implicitly).
From what I read at http://www.w3.org/TR/aria-in-html, the role appears to be
role=spinbutton