Skip to content

Commit

Permalink
added touch advisement
Browse files Browse the repository at this point in the history
  • Loading branch information
jongund committed Feb 9, 2021
1 parent 512b738 commit 8a1457d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/slider/slider-thermostat.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
</nav>
<main>
<h1>Slider Examples with aria-orientation and aria-valuetext</h1>
<div class="advisement">
<p><strong>WARNING!</strong> Users of touch-based assistive technologies may not be able to fully operate widgets that implement the <code>slider</code> pattern because APIs for capturing the necessary gestures and commands from assistive technologies are not yet available. Authors should fully test <code>slider</code> widgets using assistive technologies on primarily touch devices before considering incorporation into production systems.</p>
</div>
<p>
The following example of a hypothetical online thermostat demonstrates the
<a href="../../#slider">slider design pattern.</a>
Expand Down

0 comments on commit 8a1457d

Please sign in to comment.