Skip to content

Commit 899e422

Browse files
committed
[css-align-3] Percentage gaps resolve against zero for intrinsic size contribution, resolve against containing block during layout. #509
1 parent 3f1e0b8 commit 899e422

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

css-align-3/Overview.bs

+5-5
Original file line numberDiff line numberDiff line change
@@ -1836,11 +1836,11 @@ Row and Column Gutters: the 'row-gap' and 'column-gap' properties</h3>
18361836
see subsections below for details.
18371837

18381838
Negative values are invalid.
1839-
Percentages resolve to zero
1840-
when specified against a content-based size
1841-
(such as the <a>logical width</a> of a float
1842-
or the ''height/auto'' <a>logical height</a>
1843-
of a <a>block-level</a> <a>grid container</a>).
1839+
<a href="https://www.w3.org/TR/css-sizing-3/#percentage-sizing">As in the min size properties and margins/paddings</a> [[CSS-SIZING-3]],
1840+
percentages resolve against zero
1841+
for determining intrinsic size contributions,
1842+
but resolve against the box’s content box
1843+
when laying out the box’s contents.
18441844

18451845
: <dfn>normal</dfn>
18461846
:: The ''gap/normal'' represents

0 commit comments

Comments
 (0)