Skip to content

Commit 161bdd2

Browse files
committed
rearrange some wording on svg/2003CR values
1 parent 1418492 commit 161bdd2

2 files changed

Lines changed: 21 additions & 13 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1239,19 +1239,16 @@ <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 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.)
1242+
class=css>tb-rl</code>&rsquo;.
12461243

12471244
<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:
1245+
documents. Implementations that wish to support these values in the
1246+
context of CSS must treat them as follows:
12501247

12511248
<table class=data>
12521249
<thead>
12531250
<tr>
1254-
<th>SVG1
1251+
<th>SVG1/Obsolete
12551252

12561253
<th>CSS
12571254

@@ -1278,6 +1275,14 @@ <h4 id=svg-writing-mode><span class=secno>3.1.1. </span> SVG1.1 &lsquo;<a
12781275
<td>&lsquo;<code class=css>tb-rl</code>&rsquo;
12791276
</table>
12801277

1278+
<p class=note>The SVG1.1 values were also present in an older revision of
1279+
the CSS &lsquo;<a href="#writing-mode1"><code
1280+
class=property>writing-mode</code></a>&rsquo; specification, which is
1281+
obsoleted by this specification. The additional &lsquo;<code
1282+
class=css>tb-lr</code>&rsquo; value of that revision is replaced by
1283+
&lsquo;<a href="#vertical-lr"><code
1284+
class=css>vertical-lr</code></a>&rsquo;.
1285+
12811286
<p>In SVG1.1, these values set the <dfn
12821287
id=inline-progression-direction>inline progression direction</dfn>, in
12831288
other words, the direction the current text position advances each time a

css3-writing-modes/Overview.src.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -859,17 +859,15 @@ <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-
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.)
862+
''lr-tb'', ''rl'', ''rl-tb'', ''tb'', and ''tb-rl''.
865863

866864
<p>These values are <em>deprecated</em> in any context except SVG1 documents.
867-
Implementations that wish to support them in the context of CSS
868-
must treat these values as follows:
865+
Implementations that wish to support these values in the context of CSS
866+
must treat them as follows:
869867

870868
<table class="data">
871869
<thead>
872-
<tr><th>SVG1</th> <th>CSS</th></tr>
870+
<tr><th>SVG1/Obsolete</th> <th>CSS</th></tr>
873871
</thead>
874872
<tbody>
875873
<tr><td>''lr''</td> <td rowspan=3>''horizontal-tb''</td></tr>
@@ -880,6 +878,11 @@ <h4 id="svg-writing-mode">
880878
</tbody>
881879
</table>
882880

881+
<p class="note">The SVG1.1 values were also present in an older revision
882+
of the CSS 'writing-mode' specification, which is obsoleted by this
883+
specification. The additional ''tb-lr'' value of that revision is
884+
replaced by ''vertical-lr''.
885+
883886
<p>In SVG1.1, these values set the <dfn>inline progression
884887
direction</dfn>, in other words, the direction the current text position
885888
advances each time a glyph is added. This is a geometric process that

0 commit comments

Comments
 (0)