csswg/css3-writing-modes Overview.html,1.155,1.156 Overview.src.html,1.163,1.164 vertical-form.png,1.1,1.2

Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv26336

Modified Files:
	Overview.html Overview.src.html vertical-form.png 
Log Message:
Fix error in form control example

Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -d -r1.155 -r1.156
--- Overview.html	4 Jun 2011 04:12:01 -0000	1.155
+++ Overview.html	4 Jun 2011 06:00:44 -0000	1.156
@@ -1169,12 +1169,12 @@
 <!-- -->  form { writing-mode: vertical-rl; }
 <!-- -->&lt;/style>
 <!-- -->...
-<!-- -->&lt;form style="writing-mode: tb-lr">
-<!-- -->&lt;p>&lt;label>姓名:&lt;input value="艾俐俐">&lt;/label>
-<!-- -->&lt;p>&lt;label>语文:&lt;select>&lt;option>English
+<!-- -->&lt;form>
+<!-- -->&lt;p>&lt;label>姓名&#x3000;&lt;input value="艾俐俐">&lt;/label>
+<!-- -->&lt;p>&lt;label>语文&#x3000;&lt;select>&lt;option>English
 <!-- -->                       &lt;option>français
 <!-- -->                       &lt;option>فارسی
-<!-- -->                       &lt;option> 中文
+<!-- -->                       &lt;option>中文
 <!-- -->                       &lt;option>日本语&lt;/select>&lt;/label>
 <!-- -->&lt;/form></pre>
 

Index: vertical-form.png
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/vertical-form.png,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
Binary files /tmp/cvsoJZsu7 and /tmp/cvse3L5Hf differ

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- Overview.src.html	4 Jun 2011 04:12:01 -0000	1.163
+++ Overview.src.html	4 Jun 2011 06:00:44 -0000	1.164
@@ -808,12 +808,12 @@
 <!-- -->  form { writing-mode: vertical-rl; }
 <!-- -->&lt;/style>
 <!-- -->...
-<!-- -->&lt;form style="writing-mode: tb-lr">
-<!-- -->&lt;p>&lt;label>姓名:&lt;input value="艾俐俐">&lt;/label>
-<!-- -->&lt;p>&lt;label>语文:&lt;select>&lt;option>English
+<!-- -->&lt;form>
+<!-- -->&lt;p>&lt;label>姓名&#x3000;&lt;input value="艾俐俐">&lt;/label>
+<!-- -->&lt;p>&lt;label>语文&#x3000;&lt;select>&lt;option>English
 <!-- -->                       &lt;option>français
 <!-- -->                       &lt;option>فارسی
-<!-- -->                       &lt;option> 中文
+<!-- -->                       &lt;option>中文
 <!-- -->                       &lt;option>日本语&lt;/select>&lt;/label>
 <!-- -->&lt;/form></pre>
 

Received on Saturday, 4 June 2011 06:00:49 UTC