Skip to content

Commit c8546fe

Browse files
spectranautmcking65
authored andcommitted
All Example pages: Change APG version from 1.1 to 1.2 (pull #1226)
Resolves #1225 with the following changes: * Fix source formatting in a few example page title and footer nav elements * breadcrumb example: remove reference to 1.1 in relative file path * Change to relative url in toolbar/help.html * Update aria practices version in example code templates * Update every example page title and footer to 1.2
1 parent e80972a commit c8546fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+106
-110
lines changed

examples/accordion/accordion.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
55
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
6-
<title>Accordion Example | WAI-ARIA Authoring Practices 1.1</title>
6+
<title>Accordion Example | WAI-ARIA Authoring Practices 1.2</title>
77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
99
<link rel="stylesheet" href="../css/core.css">
@@ -344,7 +344,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
344344

345345
</main>
346346
<nav>
347-
<a href="../../#accordion">Accordion Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
347+
<a href="../../#accordion">Accordion Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
348348
</nav>
349349
<script src="js/accordion.js"></script>
350350
</body>

examples/alert/alert.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Alert Example | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Alert Example | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -137,7 +137,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
137137
</section>
138138
</main>
139139
<nav>
140-
<a href="../../#alert">Alert Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
140+
<a href="../../#alert">Alert Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
141141
</nav>
142142
</body>
143143
</html>

examples/breadcrumb/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Breadcrumb Example | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Breadcrumb Example | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -32,7 +32,7 @@ <h2 id="ex_label">Example</h2>
3232
<nav aria-label="Breadcrumb" class="breadcrumb">
3333
<ol>
3434
<li>
35-
<a href="../../">WAI-ARIA Authoring Practices 1.1</a>
35+
<a href="../../">WAI-ARIA Authoring Practices</a>
3636
</li>
3737
<li>
3838
<a href="../../#aria_ex">Design Patterns</a>
@@ -134,7 +134,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
134134
</main>
135135

136136
<nav>
137-
<a href="../../#breadcrumb">Breadcrumb Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
137+
<a href="../../#breadcrumb">Breadcrumb Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
138138
</nav>
139139
</body>
140140
</html>

examples/button/button.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8">
5-
<title>Button Examples | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Button Examples | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core JS and CSS shared by all examples. Do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -183,7 +183,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
183183
</main>
184184

185185
<nav>
186-
<a href="../../#button">Button Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
186+
<a href="../../#button">Button Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
187187
</nav>
188188
</body>
189189
</html>

examples/carousel/carousel-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Auto-Rotating Image Carousel Example | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Auto-Rotating Image Carousel Example | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -533,7 +533,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
533533
</main>
534534

535535
<nav>
536-
<a href="../../#carousel">Carousel Pattern in WAI-ARIA Authoring Practices 1.1</a>
536+
<a href="../../#carousel">Carousel Pattern in WAI-ARIA Authoring Practices 1.2</a>
537537
</nav>
538538

539539
</body>

examples/checkbox/checkbox-1/checkbox-1.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Checkbox Example (Two State) | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Checkbox Example (Two State) | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -201,7 +201,7 @@ <h3 id="sc1_label">Simple Two-State Checkbox Example</h3>
201201
</section>
202202
</main>
203203
<nav>
204-
<a href="../../../#checkbox">Checkbox Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
204+
<a href="../../../#checkbox">Checkbox Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
205205
</nav>
206206
</body>
207207
</html>

examples/checkbox/checkbox-2/checkbox-2.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Checkbox Example (Mixed-State) | WAI-ARIA Authoring Practices 1.1</title>
5+
<title>Checkbox Example (Mixed-State) | WAI-ARIA Authoring Practices 1.2</title>
66

77
<!-- Core js and css shared by all examples; do not modify when using this template. -->
88
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -216,7 +216,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
216216
</section>
217217
</main>
218218
<nav>
219-
<a href="../../../#checkbox">Checkbox Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
219+
<a href="../../../#checkbox">Checkbox Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
220220
</nav>
221221
</body>
222222
</html>

examples/coding-template/Depricated-MultipleImplementationExample-Template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
The name should be unique if the pattern will have multiple implementations,
2121
e.g., "Simple Two-State Checkbox" or "Three-State Checkbox".
2222
-->
23-
<title>EXAMPLE_NAME | WAI-ARIA Authoring Practices 1.1</title>
23+
<title>EXAMPLE_NAME | WAI-ARIA Authoring Practices 1.2</title>
2424

2525
<!-- Core js and css shared by all examples; do not modify when using this template. -->
2626
<link href="../css/core.css" rel="stylesheet">
@@ -297,7 +297,7 @@ <h3 id="sc3_label">Example 3: title of this variation of the implementation</h3>
297297
</main>
298298
<nav>
299299
<!-- Update the pattern_ID parameter of this link to refer to the APG design pattern section related to this example. -->
300-
<a href="../../#pattern_ID">EXAMPLE_NAME Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
300+
<a href="../../#pattern_ID">EXAMPLE_NAME Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
301301
</nav>
302302
</body>
303303
</html>

examples/coding-template/Example-Template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
The name should be unique if the pattern will have multiple implementations,
1616
e.g., "Simple Two-State Checkbox" or "Three-State Checkbox".
1717
-->
18-
<title>EXAMPLE_NAME Example | WAI-ARIA Authoring Practices 1.1</title>
18+
<title>EXAMPLE_NAME Example | WAI-ARIA Authoring Practices 1.2</title>
1919

2020
<!-- Core js and css shared by all examples; do not modify when using this template. -->
2121
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -219,7 +219,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
219219
</main>
220220
<nav>
221221
<!-- Update the pattern_ID parameter of this link to refer to the APG design pattern section related to this example. -->
222-
<a href="../../#pattern_ID">EXAMPLE_NAME Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
222+
<a href="../../#pattern_ID">EXAMPLE_NAME Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
223223
</nav>
224224
</body>
225225
</html>

examples/combobox/aria1.0pattern/combobox-autocomplete-both.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Legacy ARIA 1.0 Combobox With Both List and Inline Autocomplete Example | WAI-ARIA Authoring Practices
6-
1.1</title>
5+
<title>Legacy ARIA 1.0 Combobox With Both List and Inline Autocomplete Example | WAI-ARIA Authoring Practices 1.2</title>
76

87
<!-- Core js and css shared by all examples; do not modify when using this template. -->
98
<link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/2016/base.css">
@@ -477,7 +476,7 @@ <h2 id="sc1_label">HTML Source Code</h2>
477476
</section>
478477
</main>
479478
<nav>
480-
<a href="../../../#combobox">Combobox Design Pattern in WAI-ARIA Authoring Practices 1.1</a>
479+
<a href="../../../#combobox">Combobox Design Pattern in WAI-ARIA Authoring Practices 1.2</a>
481480
</nav>
482481
</body>
483482
</html>

0 commit comments

Comments
 (0)