Skip to content

Commit 6ef6fa7

Browse files
committed
[css-inline-3] text-box applies to mutlicol containers, too #5335
1 parent 07216c6 commit 6ef6fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-inline-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1372,7 +1372,7 @@ Shorthand for Text Box Trimming: the 'text-box' property
13721372
Name: text-box
13731373
Value: normal | <<'text-box-trim'>> || <<'text-box-edge'>>
13741374
Initial: normal
1375-
Applies to: [=block containers=] and [=inline boxes=]
1375+
Applies to: [=block containers=], [=multi-column containers=], and [=inline boxes=]
13761376
Inherited: no
13771377
Percentages: N/A
13781378
Computed value: the specified keyword
@@ -1397,7 +1397,7 @@ Trimming Over/Under Text: the 'text-box-trim' property
13971397
Name: text-box-trim
13981398
Value: none | trim-start | trim-end | trim-both
13991399
Initial: none
1400-
Applies to: block containers and [=inline boxes=]
1400+
Applies to: [=block containers=], [=multi-column containers=], and [=inline boxes=]
14011401
Inherited: no
14021402
Percentages: N/A
14031403
Computed value: the specified keyword

0 commit comments

Comments
 (0)