We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b3de6e commit 3591c38Copy full SHA for 3591c38
examples/button/button.html
@@ -66,7 +66,7 @@ <h2 id="ex_label">Example</h2>
66
<div id="example">
67
<p>This <q>Print</q> action button uses a <code>div</code> element.</p>
68
<div tabindex="0" role="button" id="action">Print Page</div>
69
- <p>This <q>Mute</q> toggle button uses a <code>a</code> element.</p>
+ <p>This <q>Mute</q> toggle button uses an <code>a</code> element.</p>
70
<a tabindex="0" role="button" id="toggle" aria-pressed="false">Mute <svg aria-hidden="true"><use xlink:href="#icon-sound"></use></svg></a>
71
</div>
72
<div role="separator" id="ex_end_sep" aria-labelledby="ex_end_sep ex_label" aria-label="End of"></div>
0 commit comments