- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 06:33:01 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv32740
Modified Files:
Overview.html Overview.src.html
Log Message:
Fix directional error in example...
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.163
retrieving revision 1.164
diff -u -d -r1.163 -r1.164
--- Overview.html 7 Jun 2011 06:31:13 -0000 1.163
+++ Overview.html 7 Jun 2011 06:32:59 -0000 1.164
@@ -1189,10 +1189,12 @@
<p>In this example, ‘<a href="#writing-mode1"><code
class=property>writing-mode</code></a>’ sets the list markers
upright using the ‘<code class=css>::marker</code>’
- pseudo-element. <a href="#CSS3LIST"
+ pseudo-element. Vertical alignment ensures that longer numbers will still
+ align with the right of the first line of text. <a href="#CSS3LIST"
rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
- <pre>::marker { writing-mode: horizontal-tb; color: blue; }</pre>
+ <pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
+ color: blue; }</pre>
<div class=figure>
<p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -d -r1.173 -r1.174
--- Overview.src.html 7 Jun 2011 06:31:13 -0000 1.173
+++ Overview.src.html 7 Jun 2011 06:32:59 -0000 1.174
@@ -830,7 +830,7 @@
<div class="example">
<p>In this example, 'writing-mode' sets the list markers upright
using the ''::marker'' pseudo-element. Vertical alignment ensures
- that longer numbers will still align with the top of the first
+ that longer numbers will still align with the right of the first
line of text. [[CSS3LIST]]
<pre>::marker { writing-mode: horizontal-tb; vertical-align: text-top;
color: blue; }</pre>
Received on Tuesday, 7 June 2011 06:33:02 UTC