@@ -1239,19 +1239,16 @@ <h4 id=svg-writing-mode><span class=secno>3.1.1. </span> SVG1.1 ‘<a
12391239 ‘< code class =css > lr-tb</ code > ’, ‘< code
12401240 class =css > rl</ code > ’, ‘< code class =css > rl-tb</ code > ’,
12411241 ‘< code class =css > tb</ code > ’, and ‘< code
1242- class =css > tb-rl</ code > ’. (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 ‘< a href ="#writing-mode1 "> < code
1245- class =property > writing-mode</ code > </ a > ’ specification.)
1242+ class =css > tb-rl</ code > ’.
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 ‘<a
12781275 < td > ‘< code class =css > tb-rl</ code > ’
12791276 </ table >
12801277
1278+ < p class =note > The SVG1.1 values were also present in an older revision of
1279+ the CSS ‘< a href ="#writing-mode1 "> < code
1280+ class =property > writing-mode</ code > </ a > ’ specification, which is
1281+ obsoleted by this specification. The additional ‘< code
1282+ class =css > tb-lr</ code > ’ value of that revision is replaced by
1283+ ‘< a href ="#vertical-lr "> < code
1284+ class =css > vertical-lr</ code > </ a > ’.
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
0 commit comments