csswg/css3-text Overview.html,1.82,1.83 Overview.src.html,1.180,1.181

Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv24864

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Clarify that a hanging punctuation mark is still part of the justifie text; it is just not measured for determining the fit.

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- Overview.html	30 Mar 2011 00:10:10 -0000	1.82
+++ Overview.html	30 Mar 2011 00:20:11 -0000	1.83
@@ -89,7 +89,7 @@
     <dt>This version:
 
     <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
-     2011/03/29 23:16:24 $ (CVS $Revision$)</a> <!--
+     2011/03/30 00:10:10 $ (CVS $Revision$)</a> <!--
       <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>
     -->
      
@@ -4285,10 +4285,12 @@
   </dl>
 
   <p>A hanging punctuation mark is not considered when measuring the line's
-   contents for indentation, alignment, or justification. (Depending on the
-   line's alignment, this can push the mark outside the line box.) In all
-   cases only one punctuation character may hang outside the edge of the
-   line.
+   contents for indentation, alignment, or justification. (The punctuation
+   mark is part of the justified contents; it is just not measured when
+   determining how much the contents need to be expanded or compressed.)
+   Depending on the line's alignment, this can push the mark outside the line
+   box. In all cases only one punctuation character may hang outside the edge
+   of the line.
 
   <p class=note>Note that if there is not sufficient padding on the block
    container, hanging punctuation can trigger overflow.

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -d -r1.180 -r1.181
--- Overview.src.html	30 Mar 2011 00:10:10 -0000	1.180
+++ Overview.src.html	30 Mar 2011 00:20:11 -0000	1.181
@@ -3172,10 +3172,12 @@
     </dl>
 
     <p>A hanging punctuation mark is not considered when measuring the line's
-      contents for indentation, alignment, or justification. (Depending on the
-      line's alignment, this can push the mark outside the line box.)
-      In all cases only one punctuation character may hang outside the edge of
-      the line.
+      contents for indentation, alignment, or justification. (The punctuation
+      mark is part of the justified contents; it is just not measured when
+      determining how much the contents need to be expanded or compressed.)
+      Depending on the line's alignment, this can push the mark outside the
+      line box. In all cases only one punctuation character may hang outside
+      the edge of the line.
 
     <p class="note">Note that if there is not sufficient padding on the
       block container, hanging punctuation can trigger overflow.</p>

Received on Wednesday, 30 March 2011 00:20:15 UTC