Skip to content

Commit d3712ed

Browse files
committed
Added a note about exposing <mark>, <del>, <ins>, and <s> to AT
1 parent a7a3ee8 commit d3712ed

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

docs/index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,10 @@ <h3 id="subtitle__content">Content</h3>
141141
<p>
142142
Yes, but was it <bdi>possible</bdi> to <bdo>quietly</bdo> sleep <ruby>through</ruby> that <rt>furniture-rattling</rt> noise? <rp>True</rp>, he <span>had not slept</span> peacefully, but <del>probably</del> all the more <ins>deeply</ins> because of that. What should he do now? The next train went at seven; if he were to catch that he would have to rush like mad and the collection of samples was still not packed, and he did not at all feel particularly fresh and lively.
143143
</p>
144+
<h4>Notes:</h4>
145+
<p>
146+
<small><code>&lt;mark&gt;</code>, <code>&lt;ins&gt;</code>, <code>&lt;del&gt;</code>, and <code>&lt;s&gt;</code> elements are not announced by screen readers. Consider <a rel="external noopener" href="https://developer.paciellogroup.com/blog/2017/12/short-note-on-making-your-mark-more-accessible/">using CSS to indicate their presence</a>.</small>
147+
</p>
144148
</div><!-- End of #subsection__content -->
145149
<div id="subsection__links" aria-labelledby="subtitle__links"><!-- Start of #subsection__links -->
146150
<h3 id="subtitle__links">Links</h3>

partials/section.text-level.hbs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<p>
1818
Yes, but was it <bdi>possible</bdi> to <bdo>quietly</bdo> sleep <ruby>through</ruby> that <rt>furniture-rattling</rt> noise? <rp>True</rp>, he <span>had not slept</span> peacefully, but <del>probably</del> all the more <ins>deeply</ins> because of that. What should he do now? The next train went at seven; if he were to catch that he would have to rush like mad and the collection of samples was still not packed, and he did not at all feel particularly fresh and lively.
1919
</p>
20+
<h4>Notes:</h4>
21+
<p>
22+
<small><code>&lt;mark&gt;</code>, <code>&lt;ins&gt;</code>, <code>&lt;del&gt;</code>, and <code>&lt;s&gt;</code> elements are not announced by screen readers. Consider <a rel="external noopener" href="https://developer.paciellogroup.com/blog/2017/12/short-note-on-making-your-mark-more-accessible/">using CSS to indicate their presence</a>.</small>
23+
</p>
2024
</div><!-- End of #subsection__content -->
2125
<div id="subsection__links" aria-labelledby="subtitle__links"><!-- Start of #subsection__links -->
2226
<h3 id="subtitle__links">Links</h3>

0 commit comments

Comments
 (0)