Skip to content

Commit 1ccde34

Browse files
committed
[css-text-4] Rename trim-inner to discard-inner for consistency #448
1 parent c6046ef commit 1ccde34

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

css-text-4/Overview.bs

+3-3
Original file line numberDiff line numberDiff line change
@@ -2569,7 +2569,7 @@ White Space Collapsing: the 'text-space-collapse' property</h3>
25692569
text-space-collapse: discard;
25702570
}
25712571
m|mi, m|mn, m|mo, m|ms, m|mtext {
2572-
text-space-trim: trim-inner;
2572+
text-space-trim: discard-inner;
25732573
}
25742574
</pre>
25752575
</div>
@@ -2579,7 +2579,7 @@ White Space Trimming: the 'text-space-trim' property</h3>
25792579

25802580
<pre class="propdef">
25812581
Name: text-space-trim
2582-
Value: none | trim-inner || discard-before || discard-after
2582+
Value: none | discard-inner || discard-before || discard-after
25832583
Initial: none
25842584
Applies to: [=inline boxes=] and [=block containers=]
25852585
Inherited: no
@@ -2594,7 +2594,7 @@ White Space Trimming: the 'text-space-trim' property</h3>
25942594
which must be interpreted according to the white space processing rules:
25952595

25962596
<dl dfn-for=text-space-trim dfn-type=value>
2597-
<dt><dfn>trim-inner</dfn>
2597+
<dt><dfn>discard-inner</dfn>
25982598
<dd>
25992599
For block containers this value directs UAs to discard
26002600
all whitespace at the beginning of the element up to and including

0 commit comments

Comments
 (0)