Skip to content

Commit beff9bd

Browse files
authored
Update AppendixA1.html (#470)
* Update AppendixA1.html * update mappings and minor fixes to other files
1 parent 3387ed5 commit beff9bd

11 files changed

Lines changed: 118 additions & 142 deletions

_baselines/05Controls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The purpose of this Baseline test is to check the following accessibility proper
4343
<li><a href="https://www.w3.org/TR/html-aam-1.0/#accdesc-computation" target="_blank" rel="noopener">HTML Accessibility API Mappings for Accessible Description Computation</a></li>
4444
</ul>
4545
</li>
46-
<li id="5aTI-3">If the name of the user control changes with use of the application, repeat the previous test steps and check that the accessible name is correct after the change.
46+
<li id="5aTI-3">If the name of the user control changes with use of the application, repeat the previous test steps and check that the accessible name is correct after the change. [SC 4.1.2]
4747
<ul>
4848
<li>Depending on the control, a change of name may be triggered by various actions, such as changing values or states of other components, toggling a function, entering data in the component, mouseover, etc.</li>
4949
<li>Examples include entering a response in a form field for country changes the next form field's label from "state" to "province", selecting a control toggles its functionality from sorting ascending to descending, a link appends "Updated" to its name when the linked page is edited.</li>

_baselines/06Images.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ order-number: 7
4242

4343
##### Test Instructions
4444
<ol id="6aTI">
45-
<li id="6aTI-2">Check that none of the following is true [SC 1.1.1]:
45+
<li id="6aTI-1">Check that none of the following is true [SC 1.1.1]:
4646
<ol>
47-
<li id="6aTI-2i">The image is page design/formatting and could be ignored by assistive technology without any loss of meaning.</li>
48-
<li id="6aTI-2ii">The image is not visible on the page.</li>
47+
<li id="6aTI-1i">The image is page design/formatting and could be ignored by assistive technology without any loss of meaning.</li>
48+
<li id="6aTI-1ii">The image is not visible on the page.</li>
4949
</ol>
5050
</li>
51-
<li id="6aTI-3">Check that the ARIA role is <strong>NOT</strong> "presentation".[SC 4.1.2]</li>
52-
<li id="6aTI-4">Check that the ARIA role is <strong>NOT</strong> "none".[SC 4.1.2]</li>
53-
<li id="6aTI-5">Check that the non-empty text alternative (combination of accessible name and accessible description) provides an equivalent description of the image's purpose. [SC 1.1.1]</li>
51+
<li id="6aTI-2">Check that the ARIA role is <strong>NOT</strong> "presentation".[SC 4.1.2]</li>
52+
<li id="6aTI-3">Check that the ARIA role is <strong>NOT</strong> "none".[SC 4.1.2]</li>
53+
<li id="6aTI-4">Check that the non-empty text alternative (combination of accessible name and accessible description) provides an equivalent description of the image's purpose. [SC 1.1.1]</li>
5454
</ol>
5555

5656
##### Test Results

_baselines/09Flashing.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,17 @@ This test addresses flashing caused by the content itself, including:
3636
<ol id="9aTI">
3737
<li>Set the user agent at standard zoom level, e.g. 100% in a browser.</li>
3838
<li>If there is an option to view a larger version the flashing content, such as a full screen mode, test the larger version. If there is an option to loop or repeat the flashing content, test the looping version.</li>
39-
<li id="9aTI-1">Check the flashing frequency. If the flashing is less than or equal to 3 flashes in any one second (3 Hertz), no further testing is necessary.</li>
40-
<li id="9aTI-2">If the content flashes above 3Hertz or the frequency cannot be determined, check that it meets at least one of the following: [SC 2.3.1]
41-
<ol>
42-
<li id="9aTI-2i">the combined area of flashes occurring concurrently occupies no more than a 341 x 256 pixel rectangle anywhere on the displayed screen area when the content is viewed at 1024 x 768 pixels.</li>
43-
<li id="9aTI-2ii">the flash does not include "general flashes" (a pair of opposing changes in relative luminance of 10% or more of the maximum relative luminance (1.0) where the relative luminance of the darker image is below 0.80; and where "a pair of opposing changes" is an increase followed by a decrease, or a decrease followed by an increase)</li>
44-
<li id="9aTI-2iii">the flash does not include any "pair of opposing transitions involving a saturated red" (a pair of opposing transitions where, one transition is either to or from a state with a value R/(R + G + B) that is greater than or equal to 0.8, and the difference between states is more than 0.2 (unitless) in the CIE 1976 UCS chromaticity diagram. [[ISO_9241-391]])</li>
45-
</ol>
39+
<li id="9aTI-3">Check that one of the following is true of the flashing content: [SC 2.3.1]
40+
<ol>
41+
<li id="9aTI-3a">The flashing frequency is less than or equal to 3 flashes in any one second (3 Hertz).</li>
42+
<li id="9aTI-3b">The flashing frequency is above 3Hertz or cannot be determined, and at least one of the following is true:
43+
<ol>
44+
<li id="9aTI-3bi">the combined area of flashes occurring concurrently occupies no more than a 341 x 256 pixel rectangle anywhere on the displayed screen area when the content is viewed at 1024 x 768 pixels.</li>
45+
<li id="9aTI-3bii">the flash does not include "general flashes" (a pair of opposing changes in relative luminance of 10% or more of the maximum relative luminance (1.0) where the relative luminance of the darker image is below 0.80; and where "a pair of opposing changes" is an increase followed by a decrease, or a decrease followed by an increase)</li>
46+
<li id="9aTI-3biii">the flash does not include any "pair of opposing transitions involving a saturated red" (a pair of opposing transitions where, one transition is either to or from a state with a value R/(R + G + B) that is greater than or equal to 0.8, and the difference between states is more than 0.2 (unitless) in the CIE 1976 UCS chromaticity diagram. [[ISO_9241-391]])</li>
47+
</ol>
48+
</li>
49+
</ol>
4650
</li>
4751
</ol>
4852

_baselines/11PageTitles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ The `<title>` element defines the title of the document, and is required in al
3030
<li id="11aTI-1">Check that a page <code>&lt;title&gt;</code> element is defined for the page. [SC 2.4.2]</li>
3131
<li id="11aTI-2">Check that the page title describes the contents or purpose of the Web page. [SC 2.4.2]
3232
<ol>
33-
<li id="11aTI-2i">For pages within a Web site, check that the page title can be used to distinguish among the pages.</li>
33+
<li id="11aTI-2i">For pages within a Web site, the page title can be used to distinguish among the pages.</li>
3434
<li id="11aTI-2ii">For documents or Web applications, the name of the document or Web application would be sufficient to describe the purpose of the page.</li>
3535
</ol></li>
3636
</ol>

_baselines/17SyncMedia.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Evaluation of captions and audio descriptions to assess its equivalence to synch
123123
#### Test Instructions
124124
<ol id="17fTI">
125125
<li id="17fTI-1">Enable captions through multimedia player functions and start the live session.</li>
126-
<li id="17fTI-2">Check that captions are provided</li>
126+
<li id="17fTI-2">Check that captions are provided. [SC 1.2.4]</li>
127127
<li id="17fTI-3">Check that provided captions include dialogue and important sounds. [SC 1.2.4]
128128
<ol>
129129
<li id="17fTI-3i">Listen to the audio of the entire synchronized media.</li>

_baselines/19Frames.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ While users with vision can recognize the structure presented by frames and ifra
2828
##### Test Instructions
2929
<ol id="19aTI">
3030
<li id="19aTI-1">Check that each <code>&lt;frame&gt;</code> has a title attribute that is not empty. [SC 4.1.2]</li>
31-
<li id="19aTI-1">Check that the title attribute describes the frame's content. [SC 4.1.2]</li>
31+
<li id="19aTI-2">Check that the title attribute describes the frame's content. [SC 4.1.2]</li>
3232
</ol>
3333

3434
##### Test Results

_baselines/20AlternateVersions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ An alternate version must meet all parts of the definition in order to be consid
5151
<li id="20aTI-4iii">the non-conforming version can only be reached from a conforming version that also provides a mechanism to reach the alternate version.</li>
5252
</ol>
5353
</li>
54-
<li id="20aTI-5">Check that the content indicates that a conforming alternate version is available.</li>
54+
<li id="20aTI-5">Check that the content indicates that a conforming alternate version is available. [CAV]</li>
5555
</ol>
5656

5757
#### Test Results

_baselines/AppendixA1.html

Lines changed: 82 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,36 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
9494
<td><a href="../05Controls/#5aTI-2">5.A-2</a></td>
9595
<td>4.1.2 Name, Role, Value</td>
9696
</tr>
97-
97+
<tr>
98+
<th scope="row"><a href="../05Controls/#5a-test-procedure-for-control-name">5.A Control Name</a></th>
99+
<td><a href="../05Controls/#5aTI-3">5.A-3</a></td>
100+
<td>4.1.2 Name, Role, Value</td>
101+
</tr>
102+
<tr>
103+
<th scope="row"><a href="../05Controls/#5b-test-procedure-for-control-role">5.B Control Role</a></th>
104+
<td><a href="../05Controls/#5bTI-1">5.B-1</a></td>
105+
<td>4.1.2 Name, Role, Value</td>
106+
</tr>
107+
<tr>
108+
<th scope="row"><a href="../05Controls/#5c-test-procedure-for-control-state">5.C Control State</a></th>
109+
<td><a href="../05Controls/#5cTI-1">5.C-1</a></td>
110+
<td>4.1.2 Name, Role, Value</td>
111+
</tr>
112+
<tr>
113+
<th scope="row"><a href="../05Controls/#5c-test-procedure-for-control-state">5.C Control State</a></th>
114+
<td><a href="../05Controls/#5cTI-2">5.C-2</a></td>
115+
<td>4.1.2 Name, Role, Value</td>
116+
</tr>
117+
<tr>
118+
<th scope="row"><a href="../05Controls/#5d-test-procedure-for-control-value">5.D Control Value</a></th>
119+
<td><a href="../05Controls/#5dTI-1">5.D-1</a></td>
120+
<td>4.1.2 Name, Role, Value</td>
121+
</tr>
122+
<tr>
123+
<th scope="row"><a href="../05Controls/#5d-test-procedure-for-control-value">5.D Control Value</a></th>
124+
<td><a href="../05Controls/#5dTI-3">5.D-3</a></td>
125+
<td>4.1.2 Name, Role, Value</td>
126+
</tr>
98127
<tr>
99128
<th scope="row"><a href="../06Images/#6a-test-procedure-for-meaningful-images">6.A Meaningful Images</a></th>
100129
<td><a href="../06Images/#6aTI-1">6.A-1</a></td>
@@ -103,7 +132,7 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
103132
<tr>
104133
<th scope="row"><a href="../06Images/#6a-test-procedure-for-meaningful-images">6.A Meaningful Images</a></th>
105134
<td><a href="../06Images/#6aTI-2">6.A-2</a></td>
106-
<td>1.1.1 Non-text Content</td>
135+
<td>4.1.2 Name, Role, Value</td>
107136
</tr>
108137
<tr>
109138
<th scope="row"><a href="../06Images/#6a-test-procedure-for-meaningful-images">6.A Meaningful Images</a></th>
@@ -113,16 +142,21 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
113142
<tr>
114143
<th scope="row"><a href="../06Images/#6a-test-procedure-for-meaningful-images">6.A Meaningful Images</a></th>
115144
<td><a href="../06Images/6aTI-4">6.A-4</a></td>
116-
<td>4.1.2 Name, Role, Value</td>
145+
<td>1.1.1 Non-text Content</td>
117146
</tr>
118147
<tr>
119-
<th scope="row"><a href="../06Images/#6a-test-procedure-for-meaningful-images">6.A Meaningful Images</a></th>
120-
<td><a href="../06Images/#6aTI-5">6.A-5</a></td>
121-
<td>4.1.2 Name, Role, Value</td>
148+
<th scope="row"><a href="../06Images/#6b-test-procedure-for-decorative-images">6.B Decorative Images</a></th>
149+
<td><a href="../06Images/#6bTI-1">6.B-1</a></td>
150+
<td>1.1.1 Non-text Content</td>
122151
</tr>
123152
<tr>
124153
<th scope="row"><a href="../06Images/#6b-test-procedure-for-decorative-images">6.B Decorative Images</a></th>
125-
<td><a href="../06Images/#6bTI-1">6.B-1</a></td>
154+
<td><a href="../06Images/#6bTI-2">6.B-2</a></td>
155+
<td>1.1.1 Non-text Content</td>
156+
</tr>
157+
<tr>
158+
<th scope="row"><a href="../06Images/#6b-test-procedure-for-decorative-images">6.B Decorative Images</a></th>
159+
<td><a href="../06Images/#6bTI-3">6.B-3</a></td>
126160
<td>1.1.1 Non-text Content</td>
127161
</tr>
128162
<tr>
@@ -177,7 +211,7 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
177211
</tr>
178212
<tr>
179213
<th scope="row"><a href="../09Flashing/#9a-test-procedure-for-three-flashes-or-below-threshold">9.A Three Flashes or Below Threshold</a></th>
180-
<td><a href="../09Flashing/#9aTI-2">9.A-2</a></td>
214+
<td><a href="../09Flashing/#9aTI-3">9.A-3</a></td>
181215
<td>2.3.1 Three Flashes or Below Threshold</td>
182216
</tr>
183217
<tr>
@@ -236,29 +270,29 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
236270
<td>2.4.2 Page Titled</td>
237271
</tr>
238272
<tr>
239-
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-tables">12.A Data Tables</a></th>
273+
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-table-roles">12.A Data Table Roles</a></th>
240274
<td><a href="../12DataTables/#12aTI-1">12.A-1</a></td>
241-
<td>1.3.1 Info and Relationships</td>
275+
<td>4.1.2 Name, Role, Value</td>
242276
</tr>
243277
<tr>
244-
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-tables">12.A Data Tables</a></th>
278+
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-table-roles">12.A Data Table Roles</a></th>
245279
<td><a href="../12DataTables/#12aTI-2">12.A-2</a></td>
246-
<td>1.3.1 Info and Relationships</td>
280+
<td>4.1.2 Name, Role, Value</td>
247281
</tr>
248282
<tr>
249-
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-tables">12.A Data Tables</a></th>
283+
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-table-roles">12.A Data Table Roles</a></th>
250284
<td><a href="../12DataTables/#12aTI-3">12.A-3</a></td>
251-
<td>1.3.1 Info and Relationships</td>
285+
<td>4.1.2 Name, Role, Value</td>
252286
</tr>
253287
<tr>
254-
<th scope="row"><a href="../12DataTables/#12a-test-procedure-for-data-tables">12.A Data Tables</a></th>
255-
<td><a href="../12DataTables/#12aTI-4">12.A-4</a></td>
288+
<th scope="row"><a href="../12DataTables/#12b-test-procedure-for-data-table-header-association">12.B Data Table Header Association</a></th>
289+
<td><a href="../12DataTables/#12bTI-1">12.B-1</a></td>
256290
<td>1.3.1 Info and Relationships</td>
257291
</tr>
258292
<tr>
259-
<th scope="row"><a href="../12DataTables/#12b-test-procedure-for-layout-tables">12.B Layout Tables</a></th>
260-
<td><a href="../12DataTables/#12bTI-1">12.B-1</a></td>
261-
<td>1.3.1 Info and Relationships</td>
293+
<th scope="row"><a href="../12DataTables/#12c-test-procedure-for-layout-tables">12.C Layout Tables</a></th>
294+
<td><a href="../12DataTables/#12cTI-1">12.C-1</a></td>
295+
<td>4.1.2 Name, Role, Value</td>
262296
</tr>
263297
<tr>
264298
<th scope="row"><a href="../13Structure/#13a-test-procedure-for-descriptive-headings">13.A Descriptive Headings</a></th>
@@ -396,7 +430,12 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
396430
<td>1.2.5 Audio Description (Prerecorded)</td>
397431
</tr>
398432
<tr>
399-
<th scope="row"><a href="../17SyncMedia/#17f-test-procedure-for-sc-124-captions-live">17.F Captions (Live)</a></th>
433+
<th scope="row"><a href="../17SyncMedia/#17f-test-procedure-for-captions-live">17.F Captions (Live)</a></th>
434+
<td><a href="../17SyncMedia/#17fTI-2">17.F-2</a></td>
435+
<td>1.2.4 Captions (Live)</td>
436+
</tr>
437+
<tr>
438+
<th scope="row"><a href="../17SyncMedia/#17f-test-procedure-for-captions-live">17.F Captions (Live)</a></th>
400439
<td><a href="../17SyncMedia/#17fTI-3">17.F-3</a></td>
401440
<td>1.2.4 Captions (Live)</td>
402441
</tr>
@@ -410,11 +449,6 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
410449
<td><a href="../17SyncMedia/#17gTI-3">17.G-4</a></td>
411450
<td>related to 1.2.5 Audio Description (Prerecorded)</td>
412451
</tr>
413-
<tr>
414-
<th scope="row"><a href="../18Stylesheet/#18a-test-procedure-for-meaningful-background-image">18.A Meaningful Background Image</a></th>
415-
<td><a href="../18Stylesheet/#18aTI-1">18.A-1</a></td>
416-
<td>1.1.1. Non-Text Content</td>
417-
</tr>
418452
<tr>
419453
<th scope="row"><a href="../18Stylesheet/#18b-test-procedure-for-css-positioned-content">18.B CSS Positioned Content</a></th>
420454
<td><a href="../18Stylesheet/#18bTI-1">18.B-1</a></td>
@@ -432,7 +466,7 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
432466
</tr>
433467
<tr>
434468
<th scope="row"><a href="../19Frames/#19a-test-procedure-for-frames">19.A Frames</a></th>
435-
<td><a href="../19Frames/#19aTI-1">19.A-2</a></td>
469+
<td><a href="../19Frames/#19aTI-2">19.A-2</a></td>
436470
<td>4.1.2 Name, Role, Value</td>
437471
</tr>
438472
<tr>
@@ -442,7 +476,22 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
442476
</tr>
443477
<tr>
444478
<th scope="row"><a href="../19Frames/#19b-test-procedure-for-iframes">19.B iFrames</a></th>
445-
<td><a href="../19Frames/#19bTI-1">19.B-2</a></td>
479+
<td><a href="../19Frames/#19bTI-2">19.B-2</a></td>
480+
<td>4.1.2 Name, Role, Value</td>
481+
</tr>
482+
<tr>
483+
<th scope="row"><a href="../19Frames/#19b-test-procedure-for-iframes">19.B iFrames</a></th>
484+
<td><a href="../19Frames/#19bTI-3">19.B-3</a></td>
485+
<td>4.1.2 Name, Role, Value</td>
486+
</tr>
487+
<tr>
488+
<th scope="row"><a href="../19Frames/#19b-test-procedure-for-iframes">19.B iFrames</a></th>
489+
<td><a href="../19Frames/#19bTI-4">19.B-4</a></td>
490+
<td>4.1.2 Name, Role, Value</td>
491+
</tr>
492+
<tr>
493+
<th scope="row"><a href="../19Frames/#19b-test-procedure-for-iframes">19.B iFrames</a></th>
494+
<td><a href="../19Frames/#19bTI-5">19.B-5</a></td>
446495
<td>4.1.2 Name, Role, Value</td>
447496
</tr>
448497
<tr>
@@ -465,6 +514,11 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
465514
<td><a href="../20AlternateVersions/#20aTI-4">20.A-4</a></td>
466515
<td>WCAG Conforming Alternate Version</td>
467516
</tr>
517+
<tr>
518+
<th scope="row"><a href="../20AlternateVersions/#20a-test-procedure-for-conforming-alternate-version">20.A Conforming Alternate Version</a></th>
519+
<td><a href="../20AlternateVersions/#20aTI-5">20.A-5</a></td>
520+
<td>WCAG Conforming Alternate Version</td>
521+
</tr>
468522
<tr>
469523
<th scope="row"><a href="../21TimedEvents/#21a-test-procedure-for-timing-adjustable">21.A Timing Adjustable</a></th>
470524
<td><a href="../21TimedEvents/#21aTI-1">21.A-1</a></td>
@@ -502,7 +556,7 @@ <h3>Baseline to Section 508/WCAG Requirement</h3>
502556
</tr>
503557
<tr>
504558
<th scope="row"><a href="../24Parsing/#24a-test-procedure-for-parsing">24.A Parsing</a></th>
505-
<td><a href="../24Parsing/#24aTI-1">24.A-1</a></td>
559+
<td>NA. 24.A-Parsing passes. </td>
506560
<td>4.1.1 Parsing</td>
507561
</tr>
508562
</tbody>

_baselines/ChangeLog3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ order-number: 101
66

77
Note: Minor punctuation, formatting and spelling changes not included.
88

9-
### Next Version, Date
9+
### Version 3.1, April 2024
1010

1111
| Location of Change | Description of Change |
1212
|--------------------|-----------------------|

0 commit comments

Comments
 (0)