Skip to main content
QUICK REVIEW

[论文解读] WAccess - A Web Accessibility Tool based on the latest WCAG 2.2 guidelines.

Kowndinya Boyalakuntla, Akhila Sri Manasa Venigalla|arXiv (Cornell University)|Jul 14, 2021
Digital Accessibility for Disabilities参考文献 19被引用 5
一句话总结

WAccess 是一款开源、可扩展的网页无障碍工具,可自动评估网站是否符合 WCAG 2.1 和 WCAG 2.2 指南。它识别并报告 16 项特定指南的违规行为,突出显示有问题的代码片段,并提供修复建议,在约 2246 个印度政府网站中检测到约 200 万个违规,显示出显著的无障碍问题。

ABSTRACT

The vision of providing access to all web content equally for all users makes web accessibility a fundamental goal of todays internet. Web accessibility is the practice of removing barriers from websites that could hinder functionality for users with various disabilities. Web accessibility is measured against the accessibility guidelines such as WCAG, GIGW and so on. WCAG 2.2 is the latest set of guidelines for web accessibility that helps in making websites accessible. The web accessibility tools available in the World Wide Web Consortium (W3C), only conform up to WCAG 2.1 guidelines. No tools exist for the latest set of guidelines. Despite the availability of several tools to check conformity of websites with WCAG 2.1 guidelines, there is scarcity of tools that are both open source and scalable. To support automated accessibility evaluation of numerous websites against WCAG 2.2 and 2.1, we present here a tool, WAccess. WAccess highlights violations of 9 guidelines from WCAG 2.1 and 7 guidelines from WCAG 2.2 of a specific web page on the web console and suggests the fix for violations while specifying violating code snippet simultaneously. We evaluated WAccess against 2246 government websites of India, and observed a total of about 2 million violations.

研究动机与目标

  • 解决缺乏开源、可扩展工具以支持针对最新 WCAG 2.2 指南进行自动化评估的问题。
  • 弥合现有工具仅支持到 WCAG 2.1 而无法满足日益增长的最新标准合规需求之间的差距。
  • 通过突出显示特定代码违规并实时提供修复建议,为开发人员和评估人员提供可操作的反馈。
  • 实现对政府网站的大规模无障碍评估,这些网站是关键的公共服务。

提出的方法

  • WAccess 解析网页并应用与 9 项 WCAG 2.1 指南和 7 项 WCAG 2.2 指南一致的基于规则的检查。
  • 通过分析 HTML 结构、ARIA 属性和语义标记来识别无障碍违规。
  • 通过 Web 控制台报告违规,显示违规的代码片段和推荐修复方案。
  • 通过批量处理模式支持可扩展的评估,适用于机构或国家级审计。
  • 该工具被构建为模块化开源框架,以确保可扩展性,并可与现有开发流程集成。

实验结果

研究问题

  • RQ1在 WCAG 2.2 和 WCAG 2.1 标准下评估时,政府网站中无障碍违规的普遍程度如何?
  • RQ2与现有工具相比,开源工具在自动化检测 WCAG 2.2 合规违规方面效果如何?
  • RQ3当前的网页无障碍工具在多大程度上支持最新的 WCAG 2.2 指南?
  • RQ4可扩展的开源解决方案能否提供可操作的、代码级别的反馈以修复无障碍问题?
  • RQ5在现实世界中的政府网站中,WCAG 2.1 和 WCAG 2.2 指南的违规模式有何不同?

主要发现

  • WAccess 在 2246 个印度政府网站中成功识别出约 200 万个无障碍违规。
  • 该工具检测到 16 项特定指南的违规——其中 9 项来自 WCAG 2.1,7 项来自 WCAG 2.2,表明存在广泛的不合规现象。
  • 大多数违规与语义 HTML、ARIA 使用和键盘导航有关,与常见的无障碍陷阱一致。
  • 该工具通过突出显示确切的代码段并建议修复方案,提供了可操作的反馈,提升了开发人员的可用性。
  • WAccess 填补了关键空白,成为首个支持针对 WCAG 2.2 指南进行自动化评估的开源、可扩展工具。

更好的研究,从现在开始

从阅读论文到最终审阅,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。