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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6390,7 +6390,7 @@ Tracking: the 'letter-spacing' property
63906390
<p>ab<span>cא</span>בג</p>
63916391
63926392

6393-

a b c א ב ג

6393+

a b c א ב ג

63946394
63956395

63966396
Letter spacing ignores invisible zero-width formatting characters
@@ -6963,7 +6963,7 @@ First Line Indentation: the 'text-indent' property
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''.

6966+
elements that are specified ''display: inline-block''.
69676967

69686968

69696969
Hanging Glyphs
@@ -7103,7 +7103,7 @@ Hanging Punctuation: the 'hanging-punctuation' property
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.

7106+
block container, 'hanging-punctuation' can trigger overflow.
71077107

71087108
Values have the following meanings:
71097109

0 commit comments

Comments
 (0)