Skip to content

Commit 4111384

Browse files
committed
[css3-writing-modes] typo
1 parent abc04e3 commit 4111384

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1860,7 +1860,7 @@ <h3 id=text-orientation><span class=secno>5.1. </span> Orienting Text: the
18601860
class=property>glyph-orientation-vertical</code>’ and ‘<code
18611861
class=property>glyph-orientation-horizontal</code>’ behavior control
18621862
the layout of text. Such UAs must set ‘<code
1863-
class=css>text-orientation: glyph-orientation</code>’ on all <a
1863+
class=css>text-orientation: use-glyph-orientation</code>’ on all <a
18641864
href="http://www.w3.org/TR/SVG/intro.html#TermTextContentElement">SVG
18651865
text content elements</a> in their default UA style sheet for SVG.
18661866

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ <h3 id="text-orientation">
12921292
that the SVG
12931293
'glyph-orientation-vertical' and 'glyph-orientation-horizontal'
12941294
behavior control the layout of text. Such UAs must set
1295-
''text-orientation: glyph-orientation'' on all
1295+
''text-orientation: use-glyph-orientation'' on all
12961296
<a href="http://www.w3.org/TR/SVG/intro.html#TermTextContentElement">SVG
12971297
text content elements</a> in their default UA style sheet for SVG.
12981298
<p>In all other contexts, and for implementations that do not support

0 commit comments

Comments
 (0)