- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 25 May 2011 01:50:56 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv2813
Modified Files:
Overview.html Overview.src.html
Log Message:
Include Wide along with Fullwidth in exception list.
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- Overview.html 25 May 2011 01:45:04 -0000 1.138
+++ Overview.html 25 May 2011 01:50:54 -0000 1.139
@@ -3039,10 +3039,10 @@
</table>
<p><strong>Exceptions:</strong> For the purposes of this specification, all
- fullwidth (F) 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"
+ 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>
<p class=note>Ogham is also a rotating bi-orientational script, but because
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -d -r1.145 -r1.146
--- Overview.src.html 25 May 2011 01:45:04 -0000 1.145
+++ Overview.src.html 25 May 2011 01:50:54 -0000 1.146
@@ -2245,7 +2245,7 @@
</table>
<p><strong>Exceptions:</strong>
- For the purposes of this specification, all fullwidth (F) characters
+ 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
Received on Wednesday, 25 May 2011 01:50:58 UTC