You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.html
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ <h1>Accessible HTML Content Patterns</h1>
27
27
</a>
28
28
</aside><!-- End of #section__project-link -->
29
29
30
-
<mainrole="main">
30
+
<maintabindex="-1">
31
31
32
32
<navid="section__table-of-contents" aria-labelledby="title__table-of-contents"><!-- Start of #section__table-of-contents -->
33
33
<h2id="title__table-of-contents">Table of Contents</h2>
@@ -635,7 +635,12 @@ <h3 id="subsection__canvas">Canvas</h3><!-- Start of #subsection__canvas -->
635
635
height="400">
636
636
Your browser does not support the <code><canvas></code> element.
637
637
Please <arel="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><track></code> to <arel="external noopener" href="https://twitter.com/stevefaulkner/status/1039470607719694336">mute epeated announcement of graphic role by some screen readers</a>.
0 commit comments