Fix error in typography manual

This commit is contained in:
Alex Cabal 2019-06-12 12:08:28 -05:00
parent 50d49337b6
commit 192dee1852

View file

@ -420,7 +420,7 @@ require_once('Core.php');
<li> <li>
<p>Place a hair space (U+200A) glyph before all ellipses that are not directly preceded by punctuation, or that are directly preceded by an em-dash or a two- or three-em-dash. Place a regular space after all ellipses that are not followed by punctuation. If the ellipses is followed by punctuation, place a hair space between the ellipses and punctuation, <em>unless</em> the punctuation is a quotation mark, in which case dont put a space at all.</p> <p>Place a hair space (U+200A) glyph before all ellipses that are not directly preceded by punctuation, or that are directly preceded by an em-dash or a two- or three-em-dash. Place a regular space after all ellipses that are not followed by punctuation. If the ellipses is followed by punctuation, place a hair space between the ellipses and punctuation, <em>unless</em> the punctuation is a quotation mark, in which case dont put a space at all.</p>
<figure class="text"> <figure class="text">
<p class="corrected">“Im so hungry<span class="utf">hairsp</span>&hellip; What were you saying about eating<span class="utf">hairsp</span>&hellip;<span class="utf">hairsp</span>?</p> <p class="corrected">“Im so hungry<span class="utf">hairsp</span>&hellip; What were you saying about eating<span class="utf">hairsp</span>&hellip;?</p>
</figure> </figure>
</li> </li>
</ul> </ul>