Skip to content

Commit e62f947

Browse files
committed
[css-writing-modes] Fix typo for glyph-orientation-vertical
1 parent dd34b70 commit e62f947

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,7 +1368,7 @@ Mixed Vertical Orientations</h4>
13681368
Obsolete: the SVG1.1 'glyph-orientation-vertical' property</h4>
13691369

13701370
<pre class='propdef'>
1371-
Name: glyph-orientation-horizontal
1371+
Name: glyph-orientation-vertical
13721372
Value: auto | 0deg | 90deg
13731373
Initial: n/a
13741374
Applies to: n/a
@@ -1382,7 +1382,7 @@ Obsolete: the SVG1.1 'glyph-orientation-vertical' property</h4>
13821382

13831383
Some SVG user agents will need to process documents containing
13841384
the obsolete SVG 'glyph-orientation-vertical' property.
1385-
It is recommended that such UAs treat 'glyph-orientation-horizontal'
1385+
It is recommended that such UAs treat 'glyph-orientation-vertical'
13861386
as a shorthand alias of 'text-orientation' as follows:
13871387

13881388
<table class="data">

0 commit comments

Comments
 (0)