- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 02:42:41 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv7264
Modified Files:
Overview.html Overview.src.html
Log Message:
Specify EAW of Common L* treated as horizontal-only, so we don't include W or F.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -d -r1.140 -r1.141
--- Overview.html 25 May 2011 02:33:23 -0000 1.140
+++ Overview.html 25 May 2011 02:42:39 -0000 1.141
@@ -3054,11 +3054,12 @@
<p><strong>Exceptions:</strong> For the purposes of this specification, all
fullwidth (F) and wide (W) characters are treated as belonging to a
- vertical script with a translate bi-orientational transform. Similarly,
- all halfwidth (H) characters are treated as belonging to a vertical script
- with a rotate bi-orientational transform. <a href="#UAX11"
- rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> Letters (L*) belonging to the
- Common script are treated as belonging to a horizontal-only script.
+ vertical script with a translate bi-orientational transform. All halfwidth
+ (H) characters are treated as belonging to a vertical script with a rotate
+ bi-orientational transform. <a href="#UAX11"
+ rel=biblioentry>[UAX11]<!--{{!UAX11}}--></a> Neutral (N), narrow (Na) and
+ ambiguous (A) Letters (L*) belonging to the Common script are treated as
+ belonging to a horizontal-only script.
<p class=note>Ogham is also a rotating bi-orientational script, but because
it is a bottom-to-top script, for the purposes of this specification it is
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- Overview.src.html 25 May 2011 02:33:23 -0000 1.147
+++ Overview.src.html 25 May 2011 02:42:39 -0000 1.148
@@ -2257,11 +2257,11 @@
For the purposes of this specification, all fullwidth (F) and wide (W) characters
are treated as belonging to a vertical script with a translate
bi-orientational transform.
- Similarly, all halfwidth (H) characters are treated as belonging to
+ All halfwidth (H) characters are treated as belonging to
a vertical script with a rotate bi-orientational transform.
[[!UAX11]]
- Letters (L*) belonging to the Common script are treated as belonging
- to a horizontal-only script.
+ Neutral (N), narrow (Na) and ambiguous (A) Letters (L*) belonging
+ to the Common script are treated as belonging to a horizontal-only script.
<p class="note">Ogham is also a rotating bi-orientational script, but
because it is a bottom-to-top script, for the purposes of this
Received on Wednesday, 25 May 2011 02:42:43 UTC