Skip to content

Commit 08e7283

Browse files
committed
[css-sizing-3] Adjust definition of cyclic percentage per #3010
1 parent a2f32c8 commit 08e7283

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

css-sizing-3/Overview.bs

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,14 +1005,13 @@ Intrinsic Contributions</h3>
10051005
Intrinsic Contributions of Percentage-Sized Boxes</h4>
10061006

10071007
Sometimes the size of a percentage-sized box’s <a>containing block</a>
1008-
depends on the intrinsic size contribution of the box itself,
1008+
depends on the [=intrinsic size contribution=] of the box itself,
10091009
creating a cyclic dependency.
10101010
When calculating the <a>intrinsic size contribution</a> of such a box
10111011
(including any calculations for a content-based <a>automatic minimum size</a>),
1012-
a <dfn export>cyclic percentage</dfn>--
1013-
that is,
1014-
a percentage value that would resolve against a containing block size
1015-
which itself depends on that percentage--
1012+
a percentage value that resolves against a size
1013+
in the same axis as the [=intrinsic size contribution=]
1014+
(a <dfn>cyclic percentage</dfn>)
10161015
is resolved specially:
10171016

10181017
<ol type=a>

0 commit comments

Comments
 (0)