- From: Ishii Koji via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 30 Mar 2011 07:53:28 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-text
In directory hutz:/tmp/cvs-serv19151
Modified Files:
Overview.html Overview.src.html
Log Message:
Slightly simplifies Line Feed Transformation Rules to merge EAW and Hangul into single condition
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Overview.html 30 Mar 2011 03:37:37 -0000 1.87
+++ Overview.html 30 Mar 2011 07:53:26 -0000 1.88
@@ -89,7 +89,7 @@
<dt>This version:
<dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date:
- 2011/03/30 03:24:34 $ (CVS $Revision$)</a> <!--
+ 2011/03/30 03:37:38 $ (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>
-->
@@ -1106,13 +1106,10 @@
is the zero width space character (U+200B), then the line feed is
removed.
- <li>Otherwise, if a character on either side of the line feed is Hangul,
- then the line feed is converted to a space (U+0020).
-
<li>Otherwise, if the East Asian Width property <a href="#UAX11"
rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> of both the character before
- and after the line feed is F, W, or H (not A), then the line feed is
- removed.
+ and after the line feed is F, W, or H (not A), and neither side is
+ Hangul, then the line feed is removed.
<li>Otherwise, if ‘<a href="#text-autospace"><code
class=property>text-autospace</code></a>’ property is set to add
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-text/Overview.src.html,v
retrieving revision 1.185
retrieving revision 1.186
diff -u -d -r1.185 -r1.186
--- Overview.src.html 30 Mar 2011 03:37:38 -0000 1.185
+++ Overview.src.html 30 Mar 2011 07:53:26 -0000 1.186
@@ -706,10 +706,9 @@
<li>If the character immediately before or immediately after the line
feed is the zero width space character (U+200B), then the line feed
is removed.
- <li>Otherwise, if a character on either side of the line feed is
- Hangul, then the line feed is converted to a space (U+0020).
<li>Otherwise, if the East Asian Width property [[!UAX11]] of both
the character before and after the line feed is F, W, or H (not A),
+ and neither side is Hangul,
then the line feed is removed.
<li>Otherwise, if 'text-autospace' property is set to add extra spaces
for the combination of the character before the line feed and after,
Received on Wednesday, 30 March 2011 07:53:30 UTC