Skip to content

Commit

Permalink
No repeated WCAG
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-montalvo committed Aug 29, 2024
1 parent ed5ec23 commit 88e8799
Showing 1 changed file with 3 additions and 3 deletions.
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, WCAG 2.1, 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, WCAG 2.1, 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, WCAG 2.1, 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

0 comments on commit 88e8799

Please sign in to comment.