mirror of
https://github.com/standardebooks/web.git
synced 2025-07-08 07:40:39 -04:00
Fix error in typography manual
This commit is contained in:
parent
50d49337b6
commit
192dee1852
1 changed files with 1 additions and 1 deletions
|
@ -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 don’t 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 don’t put a space at all.</p>
|
||||||
<figure class="text">
|
<figure class="text">
|
||||||
<p class="corrected">“I’m so hungry<span class="utf">hairsp</span>… What were you saying about eating<span class="utf">hairsp</span>…<span class="utf">hairsp</span>?”</p>
|
<p class="corrected">“I’m so hungry<span class="utf">hairsp</span>… What were you saying about eating<span class="utf">hairsp</span>…?”</p>
|
||||||
</figure>
|
</figure>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue