Skip to content

Commit 1418492

Browse files
committed
Add note about CSS3 Text 2003 CR spec including the SVG writing-mode values.
1 parent 8c99368 commit 1418492

2 files changed

Lines changed: 29 additions & 19 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,15 @@
3232

3333
<h1>CSS Writing Modes Module Level 3</h1>
3434

35-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 June 2011</h2>
35+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 June 2011</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd><a
4141
href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a>
4242
<!--
43-
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110624">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110624/</a>
43+
<dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110627">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110627/</a>
4444
-->
4545

4646

@@ -1239,9 +1239,14 @@ <h4 id=svg-writing-mode><span class=secno>3.1.1. </span> SVG1.1 &lsquo;<a
12391239
&lsquo;<code class=css>lr-tb</code>&rsquo;, &lsquo;<code
12401240
class=css>rl</code>&rsquo;, &lsquo;<code class=css>rl-tb</code>&rsquo;,
12411241
&lsquo;<code class=css>tb</code>&rsquo;, and &lsquo;<code
1242-
class=css>tb-rl</code>&rsquo;. These values are <em>deprecated</em> in any
1243-
context except SVG1 documents. Implementations that wish to support them
1244-
in the context of CSS must treat these values as follows:
1242+
class=css>tb-rl</code>&rsquo;. (These values were also present in <a
1243+
href="http://www.w3.org/TR/2003/CR-css3-text-20030514/">an older
1244+
revision</a> of the CSS &lsquo;<a href="#writing-mode1"><code
1245+
class=property>writing-mode</code></a>&rsquo; specification.)
1246+
1247+
<p>These values are <em>deprecated</em> in any context except SVG1
1248+
documents. Implementations that wish to support them in the context of CSS
1249+
must treat these values as follows:
12451250

12461251
<table class=data>
12471252
<thead>
@@ -1252,23 +1257,25 @@ <h4 id=svg-writing-mode><span class=secno>3.1.1. </span> SVG1.1 &lsquo;<a
12521257

12531258
<tbody>
12541259
<tr>
1255-
<td>lr
1260+
<td>&lsquo;<code class=css>lr</code>&rsquo;
12561261

1257-
<td rowspan=3>horizontal-tb
1262+
<td rowspan=3>&lsquo;<a href="#horizontal-tb"><code
1263+
class=css>horizontal-tb</code></a>&rsquo;
12581264

12591265
<tr>
1260-
<td>lr-tb
1266+
<td>&lsquo;<code class=css>lr-tb</code>&rsquo;
12611267

12621268
<tr>
1263-
<td>rl
1269+
<td>&lsquo;<code class=css>rl</code>&rsquo;
12641270

12651271
<tr>
1266-
<td>tb
1272+
<td>&lsquo;<code class=css>tb</code>&rsquo;
12671273

1268-
<td rowspan=2>vertical-rl
1274+
<td rowspan=2>&lsquo;<a href="#vertical-rl"><code
1275+
class=css>vertical-rl</code></a>&rsquo;
12691276

12701277
<tr>
1271-
<td>tb-rl
1278+
<td>&lsquo;<code class=css>tb-rl</code>&rsquo;
12721279
</table>
12731280

12741281
<p>In SVG1.1, these values set the <dfn

css3-writing-modes/Overview.src.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -859,8 +859,11 @@ <h4 id="svg-writing-mode">
859859
SVG1.1 'writing-mode' Values</h4>
860860

861861
<p>SVG1.1 [[!SVG11]] defines some additional values: ''lr'',
862-
''lr-tb'', ''rl'', ''rl-tb'', ''tb'', and ''tb-rl''. These values
863-
are <em>deprecated</em> in any context except SVG1 documents.
862+
''lr-tb'', ''rl'', ''rl-tb'', ''tb'', and ''tb-rl''. (These values
863+
were also present in <a href="http://www.w3.org/TR/2003/CR-css3-text-20030514/">an
864+
older revision</a> of the CSS 'writing-mode' specification.)
865+
866+
<p>These values are <em>deprecated</em> in any context except SVG1 documents.
864867
Implementations that wish to support them in the context of CSS
865868
must treat these values as follows:
866869

@@ -869,11 +872,11 @@ <h4 id="svg-writing-mode">
869872
<tr><th>SVG1</th> <th>CSS</th></tr>
870873
</thead>
871874
<tbody>
872-
<tr><td>lr</td> <td rowspan=3>horizontal-tb</td></tr>
873-
<tr><td>lr-tb</td></tr>
874-
<tr><td>rl</td></tr>
875-
<tr><td>tb</td> <td rowspan=2>vertical-rl</td></tr>
876-
<tr><td>tb-rl</td></tr>
875+
<tr><td>''lr''</td> <td rowspan=3>''horizontal-tb''</td></tr>
876+
<tr><td>''lr-tb''</td></tr>
877+
<tr><td>''rl''</td></tr>
878+
<tr><td>''tb''</td> <td rowspan=2>''vertical-rl''</td></tr>
879+
<tr><td>''tb-rl''</td></tr>
877880
</tbody>
878881
</table>
879882

0 commit comments

Comments
 (0)