Skip to content

Commit 9dd4c75

Browse files
committed
[css-writing-modes] Fix typo
1 parent 5690df8 commit 9dd4c75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css-writing-modes/Overview.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -801,13 +801,13 @@ Block Flow Direction: the 'writing-mode' property</h3>
801801
<dl dfn-for=writing-mode dfn-type=value>
802802
<dt><dfn>horizontal-tb</dfn></dt>
803803
<dd>Top-to-bottom <i>block flow direction</i>.
804-
Both the <i>writing mode</i> and <i>typographic mode</a> are horizontal.</dd>
804+
Both the <i>writing mode</i> and <i>typographic mode</i> are horizontal.</dd>
805805
<dt><dfn>vertical-rl</dfn></dt>
806806
<dd>Right-to-left <i>block flow direction</i>.
807-
Both the <i>writing mode</i> and <i>typographic mode</a> are vertical.</dd>
807+
Both the <i>writing mode</i> and <i>typographic mode</i> are vertical.</dd>
808808
<dt><dfn>vertical-lr</dfn></dt>
809809
<dd>Left-to-right <i>block flow direction</i>.
810-
Both the <i>writing mode</i> and <i>typographic mode</a> are vertical.</dd>
810+
Both the <i>writing mode</i> and <i>typographic mode</i> are vertical.</dd>
811811
</dl>
812812

813813
<p>The 'writing-mode' property specifies the <i>block flow direction</i>,

0 commit comments

Comments
 (0)