- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 00:22:02 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv25576 Modified Files: Overview.html Overview.src.html Log Message: Clarification via better sentence transition Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.83 retrieving revision 1.84 diff -u -d -r1.83 -r1.84 --- Overview.html 30 Mar 2011 00:20:11 -0000 1.83 +++ Overview.html 30 Mar 2011 00:22:00 -0000 1.84 @@ -89,7 +89,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/03/30 00:10:10 $ (CVS $Revision$)</a> <!-- + 2011/03/30 00:20:11 $ (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> --> @@ -4284,13 +4284,13 @@ not otherwise fit prior to justification. </dl> - <p>A hanging punctuation mark is not considered when measuring the line's - 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>When a punctuation mark hangs, it is not considered when measuring the + line's 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.181 retrieving revision 1.182 diff -u -d -r1.181 -r1.182 --- Overview.src.html 30 Mar 2011 00:20:11 -0000 1.181 +++ Overview.src.html 30 Mar 2011 00:22:00 -0000 1.182 @@ -3171,10 +3171,11 @@ does not otherwise fit prior to justification.</dd> </dl> - <p>A hanging punctuation mark is not considered when measuring the line's - 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.) + <p>When a punctuation mark hangs, it is not considered when measuring the + line's 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.
Received on Wednesday, 30 March 2011 00:22:03 UTC