Skip to content

Commit 415a193

Browse files
committed
Editorial fix in hanging-punctuation example
1 parent 93d217d commit 415a193

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css3-text/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,14 +84,14 @@
8484

8585
<h1>CSS Text Level 3</h1>
8686

87-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 May 2011</h2>
87+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 6 May 2011</h2>
8888

8989
<dl>
9090
<dt>This version:
9191

9292
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
93-
2011/05/01 08:57:32 $ (CVS $Revision$)</a> <!--
94-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110501/">http://www.w3.org/TR/2011/WD-css3-text-20110501/</a></dd>
93+
2011/05/01 09:39:53 $ (CVS $Revision$)</a> <!--
94+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110506/">http://www.w3.org/TR/2011/WD-css3-text-20110506/</a></dd>
9595
-->
9696

9797

@@ -4313,9 +4313,9 @@ <h3 id=hanging-punctuation><span class=secno>10.2. </span> Hanging
43134313

43144314
<p>The punctuation at the end of the first line for &lsquo;<code
43154315
class=css>allow-end</code>&rsquo; does not hang, because it fits without
4316-
hanging. If &lsquo;<code class=css>force-end</code>&rsquo; is used,
4317-
however, it is forced to hang. The justification measures the line
4318-
without the hanging punctuation and therefore the line is expanded.</p>
4316+
hanging. However, if &lsquo;<code class=css>force-end</code>&rsquo; is
4317+
used, it is forced to hang. The justification measures the line without
4318+
the hanging punctuation. Therefore the line is expanded.</p>
43194319
</div>
43204320

43214321
<h2 id=decoration><span class=secno>11. </span> <a

css3-text/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3190,9 +3190,9 @@ <h3 id="hanging-punctuation">
31903190
</div>
31913191
<p>The punctuation at the end of the first line for ''allow-end''
31923192
does not hang, because it fits without hanging.
3193-
If ''force-end'' is used, however, it is forced to hang.
3194-
The justification measures the line without the hanging punctuation
3195-
and therefore the line is expanded.</p>
3193+
However, if ''force-end'' is used, it is forced to hang.
3194+
The justification measures the line without the hanging punctuation.
3195+
Therefore the line is expanded.</p>
31963196
</div>
31973197

31983198
<h2 id="decoration">

0 commit comments

Comments
 (0)