使 DetailsView 508 中的文本框、复选框、下拉菜单兼容
我有详细信息视图,其中有几个下拉列表和复选框。现在我正在尝试使这些输入字段符合 508 标准。
有人知道这个修复吗?
I have detailsview which has few dropdownlist and Checkboxes. Now I am trying to make these input fields 508 compliant.
Does anyone know about this fix?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
第 508 条的适用段落是
这对应于 WCAG 的部分 “上下文和方向信息。”正确使用
label
元素(包括for
标签)几乎涵盖了与下拉列表和复选框相关的所有内容。例如:等等,或者
The applicable paragraph of Section 508 is
This corresponds to the section of WCAG on "context and orientation information." Proper use of the
label
element, including thefor
label, covers almost everything related to dropdown lists and checkboxes. For example:etc., or
试试这个例子。
完全无障碍且符合 508 标准。文本框、复选框和下拉菜单适用于屏幕阅读器和键盘访问
Try this example.
fully accessible and meet the 508 criteria as well. textbox, checkbox, and dropdown works on screen readers and keyboard access