@@ -3734,6 +3734,22 @@ Changes since the <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/
3734
3734
Significant changes include:
3735
3735
3736
3736
<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
+
3737
3753
<li id="change-2018-static-pos-align-content">
3738
3754
Use the [=content edges=] of the [=flex container=]
3739
3755
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/
3788
3804
3789
3805
<li id="change-2018-flex-column-wrap-fragmentation">
3790
3806
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.
3792
3809
(<a href="https://github.com/w3c/csswg-drafts/issues/6855">6855</a> )
3793
3810
3794
3811
<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/
3802
3819
and clarify any uses that are specific to [=replaced elements=] ,
3803
3820
in order to accommodate forthcoming 'aspect-ratio' property.
3804
3821
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
+
3805
3845
<li id="change-2018-collapsed-intrinsic-container">
3806
3846
Explicitly excluded [=collapsed flex items=]
3807
3847
from the [[#intrinsic-main-sizes|intrinsic main size calculations]] .
0 commit comments