- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 20 Apr 2011 17:55:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text In directory hutz:/tmp/cvs-serv26566 Modified Files: Overview.html Overview.src.html Log Message: Fix text-spacing: normal behavior (s/previous/next/ for closing punctuation) Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.html,v retrieving revision 1.114 retrieving revision 1.115 diff -u -d -r1.114 -r1.115 --- Overview.html 20 Apr 2011 01:59:56 -0000 1.114 +++ Overview.html 20 Apr 2011 17:54:58 -0000 1.115 @@ -89,7 +89,7 @@ <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: - 2011/04/20 00:49:23 $ (CVS $Revision$)</a> <!-- + 2011/04/20 01:59:56 $ (CVS $Revision$)</a> <!-- <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110420/">http://www.w3.org/TR/2011/WD-css3-text-20110420/</a></dd> --> @@ -3692,11 +3692,11 @@ (U+3000). Else set it at full width. This behavior is overridden when ‘<code class=css>space-adjacent</code>’ is specified. - <li>Set fullwidth closing punctuation at half width if the previous - character is a fullwidth closing punctuation, fullwidth middle dot - punctuation, or ideographic space (U+3000). Else set it at full width. - This behavior is overridden when ‘<code - class=css>space-adjacent</code>’ is specified. + <li>Set fullwidth closing punctuation at half width if the next character + is a fullwidth closing punctuation, fullwidth middle dot punctuation, or + ideographic space (U+3000). Else set it at full width. This behavior is + overridden when ‘<code class=css>space-adjacent</code>’ is + specified. </ul> <p>A fullwidth glyph is one that has the same advance width as a typical Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-text/Overview.src.html,v retrieving revision 1.212 retrieving revision 1.213 diff -u -d -r1.212 -r1.213 --- Overview.src.html 20 Apr 2011 01:59:56 -0000 1.212 +++ Overview.src.html 20 Apr 2011 17:54:59 -0000 1.213 @@ -2747,7 +2747,7 @@ punctuation, fullwidth closing punctuation, or ideographic space (U+3000). Else set it at full width. This behavior is overridden when ''space-adjacent'' is specified. - <li>Set fullwidth closing punctuation at half width if the previous + <li>Set fullwidth closing punctuation at half width if the next character is a fullwidth closing punctuation, fullwidth middle dot punctuation, or ideographic space (U+3000). Else set it at full width.
Received on Wednesday, 20 April 2011 17:55:03 UTC