Skip to main content
QUICK REVIEW

[论文解读] WAccess -- A Web Accessibility Tool based on WCAG 2.2, 2.1 and 2.0 Guidelines

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

WAccess 是一个开源的浏览器扩展,可针对 WCAG 2.0、2.1 和 2.2 指南自动评估网页可访问性,通过控制台输出检测违规并提出修复建议。它在 2,227 个印度政府网站中检测到约 610 万个违规,其中 WCAG 2.2 指南导致 457 万个违规,凸显了对最新标准合规性的严重不足。

ABSTRACT

The vision of providing access to all web content equally for all users makes web accessibility a fundamental goal of today's 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, while no tools exist for the latest set of guidelines. Despite the availability of several tools to check the conformity of websites with WCAG 2.1 guidelines, there is a scarcity of tools that are both open source and scalable. To support automated accessibility evaluation of numerous websites against WCAG 2.2, 2.1, and 2.0 we present a tool, WAccess. WAccess highlights violations of 13 guidelines from WCAG 2.0, 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 2227 government websites of India and observed a total of about 6.1 million violations.

研究动机与目标

  • 解决缺乏针对 WCAG 2.2 指南的开源、可扩展自动化网页可访问性评估工具的问题。
  • 扩展仅支持 WCAG 2.0 和 2.1 的现有工具,实现对 WCAG 2.2 的完整支持。
  • 实现对政府网站的大规模自动化可访问性合规性评估。
  • 通过实时突出显示违规代码片段并提出修复建议,提供可操作的反馈。
  • 通过基于规则的检测,支持开发人员实现更高的符合性级别(A、AA、AAA)。

提出的方法

  • WAccess 作为浏览器扩展实现,采用基于规则的方法,依据 29 项 WCAG 指南(13 项来自 WCAG 2.0,9 项来自 WCAG 2.1,7 项来自 WCAG 2.2)评估网页。
  • 它解析 HTML 和 DOM 结构,根据 WCAG 指南中定义的具体成功标准检测违规。
  • 违规情况在浏览器控制台中报告,包含导致问题的确切代码片段及推荐修复方案。
  • 使用自动化扫描对 2,227 个印度政府网站进行了评估,以检测可访问性偏差。
  • 对两个随机选取的网站进行了人工验证,以确认报告违规的准确性。
  • 该系统设计为可扩展,未来计划支持命令行界面、API,以及未来的 WCAG 3.0 和 GIGW 指南。

实验结果

研究问题

  • RQ1印度政府网站在 WCAG 2.0、2.1 和 2.2 指南下的网页可访问性合规现状如何?
  • RQ2开源、基于规则的工具在检测多个 WCAG 版本违规方面的有效性如何?
  • RQ3政府网站中可访问性违规有多少比例源于最新的 WCAG 2.2 指南?
  • RQ4浏览器扩展工具能否为开发人员提供可扩展、准确且可操作的反馈以改善可访问性?
  • RQ5在现实世界中的政府网站中,不同符合性级别(A、AA、AAA)的违规分布有何关键差异?

主要发现

  • WAccess 在 2,227 个印度政府网站中总共检测到约 610 万个可访问性违规。
  • WCAG 2.2 指南导致了 457 万个违规,占总违规数的最大份额。
  • A 级违规占所有违规的近 54.5%,其次是 AAA 级,占 200 万个违规。
  • AA 级违规约占总违规数的 10%,表明存在中等但显著的不合规现象。
  • 在所评估的 2,227 个网站中,没有一个网站达到 A、AA、AAA 三个符合性级别的全部合规。
  • WCAG 2.0 指南导致了总违规数的 25%,而 WCAG 2.1 仅导致 2.8%,表明违规模式正向更新标准转移。

更好的研究,从现在开始

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

无需绑定信用卡

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