Skip to content

Commit

Permalink
chore: typo in "nvda" aria-labelledby value (#428)
Browse files Browse the repository at this point in the history
The typo was causing the labelledby to point at the wrong/missing ID
  • Loading branch information
nschonni authored and Michiel Bijl committed Jul 20, 2017
1 parent e3547be commit 7cb92d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/landmarks/at.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h2 id="jaws">JAWS Screen Reader for Windows</h2>

</section>

<section aria-labelledby="ndva">
<section aria-labelledby="nvda">
<h2 id="nvda">NVDA Screen Reader for Windows</h2>
<p>The following commands are available in NVDA screen reader (since version 2014.2) for navigating landmarks:</p>

Expand Down Expand Up @@ -281,4 +281,4 @@ <h2 id="id3">Related W3C Documents</h2>
</script>
<script type="text/javascript" src="js/SkipTo.min.js"></script>
</body>
</html>
</html>

0 comments on commit 7cb92d3

Please sign in to comment.