Skip to content

Commit 7706f2b

Browse files
committed
[css-text] Fix markup errors
1 parent dec00a2 commit 7706f2b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-text-3/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -6390,7 +6390,7 @@ Tracking: the 'letter-spacing' property</h3>
63906390
<bdo dir=ltr>&lt;p>ab&lt;span>c&#x5d0;&lt;/span>&#x5d1;&#x5d2;&lt;/p></bdo>
63916391
</pre>
63926392

6393-
<p class="ls-ex">a&#x3000;b</span>&#x3000;<span class="color-box">c</span>&#x3000;<span class="color-box">&#x5d0;</span>&#x3000;&#x5d1;&#x3000;&#x5d2;</p>
6393+
<p class="ls-ex">a&#x3000;b&#x3000;<span class="color-box">c</span>&#x3000;<span class="color-box">&#x5d0;</span>&#x3000;&#x5d1;&#x3000;&#x5d2;</p>
63946394
</div>
63956395

63966396
Letter spacing ignores invisible zero-width formatting characters
@@ -6963,7 +6963,7 @@ First Line Indentation: the 'text-indent' property</h3>
69636963
when specified on a block element, it will affect descendant
69646964
inline-block elements.
69656965
For this reason, it is often wise to specify ''text-indent: 0'' on
6966-
elements that are specified ''display: inline-block''.</p>
6966+
elements that are specified ''display: inline-block''.
69676967

69686968
<h3 id="hanging">
69696969
Hanging Glyphs</h3>
@@ -7103,7 +7103,7 @@ Hanging Punctuation: the 'hanging-punctuation' property</h4>
71037103
at the start or at the end of a line of text.
71047104

71057105
Note: If there is not sufficient padding on the
7106-
block container, 'hanging-punctuation' can trigger overflow.</p>
7106+
block container, 'hanging-punctuation' can trigger overflow.
71077107

71087108
Values have the following meanings:
71097109

0 commit comments

Comments
 (0)