Skip to content

Commit 69ed1de

Browse files

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h1 id="title__table-of-contents">Table of Contents</h1>
2525
<li><a href="#subsection__lists">Lists</a></li>
2626
<li><a href="#subsection__links">Links</a></li>
2727
<li><a href="#subsection__code">Code</a></li>
28+
<li><a href="#subsection__symbols">Symbols</a></li>
2829
</ul>
2930
</li>
3031
<li><a href="#section__tables">Tables</a></li>
@@ -242,7 +243,27 @@ <h2 id="subtitle__code">Code</h2>
242243
-rw-r--r-- 1 eric staff 58601 Mar 24 11:50 index.html
243244
</pre>
244245
</samp>
245-
</div><!-- End of #subsection__code -->
246+
</div><!-- End of #subsection__symbols -->
247+
<div id="subsection__symbols" role="region" aria-labelledby="subtitle__symbols"><!-- Start of #subsection__symbols -->
248+
<h2 id="subtitle__symbols">Symbols</h2>
249+
<ul>
250+
<li><span aria-label="Plus">+</span></li>
251+
<li><span aria-label="Minus"></span></li>
252+
<li><span aria-label="Plus or minus">±</span></li>
253+
<li><span aria-label="Divided by">÷</span></li>
254+
<li><span aria-label="Multiplied by">×</span></li>
255+
<li><span aria-label="Less than">&lt;</span></li>
256+
<li><span aria-label="Less than or equal to"></span></li>
257+
<li><span aria-label="Greater than">&gt;</span></li>
258+
<li><span aria-label="Greater than or equal to"></span></li>
259+
<li><span aria-label="Equals">=</span></li>
260+
<li><span aria-label="Approximately equals"></span></li>
261+
<li><span aria-label="Not equals"></span></li>
262+
</ul>
263+
<p>
264+
<small>Note: Certain screen readers will not <a rel="external" href="http://www.deque.com/blog/dont-screen-readers-read-whats-screen-part-1-punctuation-typographic-symbols/">read certain symbols out loud</a>. Use <code>aria-label</code> to ensure the symbol is read.</small>
265+
</p>
266+
</div><!-- End of #subsection__symbols -->
246267
</section><!-- End of #section__text-level -->
247268

248269
<hr />

0 commit comments

Comments
 (0)