Skip to content

Commit d847aad

Browse files
authored
Multiple Example Pages: Fix source URI for AT support tables and add new AT support tables where available (pull #3386)
The URI for sourcing AT support table data has changed, and more support tables are now available. This change: 1. Modifies the path of the source URI for existing AT support tables to include "/apg". 2. Adds assistive technology support tables for the below list of examples. Modified existing examples: 1. Alert Example 2. Color Viewer Slider 3. Command Button Example 4. Link Example 1 (span element with text content) 5. Modal Dialog Example 6. Navigation Menu Button 7. Radio Group Example Using aria-activedescendant, CANDIDATE report 8. Toggle Button Examples with newly added AT support tables: 9. accordion 10. Action Menu Button Example Using aria-activedescendant 11. Action Menu Button Example Using element.focus 12. Disclosure Navigation Menu Example 13. Disclosure of Answers to Frequently Asked Questions Example 14. Link Example 2 (img element with alt attribute) 15. Link Example 3 (CSS :before content property on a span element) 16. Media Seek Slider 17. Radio Group Example Using Roving tabindex 18. Switch Example 19. Switch Example Using HTML Button 20. Tabs with Manual Activation 21. Vertical Temperature Slider
1 parent f89cecb commit d847aad

File tree

18 files changed

+157
-8
lines changed

18 files changed

+157
-8
lines changed

content/patterns/accordion/examples/accordion.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
247247
</table>
248248
</section>
249249

250+
<section id="at-support">
251+
<h2>Assistive Technology Support</h2>
252+
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
253+
<iframe
254+
class="support-levels-accordion"
255+
src="https://aria-at.w3.org/embed/reports/apg/accordion"
256+
height="100"
257+
allow="clipboard-write"
258+
style="border-style: none; width: 100%;">
259+
</iframe>
260+
</section>
261+
250262
<section>
251263
<h2>JavaScript and CSS Source Code</h2>
252264
<ul id="css_js_files">

content/patterns/alert/examples/alert.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ <h2>Assistive Technology Support</h2>
125125
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
126126
<iframe
127127
class="support-levels-alert"
128-
src="https://aria-at.w3.org/embed/reports/alert"
128+
src="https://aria-at.w3.org/embed/reports/apg/alert"
129129
height="100"
130130
allow="clipboard-write"
131131
style="border-style: none; width: 100%;">

content/patterns/button/examples/button.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ <h2>Assistive Technology Support</h2>
177177
<h3>Command Button</h3>
178178
<iframe
179179
class="support-levels-command-button"
180-
src="https://aria-at.w3.org/embed/reports/command-button"
180+
src="https://aria-at.w3.org/embed/reports/apg/command-button"
181181
height="100"
182182
allow="clipboard-write"
183183
style="border-style: none; width: 100%;">
@@ -186,7 +186,7 @@ <h3>Command Button</h3>
186186
<h3>Toggle Button</h3>
187187
<iframe
188188
class="support-levels-toggle-button"
189-
src="https://aria-at.w3.org/embed/reports/toggle-button"
189+
src="https://aria-at.w3.org/embed/reports/apg/toggle-button"
190190
height="100"
191191
allow="clipboard-write"
192192
style="border-style: none; width: 100%;">

content/patterns/dialog-modal/examples/dialog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ <h2>Assistive Technology Support</h2>
334334
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
335335
<iframe
336336
class="support-levels-modal-dialog"
337-
src="https://aria-at.w3.org/embed/reports/modal-dialog"
337+
src="https://aria-at.w3.org/embed/reports/apg/modal-dialog"
338338
height="100"
339339
allow="clipboard-write"
340340
style="border-style: none; width: 100%;">

content/patterns/disclosure/examples/disclosure-faq.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
200200
</table>
201201
</section>
202202

203+
<section id="at-support">
204+
<h2>Assistive Technology Support</h2>
205+
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
206+
<iframe
207+
class="support-levels-disclosure-faq"
208+
src="https://aria-at.w3.org/embed/reports/apg/disclosure-faq"
209+
height="100"
210+
allow="clipboard-write"
211+
style="border-style: none; width: 100%;">
212+
</iframe>
213+
</section>
214+
203215
<section>
204216
<h2>JavaScript and CSS Source Code</h2>
205217
<!-- After the js and css files are named with the name of this example, change the href and text of the following 2 links to refer to the appropriate js and css files. -->

content/patterns/disclosure/examples/disclosure-navigation.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
347347
</table>
348348
</section>
349349

350+
<section id="at-support">
351+
<h2>Assistive Technology Support</h2>
352+
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
353+
<iframe
354+
class="support-levels-disclosure-navigation"
355+
src="https://aria-at.w3.org/embed/reports/apg/disclosure-navigation"
356+
height="100"
357+
allow="clipboard-write"
358+
style="border-style: none; width: 100%;">
359+
</iframe>
360+
</section>
361+
350362
<section>
351363
<h2>JavaScript and CSS Source Code</h2>
352364
<!-- After the js and css files are named with the name of this example, change the href and text of the following 2 links to refer to the appropriate js and css files. -->

content/patterns/link/examples/link.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,26 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
150150
<section id="at-support">
151151
<h2>Assistive Technology Support</h2>
152152
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
153+
<h3>Example 1: Link on a <code>span</code> Element with Text Content</h3>
153154
<iframe
154155
class="support-levels-link-span-text"
155-
src="https://aria-at.w3.org/embed/reports/link-span-text"
156+
src="https://aria-at.w3.org/embed/reports/apg/link-span-text"
157+
height="100"
158+
allow="clipboard-write"
159+
style="border-style: none; width: 100%;">
160+
</iframe>
161+
<h3>Example 2: Link on an <code>img</code> Element with <code>alt</code> Attribute</h3>
162+
<iframe
163+
class="support-levels-link-img-alt"
164+
src="https://aria-at.w3.org/embed/reports/apg/link-img-alt"
165+
height="100"
166+
allow="clipboard-write"
167+
style="border-style: none; width: 100%;">
168+
</iframe>
169+
<h3>Example 3: Link on a <code>span</code> Element with CSS <code>:before</code> Content Property</h3>
170+
<iframe
171+
class="support-levels-link-span-css"
172+
src="https://aria-at.w3.org/embed/reports/apg/link-span-css"
156173
height="100"
157174
allow="clipboard-write"
158175
style="border-style: none; width: 100%;">

content/patterns/menu-button/examples/menu-button-actions-active-descendant.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,18 @@ <h3 id="rps2_label">Menu</h3>
329329
</table>
330330
</section>
331331

332+
<section id="at-support">
333+
<h2>Assistive Technology Support</h2>
334+
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
335+
<iframe
336+
class="support-levels-menu-button-actions-active-descendant"
337+
src="https://aria-at.w3.org/embed/reports/apg/menu-button-actions-active-descendant"
338+
height="100"
339+
allow="clipboard-write"
340+
style="border-style: none; width: 100%;">
341+
</iframe>
342+
</section>
343+
332344
<section>
333345
<h2>JavaScript and CSS Source Code</h2>
334346

content/patterns/menu-button/examples/menu-button-actions.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,18 @@ <h3 id="rps2_label">Menu</h3>
308308
</table>
309309
</section>
310310

311+
<section id="at-support">
312+
<h2>Assistive Technology Support</h2>
313+
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
314+
<iframe
315+
class="support-levels-menu-button-actions"
316+
src="https://aria-at.w3.org/embed/reports/apg/menu-button-actions"
317+
height="100"
318+
allow="clipboard-write"
319+
style="border-style: none; width: 100%;">
320+
</iframe>
321+
</section>
322+
311323
<section>
312324
<h2>JavaScript and CSS Source Code</h2>
313325

content/patterns/menu-button/examples/menu-button-links.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ <h2>Assistive Technology Support</h2>
337337
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
338338
<iframe
339339
class="support-levels-menu-button-navigation"
340-
src="https://aria-at.w3.org/embed/reports/menu-button-navigation"
340+
src="https://aria-at.w3.org/embed/reports/apg/menu-button-navigation"
341341
height="100"
342342
allow="clipboard-write"
343343
style="border-style: none; width: 100%;">

0 commit comments

Comments
 (0)