Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #565 -- Refers to WCAG 2.2 consistently throughout #568

Merged
merged 6 commits into from
Aug 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions act-rules-format/act-rules-format.bs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ Rules that can be used to determine if an accessibility requirement is *satisfie
<li>
[Success criterion 1.1.1: Non-text content](https://www.w3.org/TR/WCAG22/#non-text-content)
<ul>
<li>**Required for conformance** to WCAG 2.0 and WCAG 2.2 level A and higher</li>
<li>**Required for conformance** to WCAG 2.0, 2.1, and 2.2 level A and higher</li>
<li>Outcome mapping: <ul>
<li>Any `failed` outcomes: not satisfied</li>
<li>All `passed` outcomes: further testing is needed</li>
Expand All @@ -222,7 +222,7 @@ Rules that can be used to determine if an accessibility requirement is *satisfie
<li>
[Success criterion 4.1.2: Name, Role, Value](https://www.w3.org/TR/WCAG22/#name-role-value)
<ul>
<li>**Required for conformance** to WCAG 2.0 and WCAG 2.2 level A and higher</li>
<li>**Required for conformance** to WCAG 2.0, 2.1, and 2.2 level A and higher</li>
<li>Outcome mapping:<ul>
<li>Any `failed` outcomes: not satisfied</li>
<li>All `passed` outcomes: further testing is needed</li>
Expand Down Expand Up @@ -320,7 +320,7 @@ ACT Rules can be used to test accessibility requirements that are not part of a
<li>
[Technique H37: Using alt attributes on img elements](https://www.w3.org/TR/WCAG20-TECHS/H37.html)
<ul>
<li>**Not required** for conformance to WCAG 2.0 and WCAG 2.2 at any level</li>
<li>**Not required** for conformance to WCAG 2.0, 2.1, and 2.2 at any level</li>
<li>Outcome mapping: <ul>
<li>Any `failed` outcomes: not satisfied</li>
<li>All `passed` outcomes: satisfied</li>
Expand Down
1 change: 1 addition & 0 deletions common-input-aspects/NOTE-act-rules-common-aspects.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Shortname: act-rules-aspects
ED: https://w3c.github.io/wcag-act/NOTE-act-rules-aspects
TR: https://www.w3.org/TR/act-rules-aspects/
Level: 1.0
Deadline: 2024-08-18
Group: act-rules-format
Status: w3c/ED
Abstract: This document is a companion to the [Accessibility Conformance Testing (ACT) Rules Format 1.0](https://www.w3.org/TR/act-rules-format/) specification. It lists common input aspects as defined by the ACT Rules Format 1.0 specification. This document is informative. It provides a reference to well defined input aspects to assist authors in writing ACT Rules and to support the consistency of ACT Rules.
Expand Down
Loading