Skip to content

Commit 456f7fa

Browse files
committed
clarify that start and end punctuation hanging is allowed on the same line
1 parent d3ec135 commit 456f7fa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

css3-text/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 30 March 2011</h2>
8989
<dt>This version:
9090

9191
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
92-
2011/03/30 00:20:11 $ (CVS $Revision$)</a> <!--
92+
2011/03/30 00:22:00 $ (CVS $Revision$)</a> <!--
9393
<dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110330/">http://www.w3.org/TR/2011/WD-css3-text-20110330/</a></dd>
9494
-->
9595

@@ -4289,8 +4289,8 @@ <h3 id=hanging-punctuation><span class=secno>10.2. </span> Hanging
42894289
punctuation mark is part of the justified contents; it is just not
42904290
measured when determining how much the contents need to be expanded or
42914291
compressed.) Depending on the line's alignment, this can push the mark
4292-
outside the line box. In all cases only one punctuation character may hang
4293-
outside the edge of the line.
4292+
outside the line box. At most one punctuation character may hang outside
4293+
each edge of the line.
42944294

42954295
<p class=note>Note that if there is not sufficient padding on the block
42964296
container, hanging punctuation can trigger overflow.

css3-text/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3177,8 +3177,8 @@ <h3 id="hanging-punctuation">
31773177
measured when determining how much the contents need to be expanded or
31783178
compressed.)
31793179
Depending on the line's alignment, this can push the mark outside the
3180-
line box. In all cases only one punctuation character may hang outside
3181-
the edge of the line.
3180+
line box. At most one punctuation character may hang outside each edge
3181+
of the line.
31823182

31833183
<p class="note">Note that if there is not sufficient padding on the
31843184
block container, hanging punctuation can trigger overflow.</p>

0 commit comments

Comments
 (0)