- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Jun 2011 06:00:46 +0000
- To: public-css-commits@w3.org
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; }
<!-- --></style>
<!-- -->...
-<!-- --><form style="writing-mode: tb-lr">
-<!-- --><p><label>姓名:<input value="艾俐俐"></label>
-<!-- --><p><label>语文:<select><option>English
+<!-- --><form>
+<!-- --><p><label>姓名 <input value="艾俐俐"></label>
+<!-- --><p><label>语文 <select><option>English
<!-- --> <option>français
<!-- --> <option>فارسی
-<!-- --> <option> 中文
+<!-- --> <option>中文
<!-- --> <option>日本语</select></label>
<!-- --></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; }
<!-- --></style>
<!-- -->...
-<!-- --><form style="writing-mode: tb-lr">
-<!-- --><p><label>姓名:<input value="艾俐俐"></label>
-<!-- --><p><label>语文:<select><option>English
+<!-- --><form>
+<!-- --><p><label>姓名 <input value="艾俐俐"></label>
+<!-- --><p><label>语文 <select><option>English
<!-- --> <option>français
<!-- --> <option>فارسی
-<!-- --> <option> 中文
+<!-- --> <option>中文
<!-- --> <option>日本语</select></label>
<!-- --></form></pre>
Received on Saturday, 4 June 2011 06:00:49 UTC