Skip to content

Commit 6abe63b

Browse files
authored
add button on right nav (#467)
1 parent d9889da commit 6abe63b

9 files changed

Lines changed: 37 additions & 32 deletions

File tree

_baselines/06Images.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ Note: If the image does not have any of these attributes, this would be a failur
126126

127127

128128
### Advisory: Tips for streamlined test processes
129+
- None
129130

130131
### WCAG 2.2 Techniques
131132

_baselines/11PageTitles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The `<title>` element defines the title of the document, and is required in al
3939
<p id="11aTR">If any of the above checks fail, then Baseline Test 11.A-PageTitled fails.</p>
4040

4141
### Advisory: Tips for streamlined test processes
42+
- None
4243

4344
### WCAG 2.2 Techniques
4445

_baselines/15Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The default human language for each page must be programmatically identified. Pa
6262

6363
### Advisory: Tips for streamlined test processes
6464

65-
None.
65+
- None
6666

6767
### WCAG 2.2 Techniques
6868

_baselines/19Frames.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ While users with vision can recognize the structure presented by frames and ifra
5454
<p id="19bTR">If any of the above checks fail, then Baseline Test 19.B-iFrameName fails.</p>
5555

5656
### Advisory: Tips for streamlined test processes
57+
- None
5758

5859
### WCAG 2.0 Techniques
5960

_baselines/22Resize.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ This baseline test requires an evaluation of visual content and functionality af
4545
<p id="22aTR">If any of the above checks fail, then Baseline Test 22.A-ResizeText fails.</p>
4646

4747
### Advisory: Tips for streamlined test processes
48+
- None
4849

4950
### WCAG 2.2 Techniques
5051

_baselines/index.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@
22
title: "Section 508 ICT Testing Baseline for Web"
33
order-number: 0
44
permalink: /
5-
file: allbaselines.html
6-
file-description: Single file version of the ICT Testing Baseline for Web
75
---
86
## ICT Testing Baseline for Web Accessibility
97

10-
This is the DRAFT of the NEXT VERSION of the Section 508 ICT Testing Baseline ***for Web***, version 3.x (published DATE XXXX). This Baseline identifies the minimum requirements of any test process used to determine conformance of web content with the [Revised Section 508 of the Rehabilitation Act of 1973](https://www.access-board.gov/ict), as amended (29 U.S.C. 794d).
8+
This is the Section 508 ICT Testing Baseline ***for Web***, version 3.1 (published March 29, 2024). This Baseline identifies the minimum requirements of any test process used to determine conformance of web content with the [Revised Section 508 of the Rehabilitation Act of 1973](https://www.access-board.gov/ict), as amended (29 U.S.C. 794d).
119

1210
[Previous versions of the Baseline for Web](https://github.com/atbcb/ICTTestingBaseline/releases) are available on the Github repository.
1311

@@ -19,4 +17,4 @@ You are welcome to create forks of the proposed Testing Baseline, propose improv
1917

2018

2119

22-
*Last updated: DATE YYYY*
20+
*Last updated: April 1, 2024*

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ defaults:
4646
image-directory: /images/
4747
toc: /toc/auto.html
4848
toc-group: baselines
49-
file-directory: /files/
49+
file-directory:
5050
right-sidenav: sidenavitbwg-right-universal.html
5151
ta-text: Contact the Access Board for guidance on these Baseline tests
5252
ta-email-pre: ta

_includes/sidenavitbwg-right-universal.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111

1212
{% endcomment %}
1313

14-
1514
<div class="desktop:grid-col-2 margin-top-1 margin-x-1">
1615
<div class="height-viewport sticky">
1716
<div class="padding-2 bg-white border maxh-viewport">
17+
<div class="grid-container margin-y-3 text-center">
18+
<a class="usa-button usa-button margin-x-auto" href="../allbaselines.html">All Baseline Tests for Web</a>
19+
</div>
1820
<div class="text-center">
1921
{% if page.s-image %}
2022
<a class="usa-link" href="{{ site.baseurl }}{{ page.s-url }}">

files/allbaselines.html

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,125 +1,126 @@
11
---
2-
title: All Baselines (single file)
2+
title: All Baselines Tests for Web
33
permalink: /allbaselines
44
layout: page-full
55
---
66
{% assign baseline-chapters = site.baselines | where: "title","1. Keyboard Accessible" %}
77
{% for chapter in baseline-chapters %}
88
<div>{{chapter.content | markdownify}}</div>
99
{% endfor %}
10-
<hr>
10+
1111
{% assign baseline-chapters = site.baselines | where: "title","2. Focus" %}
1212
{% for chapter in baseline-chapters %}
1313
<div>{{chapter.content | markdownify}}</div>
1414
{% endfor %}
15-
<hr>
15+
1616
{% assign baseline-chapters = site.baselines | where: "title","3. Non-Interference" %}
1717
{% for chapter in baseline-chapters %}
1818
<div>{{chapter.content | markdownify}}</div>
1919
{% endfor %}
20-
<hr>
20+
2121
{% assign baseline-chapters = site.baselines | where: "title","4. Repetitive Content" %}
2222
{% for chapter in baseline-chapters %}
2323
<div>{{chapter.content | markdownify}}</div>
2424
{% endfor %}
25-
<hr>
25+
2626
{% assign baseline-chapters = site.baselines | where: "title","5. User Controls" %}
2727
{% for chapter in baseline-chapters %}
2828
<div>{{chapter.content | markdownify}}</div>
2929
{% endfor %}
30-
<hr>
30+
3131
{% assign baseline-chapters = site.baselines | where: "title","6. Images" %}
3232
{% for chapter in baseline-chapters %}
3333
<div>{{chapter.content | markdownify}}</div>
3434
{% endfor %}
35-
<hr>
35+
3636
{% assign baseline-chapters = site.baselines | where: "title","7. Sensory Characteristics" %}
3737
{% for chapter in baseline-chapters %}
3838
<div>{{chapter.content | markdownify}}</div>
3939
{% endfor %}
40-
<hr>
40+
4141
{% assign baseline-chapters = site.baselines | where: "title","8. Contrast" %}
4242
{% for chapter in baseline-chapters %}
4343
<div>{{chapter.content | markdownify}}</div>
4444
{% endfor %}
45-
<hr>
45+
4646
{% assign baseline-chapters = site.baselines | where: "title","9. Flashing" %}
4747
{% for chapter in baseline-chapters %}
4848
<div>{{chapter.content | markdownify}}</div>
4949
{% endfor %}
50-
<hr>
50+
5151
{% assign baseline-chapters = site.baselines | where: "title","10. Forms" %}
5252
{% for chapter in baseline-chapters %}
5353
<div>{{chapter.content | markdownify}}</div>
5454
{% endfor %}
55-
<hr>
55+
5656
{% assign baseline-chapters = site.baselines | where: "title","11. Page Titles" %}
5757
{% for chapter in baseline-chapters %}
5858
<div>{{chapter.content | markdownify}}</div>
5959
{% endfor %}
60-
<hr>
60+
6161
{% assign baseline-chapters = site.baselines | where: "title","12. Tables" %}
6262
{% for chapter in baseline-chapters %}
6363
<div>{{chapter.content | markdownify}}</div>
6464
{% endfor %}
65-
<hr>
65+
6666
{% assign baseline-chapters = site.baselines | where: "title","13. Content Structure" %}
6767
{% for chapter in baseline-chapters %}
6868
<div>{{chapter.content | markdownify}}</div>
6969
{% endfor %}
70-
<hr>
70+
7171
{% assign baseline-chapters = site.baselines | where: "title","14. Links" %}
7272
{% for chapter in baseline-chapters %}
7373
<div>{{chapter.content | markdownify}}</div>
7474
{% endfor %}
75-
<hr>
75+
7676
{% assign baseline-chapters = site.baselines | where: "title","15. Language" %}
7777
{% for chapter in baseline-chapters %}
7878
<div>{{chapter.content | markdownify}}</div>
7979
{% endfor %}
80-
<hr>
80+
8181
{% assign baseline-chapters = site.baselines | where: "title","16. Audio-Only and Video-Only" %}
8282
{% for chapter in baseline-chapters %}
8383
<div>{{chapter.content | markdownify}}</div>
8484
{% endfor %}
85-
<hr>
85+
8686
{% assign baseline-chapters = site.baselines | where: "title","17. Synchronized Media" %}
8787
{% for chapter in baseline-chapters %}
8888
<div>{{chapter.content | markdownify}}</div>
8989
{% endfor %}
90-
<hr>
90+
9191
{% assign baseline-chapters = site.baselines | where: "title","18. CSS Positioning" %}
9292
{% for chapter in baseline-chapters %}
9393
<div>{{chapter.content | markdownify}}</div>
9494
{% endfor %}
95-
<hr>
95+
9696
{% assign baseline-chapters = site.baselines | where: "title","19. Frames and iFrames" %}
9797
{% for chapter in baseline-chapters %}
9898
<div>{{chapter.content | markdownify}}</div>
9999
{% endfor %}
100-
<hr>
100+
101101
{% assign baseline-chapters = site.baselines | where: "title","20. Conforming Alternate Version" %}
102102
{% for chapter in baseline-chapters %}
103103
<div>{{chapter.content | markdownify}}</div>
104104
{% endfor %}
105-
<hr>
105+
106106
{% assign baseline-chapters = site.baselines | where: "title","21. Timed Events" %}
107107
{% for chapter in baseline-chapters %}
108108
<div>{{chapter.content | markdownify}}</div>
109109
{% endfor %}
110-
<hr>
110+
111111
{% assign baseline-chapters = site.baselines | where: "title","22. Resize Text" %}
112112
{% for chapter in baseline-chapters %}
113113
<div>{{chapter.content | markdownify}}</div>
114114
{% endfor %}
115-
<hr>
115+
116116
{% assign baseline-chapters = site.baselines | where: "title","23. Multiple Ways" %}
117117
{% for chapter in baseline-chapters %}
118118
<div>{{chapter.content | markdownify}}</div>
119119
{% endfor %}
120-
<hr>
120+
121121
{% assign baseline-chapters = site.baselines | where: "title","24. Parsing" %}
122122
{% for chapter in baseline-chapters %}
123123
<div>{{chapter.content | markdownify}}</div>
124124
{% endfor %}
125-
</div><!-- end -->
125+
</div><!-- end -->
126+
{% include back-to-top.html %}

0 commit comments

Comments
 (0)