Skip to content

Commit 30e2e0c

Browse files
committed
[css-flexbox-1] Update Changes list
1 parent 24c1b60 commit 30e2e0c

File tree

1 file changed

+41
-1
lines changed

1 file changed

+41
-1
lines changed

css-flexbox-1/Overview.bs

Lines changed: 41 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3734,6 +3734,22 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37343734
Significant changes include:
37353735

37363736
<ul>
3737+
<li id="change-2018-intrinsic-main-size-compat">
3738+
Identify parts of [[#intrinsic-main-sizes]] as ideal but not Web-compatible,
3739+
and mark a refined Web-compatible algorithm as an ongoing investigation.
3740+
(<a href="https://github.com/w3c/csswg-drafts/issues/8884">Issue 8884</a>)
3741+
3742+
<li id="change-2018-intrinsic-main-size-errors">
3743+
Fix errors in the flexing rules in [[#intrinsic-main-sizes]]
3744+
to closer match the actual layout algorithm
3745+
and avoid dividing by zero or exploding sizes as inputs approach zero.
3746+
(<a href="https://github.com/w3c/csswg-drafts/issues/7189#issuecomment-1172771501">Issue 7189</a>)
3747+
3748+
<li id="change-2018-min-content-column-size-compat">
3749+
Reform the [[#intrinsic-cross-sizes|cross-size intrinsic sizing rules]]
3750+
for column wrap flex containers to yield better results.
3751+
(Issue <a href="https://github.com/w3c/csswg-drafts/issues/6777>6777</a>)
3752+
37373753
<li id="change-2018-static-pos-align-content">
37383754
Use the [=content edges=] of the [=flex container=]
37393755
for determining the [=static-position rectangle=] of flex container children,
@@ -3788,7 +3804,8 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
37883804

37893805
<li id="change-2018-flex-column-wrap-fragmentation">
37903806
Made the re-arrangement of [=flex items=] into independent
3791-
stacks of flex lines on each page optional.
3807+
stacks of flex lines on each page optional,
3808+
and identified shortcomings in the sample algorithm.
37923809
(<a href="https://github.com/w3c/csswg-drafts/issues/6855">6855</a>)
37933810

37943811
<li id="change-2018-bracket-range-notation">
@@ -3802,6 +3819,29 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
38023819
and clarify any uses that are specific to [=replaced elements=],
38033820
in order to accommodate forthcoming 'aspect-ratio' property.
38043821

3822+
<li id="change-2018-auto-min-aspect-ratio">
3823+
Define interaction of 'aspect-ratio' and the [=automatic minimum size=]
3824+
by applying its effect to the [=transferred size suggestion=]
3825+
and excluding it from the definiteness of the [=specified size suggestion=].
3826+
(Issues <a href="https://github.com/w3c/csswg-drafts/issues/6069">6069</a>
3827+
and <a href="https://github.com/w3c/csswg-drafts/issues/6794">6794</a>,
3828+
<a href="https://github.com/w3c/csswg-drafts/pull/11690">changeset A</a>
3829+
and <a href="https://github.com/w3c/csswg-drafts/commit/ca4dc9e0a3815be0306645dab03f8ca52434baf9>changeset B</a>)
3830+
3831+
<li id="change-2018-auto-min-size-overflow">
3832+
Pin [=automatic minimum size=] conditional on [=computed value=] of 'overflow'
3833+
rather than on being a [=scroll container=]
3834+
to avoid cases such as [=replaced elements=]
3835+
whose computed [=scrollable overflow values=] resolve to
3836+
[=non-scrollable overflow values|non-scrollable=] [=used values=].
3837+
(<a href="https://github.com/w3c/csswg-drafts/issues/7714">7714</a>)
3838+
3839+
<li id="change-2018-indefinite-min-intrinsic">
3840+
Clarify that the rule exempting [=content-based minum sizes=]
3841+
from making an item’s size to be indefinite
3842+
is limited to ''min-width/auto'', and does not affect other intrinsic sizing keywords.
3843+
(<a href="https://github.com/w3c/csswg-drafts/issues/6457">Issue 6457</a>)
3844+
38053845
<li id="change-2018-collapsed-intrinsic-container">
38063846
Explicitly excluded [=collapsed flex items=]
38073847
from the [[#intrinsic-main-sizes|intrinsic main size calculations]].

0 commit comments

Comments
 (0)