Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
检查角色的定义以及W3C 的可访问富 Internet 应用程序 (WAI-ARIA) 规范的状态和属性定义,但似乎没有为文件选择器(或一般的文件上传器)定义任何角色或状态。有吗?在这种情况下他们有多需要?
如果您使用的是<input type="file" />,则不需要向其中添加任何 ARIA 角色,因为所需的内容已经内置。如果你运行了 W3C 验证器,它抛出了一些关于缺少一些与 aria 相关的属性的东西,现在只需忽略它。验证器在一两周前更新,一些错误被意外抛出。
<input type="file" />