Skip to content

Commit

Permalink
Add AT Support tables for modal dialog, 1 slider, and navigation menu…
Browse files Browse the repository at this point in the history
… button (pull #2736)

Modifies 3 example pages:
* Add modal dialog support table
* Add color viewer slider support table
* Add support table for navigation menu button
  • Loading branch information
mcking65 authored Jul 24, 2023
1 parent b3777ac commit 548d8f6
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/patterns/dialog-modal/examples/dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,17 @@ <h3>Notes on <code>aria-modal</code> and <code>aria-hidden</code></h3>
</ol>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<iframe
class="support-levels-modal-dialog"
src="https://aria-at.w3.org/embed/reports/modal-dialog"
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
11 changes: 11 additions & 0 deletions content/patterns/menu-button/examples/menu-button-links.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,17 @@ <h3 id="rps2_label">Menu</h3>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<iframe
class="support-levels-menu-button-navigation"
src="https://aria-at.w3.org/embed/reports/menu-button-navigation"
height="100"
allow="clipboard-write"
style="border-style: none; width: 100%;">
</iframe>
</section>

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

Expand Down
11 changes: 11 additions & 0 deletions content/patterns/slider/examples/slider-color-viewer.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,17 @@ <h2 id="rps_label">Role, Property, State, and Tabindex Attributes</h2>
</table>
</section>

<section id="at-support">
<h2>Assistive Technology Support</h2>
<iframe
class="support-levels-horizontal-slider"
src="https://aria-at.w3.org/embed/reports/horizontal-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

0 comments on commit 548d8f6

Please sign in to comment.