Skip to content

Commit 421f951

Browse files
committed
Added note about providing height and width values
1 parent 0768f9d commit 421f951

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

partials/section.embedded.hbs

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,14 @@
3838
<a rel="external noopener" href="https://thenounproject.com/search/?q=crab&i=583446">Crab by Hea Poh Lin</a> from the Noun Project
3939
</figcaption>
4040

41-
<p>
42-
<small>Note: Different implementations of <abbr>SVG</abbr> have <a rel="external noopener" href="https://css-tricks.com/accessible-svgs/">different approaches for being made accessible</a>.</small>
43-
</p>
41+
<ul>
42+
<li>
43+
<small>Note: Be sure to provide values for the <code>height</code> and <code>width</code> attributes so <abbr>SVGs</abbr> won't expand to fill the page if styles don't load.</small>
44+
</li>
45+
<li>
46+
<small>Note: Different implementations of <abbr>SVG</abbr> have <a rel="external noopener" href="https://css-tricks.com/accessible-svgs/">different approaches for being made accessible</a>.</small>
47+
</li>
48+
</ul>
4449

4550
</figure><!-- End of #subsection__inline-svg -->
4651

0 commit comments

Comments
 (0)