哪个在语义上更好,alt=""CSS role="presentation"bg 图像或aria-hidden="true"从辅助技术中隐藏装饰图像?
alt=""
role="presentation"
aria-hidden="true"
html accessibility image
我有 4 个复选框,每个对应的标签是一个超链接,可将用户带到该特定主题的起始页。所以基本上选择复选框有不同的功能,同时激活链接执行另一个功能。我知道这不是推荐的做法,但我可以根据任何 WCAG 标准对其进行标记吗?
html checkbox accessibility hyperlink wcag2.0
accessibility ×2
html ×2
checkbox ×1
hyperlink ×1
image ×1
wcag2.0 ×1