Web无障碍确保所有人都能使用网站。
核心原则
- 可感知 - 信息可被感知
- 可操作 - 界面可被操作
- 可理解 - 内容可被理解
- 健壮性 - 兼容各种辅助技术
ARIA属性
<button aria-label="关闭" aria-expanded="false">
<span aria-hidden="true">×</span>
</button>
Web无障碍确保所有人都能使用网站。
<button aria-label="关闭" aria-expanded="false">
<span aria-hidden="true">×</span>
</button>
评论 (0)
暂无评论,来发表第一条评论吧!
发表评论