Skip to content

Commit 69d438d

Browse files
Zhang-Junzhidbaron
authored andcommitted
Fix typo: Closing tag missing character '>' (w3c#3655)
1 parent 78dc281 commit 69d438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-writing-modes-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -701,7 +701,7 @@ Conditions of Reordering-induced Box Fragmentation</h5>
701701
and uppercase letters represent RTL letters,
702702
bidi reordering causes the <code>&lt;em></code>’s <a>inline box</a>
703703
to be divided into two <a>box fragments</a>
704-
separated by text outside the <code>&lt;em</code>.
704+
separated by text outside the <code>&lt;em></code>.
705705

706706
Source code (logical order):
707707
<pre>&lt;p>here is &lt;em>some MIXED&lt;/em> TEXT.&lt;/p></pre>

0 commit comments

Comments
 (0)