- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jun 2011 06:31:15 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-writing-modes
In directory hutz:/tmp/cvs-serv32662
Modified Files:
Overview.html Overview.src.html
Added Files:
vertical-horizontal-list-markers.png
Log Message:
Add example of horizontal list markers on vertical text. (Need to ping Tab to make sure this actually works wrt CSS3 Lists.)
--- NEW FILE: vertical-horizontal-list-markers.png ---
(This appears to be a binary file; contents omitted.)
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.html,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- Overview.html 7 Jun 2011 04:49:21 -0000 1.162
+++ Overview.html 7 Jun 2011 06:31:13 -0000 1.163
@@ -1185,6 +1185,24 @@
src=vertical-form.png></p>
</div>
+ <div class=example>
+ <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"
+ rel=biblioentry>[CSS3LIST]<!--{{CSS3LIST}}--></a>
+
+ <pre>::marker { writing-mode: horizontal-tb; color: blue; }</pre>
+
+ <div class=figure>
+ <p><img alt="Diagram showing list markers of '1.', '2.', '3.' sitting
+ upright atop sideways vertical Latin list item text." class=example
+ src=vertical-horizontal-list-markers.png>
+
+ <p class=caption>Example of horizontal list markers in a vertical list</p>
+ </div>
+ </div>
+
<h4 id=svg-writing-mode><span class=secno>3.1.1. </span> SVG1.1 ‘<a
href="#writing-mode1"><code class=property>writing-mode</code></a>’
Values</h4>
@@ -3647,6 +3665,16 @@
</dd>
<!---->
+ <dt id=CSS3LIST>[CSS3LIST]
+
+ <dd>Ian Hickson; Tantek Çelı?k. <a
+ href="http://www.w3.org/TR/2002/WD-css3-lists-20021107"><cite>CSS3
+ module: Lists.</cite></a> 7 November 2002. W3C Working Draft. (Work in
+ progress.) URL: <a
+ href="http://www.w3.org/TR/2002/WD-css3-lists-20021107">http://www.w3.org/TR/2002/WD-css3-lists-20021107</a>
+ </dd>
+ <!---->
+
<dt id=CSS3PAGE>[CSS3PAGE]
<dd>Håkon Wium Lie; Melinda Grant. <a
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-writing-modes/Overview.src.html,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- Overview.src.html 7 Jun 2011 04:49:21 -0000 1.172
+++ Overview.src.html 7 Jun 2011 06:31:13 -0000 1.173
@@ -827,6 +827,21 @@
src="vertical-form.png"></p>
</div>
+ <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
+ line of text. [[CSS3LIST]]
+ <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
+ upright atop sideways vertical Latin list item text."
+ class="example" src="vertical-horizontal-list-markers.png">
+ <p class="caption">Example of horizontal list markers in a vertical list</p>
+ </div>
+ </div>
+
<h4 id="svg-writing-mode">
SVG1.1 'writing-mode' Values</h4>
Received on Tuesday, 7 June 2011 06:31:17 UTC