WCAG 2.0 AA 级是否继承了 A 级的要求?
Does WCAG 2.0 Level AA inherit requirements of Level A?
我正在更新一个站点以使其符合 WCAG 2.0 AA 标准,并且想知道随着级别的提高是否会继承这些要求。
例如:
- Level AA是否意味着你必须满足Level AA和Level A?
- AAA级是否意味着必须满足AAA级andAA级andLevel
一个?
我相当确定它确实如此,只是想在开始之前更加清楚。
简而言之 - 是的,确实如此。没有级别作弊或跳过可用。
WCAG 2.0
引用自current version:
Conformance Level: One of the following levels of conformance is met
in full.
Level A: For Level A conformance (the minimum level of conformance), the Web page satisfies all the Level A Success
Criteria, or a conforming alternate version is provided.
Level AA: For Level AA conformance, the Web page satisfies all the Level A and Level AA Success Criteria, or a Level AA conforming
alternate version is provided.
Level AAA: For Level AAA conformance, the Web page satisfies all the Level A, Level AA and Level AAA Success Criteria, or a Level
AAA conforming alternate version is provided.
WCAG 2.1 - 它是新的,它是新鲜的,它是闪亮的
WCAG 2.0 的问题在于,自 建议 发布以来已经将近 10 年了。自 2008 年以来,包括技术和发现在内的技术已经取得了很大进步,因此它并没有涵盖所有内容。
一个例子 - 平板电脑、智能手机、智能眼镜、智能手表、智能桌子、手持游戏设备、视频游戏机等移动设备都已经出现并改变了我们与网络内容交互的方式。
不要忘记包括 WCAG 2.1 - 最新的 WCAG 标准 - 它在明年以某种形式推出 WCAG 3.0 之前解决了其中的一些问题。
ARIA,ARIA - 你在哪里?
不要忘记 ARIA 这同样重要,尤其是对于任何 SPA 功能,或者如果您使用 Angular 或 React 等框架。
希望这对您有所帮助。
我正在更新一个站点以使其符合 WCAG 2.0 AA 标准,并且想知道随着级别的提高是否会继承这些要求。
例如:
- Level AA是否意味着你必须满足Level AA和Level A?
- AAA级是否意味着必须满足AAA级andAA级andLevel 一个?
我相当确定它确实如此,只是想在开始之前更加清楚。
简而言之 - 是的,确实如此。没有级别作弊或跳过可用。
WCAG 2.0
引用自current version:
Conformance Level: One of the following levels of conformance is met in full.
Level A: For Level A conformance (the minimum level of conformance), the Web page satisfies all the Level A Success Criteria, or a conforming alternate version is provided.
Level AA: For Level AA conformance, the Web page satisfies all the Level A and Level AA Success Criteria, or a Level AA conforming
alternate version is provided.Level AAA: For Level AAA conformance, the Web page satisfies all the Level A, Level AA and Level AAA Success Criteria, or a Level AAA conforming alternate version is provided.
WCAG 2.1 - 它是新的,它是新鲜的,它是闪亮的
WCAG 2.0 的问题在于,自 建议 发布以来已经将近 10 年了。自 2008 年以来,包括技术和发现在内的技术已经取得了很大进步,因此它并没有涵盖所有内容。
一个例子 - 平板电脑、智能手机、智能眼镜、智能手表、智能桌子、手持游戏设备、视频游戏机等移动设备都已经出现并改变了我们与网络内容交互的方式。
不要忘记包括 WCAG 2.1 - 最新的 WCAG 标准 - 它在明年以某种形式推出 WCAG 3.0 之前解决了其中的一些问题。
ARIA,ARIA - 你在哪里?
不要忘记 ARIA 这同样重要,尤其是对于任何 SPA 功能,或者如果您使用 Angular 或 React 等框架。
希望这对您有所帮助。