Skip to content

Commit 5a21008

Browse files
committed
Rebuild docs
1 parent a291422 commit 5a21008

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/index.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ <h1>Accessible HTML Content Patterns</h1>
2727
</a>
2828
</aside><!-- End of #section__project-link -->
2929

30-
<main role="main">
30+
<main tabindex="-1">
3131

3232
<nav id="section__table-of-contents" aria-labelledby="title__table-of-contents"><!-- Start of #section__table-of-contents -->
3333
<h2 id="title__table-of-contents">Table of Contents</h2>
@@ -635,7 +635,12 @@ <h3 id="subsection__canvas">Canvas</h3><!-- Start of #subsection__canvas -->
635635
height="400">
636636
Your browser does not support the <code>&lt;canvas&gt;</code> element.
637637
Please <a rel="external noopener" href="http://browsehappy.com/">consider upgrading your browser</a>.
638-
</canvas><!-- End of #subsection__canvas -->
638+
</canvas
639+
640+
<h3>Notes:</h3>
641+
<p>
642+
<small>Add <code>role="presentation"</code> to <code>&lt;track&gt;</code> to <a rel="external noopener" href="https://twitter.com/stevefaulkner/status/1039470607719694336">mute epeated announcement of graphic role by some screen readers</a>.
643+
</p>><!-- End of #subsection__canvas -->
639644
</section><!-- End of #section__embedded -->
640645

641646
<hr />

0 commit comments

Comments
 (0)