Skip to content

Commit a660292

Browse files
authored
[css-box-4] Allowed combination of block and inline keywords in margin-trim (w3c#10427)
1 parent ec53218 commit a660292

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-box-4/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ Margins at Container Edges: the 'margin-trim' property {#margin-trim}
373373

374374
<pre class="propdef">
375375
Name: margin-trim
376-
Value: none | block | inline | [ block-start || inline-start || block-end || inline-end ]
376+
Value: none | [ block || inline ] | [ block-start || inline-start || block-end || inline-end ]
377377
Initial: none
378378
Applies to: [=block containers=], [=multi-column containers=], [=flex containers=], [=grid containers=]
379379
Inherited: no

0 commit comments

Comments
 (0)