Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions content/patterns/accordion/examples/accordion.html
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-accordion"
src="https://aria-at.w3.org/embed/reports/apg/accordion"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/alert/examples/alert.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-alert"
src="https://aria-at.w3.org/embed/reports/alert"
src="https://aria-at.w3.org/embed/reports/apg/alert"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
4 changes: 2 additions & 2 deletions content/patterns/button/examples/button.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>Assistive Technology Support</h2>
<h3>Command Button</h3>
<iframe
class="support-levels-command-button"
src="https://aria-at.w3.org/embed/reports/command-button"
src="https://aria-at.w3.org/embed/reports/apg/command-button"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand All @@ -186,7 +186,7 @@ <h3>Command Button</h3>
<h3>Toggle Button</h3>
<iframe
class="support-levels-toggle-button"
src="https://aria-at.w3.org/embed/reports/toggle-button"
src="https://aria-at.w3.org/embed/reports/apg/toggle-button"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/dialog-modal/examples/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ <h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-modal-dialog"
src="https://aria-at.w3.org/embed/reports/modal-dialog"
src="https://aria-at.w3.org/embed/reports/apg/modal-dialog"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/disclosure/examples/disclosure-faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-disclosure-faq"
src="https://aria-at.w3.org/embed/reports/apg/disclosure-faq"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<!-- 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. -->
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/disclosure/examples/disclosure-navigation.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-disclosure-navigation"
src="https://aria-at.w3.org/embed/reports/apg/disclosure-navigation"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<!-- 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. -->
Expand Down
19 changes: 18 additions & 1 deletion content/patterns/link/examples/link.html
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,26 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<h3>Example 1: Link on a <code>span</code> Element with Text Content</h3>
<iframe
class="support-levels-link-span-text"
src="https://aria-at.w3.org/embed/reports/link-span-text"
src="https://aria-at.w3.org/embed/reports/apg/link-span-text"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
<h3>Example 2: Link on an <code>img</code> Element with <code>alt</code> Attribute</h3>
<iframe
class="support-levels-link-img-alt"
src="https://aria-at.w3.org/embed/reports/apg/link-img-alt"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
<h3>Example 3: Link on a <code>span</code> Element with CSS <code>:before</code> Content Property</h3>
<iframe
class="support-levels-link-span-css"
src="https://aria-at.w3.org/embed/reports/apg/link-span-css"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,18 @@ <h3 id="rps2_label">Menu</h3>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-menu-button-actions-active-descendant"
src="https://aria-at.w3.org/embed/reports/apg/menu-button-actions-active-descendant"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>

Expand Down
12 changes: 12 additions & 0 deletions content/patterns/menu-button/examples/menu-button-actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,18 @@ <h3 id="rps2_label">Menu</h3>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-menu-button-actions"
src="https://aria-at.w3.org/embed/reports/apg/menu-button-actions"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ <h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-menu-button-navigation"
src="https://aria-at.w3.org/embed/reports/menu-button-navigation"
src="https://aria-at.w3.org/embed/reports/apg/menu-button-navigation"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ <h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-radiogroup-aria-activedescendant"
src="https://aria-at.w3.org/embed/reports/radiogroup-aria-activedescendant"
src="https://aria-at.w3.org/embed/reports/apg/radiogroup-aria-activedescendant"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/radio/examples/radio.html
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-radiogroup-roving-tabindex"
src="https://aria-at.w3.org/embed/reports/apg/radiogroup-roving-tabindex"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
2 changes: 1 addition & 1 deletion content/patterns/slider/examples/slider-color-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ <h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-horizontal-slider"
src="https://aria-at.w3.org/embed/reports/horizontal-slider"
src="https://aria-at.w3.org/embed/reports/apg/horizontal-slider"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/slider/examples/slider-seek.html
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-seek-slider"
src="https://aria-at.w3.org/embed/reports/apg/seek-slider"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/slider/examples/slider-temperature.html
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-vertical-temperature-slider"
src="https://aria-at.w3.org/embed/reports/apg/vertical-temperature-slider"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/switch/examples/switch-button.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-switch-button"
src="https://aria-at.w3.org/embed/reports/apg/switch-button"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<!-- 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. -->
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/switch/examples/switch.html
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-switch"
src="https://aria-at.w3.org/embed/reports/apg/switch"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
12 changes: 12 additions & 0 deletions content/patterns/tabs/examples/tabs-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,18 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<p><a href="../../../about/at-support-tables/at-support-tables.html">Learn how to interpret and use assistive technology support data</a></p>
<iframe
class="support-levels-tabs-manual-activation"
src="https://aria-at.w3.org/embed/reports/apg/tabs-manual-activation"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

<section>
<h2>JavaScript and CSS Source Code</h2>
<ul id="css_js_files">
Expand Down
Loading