Skip to content

Commit

Permalink
remove unneeded aria live elements, phetsims/chipper#637
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Mar 7, 2018
1 parent bcafbbb commit dd89b05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions circuit-construction-kit-black-box-study_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@
<!-- a11y - aria-live attribute is used to send alerts and status updates to screen readers, otherwise invisible -->
<div id='aria-live-elements'
style="position: absolute; left: 0px; top: 0px; width: 0px; height: 0px; clip: rect(0px 0px 0px 0px); pointer-events: none;">
<p id="assertive" aria-live="assertive"></p>
<p id="polite" aria-live="polite"></p>
<p id="assertive-alert" aria-live="assertive" role="alert"></p>
<p id="polite-status" aria-live="polite" role="status"></p>
</div>

<script type="text/javascript">
Expand Down

0 comments on commit dd89b05

Please sign in to comment.