Skip to content

Commit 2bde746

Browse files
committed
Added emoji subsection
1 parent e085518 commit 2bde746

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

partials/section.text-level.hbs

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,17 @@ drwxr-xr-x 9 eric staff 306 Mar 24 13:36 .git/
157157
<small>Note: Certain screen readers will not <a rel="external noopener" 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>
158158
</p>
159159
</div><!-- End of #subsection__symbols -->
160+
<div id="subsection__emoji" role="region" aria-labelledby="subtitle__emoji"><!-- Start of #subsection__emoji -->
161+
<h3 id="subtitle__emoji">Emoji</h3>
162+
<ul>
163+
<li><span role="img" aria-label="Peach emoji">🍑</span></li>
164+
<li><span role="img" aria-label="Smiling cat face emoji">😺</span></li>
165+
<li><span role="img" aria-label="Tophat emoji">🎩</span></li>
166+
<li><span role="img" aria-label="Snowman emoji">⛄️</span></li>
167+
<li><span role="img" aria-label="Beer emoji">🍺</span></li>
168+
</ul>
169+
<p>
170+
<small>Note: Certain screen readers will not <a rel="external noopener" 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>
171+
</p>
172+
</div><!-- End of #subsection__emoji -->
160173
</section><!-- End of #section__text-level -->

0 commit comments

Comments
 (0)