我知道对于文本字段,您可以使用ARIA标记role="textbox“,但是HTML5 number字段呢?
发布于 2014-11-19 01:03:37
根据我在http://www.w3.org/TR/aria-in-html上读到的内容,这个角色似乎是role=spinbutton
发布于 2014-11-19 22:22:14
看看HTML5规范:number state默认(隐式地)具有spinbutton role。
https://stackoverflow.com/questions/26999740
复制相似问题