@@ -4716,10 +4716,20 @@ Major Changes</h4>
4716
4716
its grid area must be <a>clamped</a> to within this limited grid.
4717
4717
</blockquote>
4718
4718
4719
+ <wpt>
4720
+ grid-definition/grid-limits-001.html
4721
+ </wpt>
4722
+
4719
4723
<li id="change-2017-line-name-auto">
4720
4724
Exclude 'auto' from line name <<custom-ident>> .
4721
4725
(<a href="https://github.com/w3c/csswg-drafts/issues/2856">Issue 2856</a> )
4722
4726
4727
+ <wpt>
4728
+ parsing/grid-area-invalid.html
4729
+ parsing/grid-template-columns-invalid.html
4730
+ parsing/grid-template-rows-invalid.html
4731
+ </wpt>
4732
+
4723
4733
<li id="change-2017-area-normalization">
4724
4734
Required that the <a>specified value</a> of 'grid-template-areas'
4725
4735
normalize <a>null cell tokens</a> and <a>whitespace</a> .
@@ -4731,6 +4741,10 @@ Major Changes</h4>
4731
4741
and each sequence of <a>whitespace</a> as a single space (U+0020 SPACE).</p></ins>
4732
4742
</blockquote>
4733
4743
4744
+ <wpt>
4745
+ parsing/grid-template-areas-computed.html
4746
+ </wpt>
4747
+
4734
4748
<li id="change-2017-static-padding">
4735
4749
The static position of a grid container child
4736
4750
should be resolved against the content edge, not padding edge, of the grid container.
@@ -4743,12 +4757,21 @@ Major Changes</h4>
4743
4757
whose edges coincide with the <del> padding</del> <ins> content</ins> edges of the <a>grid container</a> .
4744
4758
</blockquote>
4745
4759
4760
+ <wpt>
4761
+ abspos/absolute-positioning-grid-container-parent-001.html
4762
+ </wpt>
4763
+
4746
4764
<li id="change-2017-scrollable-grid">
4747
4765
The grid (and surrounding padding) is included in the scrollable overflow area.
4748
4766
See [[#overflow]] .
4749
4767
(<a href="https://github.com/w3c/csswg-drafts/issues/3638">Issue 3638</a> ,
4750
4768
<a href="https://github.com/w3c/csswg-drafts/issues/3665">Issue 3665</a> )
4751
4769
4770
+ <wpt>
4771
+ grid-model/grid-overflow-padding-001.html
4772
+ grid-model/grid-overflow-padding-002.html
4773
+ </wpt>
4774
+
4752
4775
<li id="change-2017-flex-zero-sum">
4753
4776
Don't divide by zero when <a lt="distribute extra space">distributing extra space</a>
4754
4777
across <a>flexible tracks</a>
@@ -4763,6 +4786,10 @@ Major Changes</h4>
4763
4786
rather than distributing space equally
4764
4787
</blockquote>
4765
4788
4789
+ <!--
4790
+ Change doesn't change behavior, just prevents a crash I guess?
4791
+ -->
4792
+
4766
4793
<li id="change-2017-no-maximize-flex">
4767
4794
Don't calculate growth limits of flexible tracks as intrinsic sizes;
4768
4795
set them to the base size at the end of intrinsic track sizing
@@ -4784,6 +4811,12 @@ Major Changes</h4>
4784
4811
set its <a>growth limit</a> to its <a>base size</a> .
4785
4812
</blockquote>
4786
4813
4814
+ <!--
4815
+ Need test written.
4816
+ layout-algorithm/grid-flex-track-intrinsic-sizes-* don't cover intrinsic-sized items,
4817
+ but are otherwise close to what's needed.
4818
+ -->
4819
+
4787
4820
<li id="change-2017-min-content-flex">
4788
4821
Treat min-content constraints the same as zero free space
4789
4822
when expanding flexible tracks.
@@ -4796,6 +4829,10 @@ Major Changes</h4>
4796
4829
The used <a>flex fraction</a> is zero.
4797
4830
</dl>
4798
4831
</blockquote>
4832
+
4833
+ <!--
4834
+ Needs test written.
4835
+ -->
4799
4836
</ul>
4800
4837
<h4 id="minor-2017">
4801
4838
Minor Changes</h4>
@@ -4820,6 +4857,11 @@ Minor Changes</h4>
4820
4857
from its border edges.
4821
4858
</ul>
4822
4859
</blockquote>
4860
+
4861
+ <!--
4862
+ Needs test.
4863
+ -->
4864
+
4823
4865
<li id="change-2017-repeat-min-max">
4824
4866
Floor the max track sizing function by the min track sizing function
4825
4867
when calculating the number of ''auto-fit'' or ''auto-fill'' repetitions.
@@ -4830,6 +4872,12 @@ Minor Changes</h4>
4830
4872
<ins> flooring the <a>max track sizing function</a> by the <a>min track sizing function</a> if both are <a>definite</a> ,</ins>
4831
4873
and taking 'gap' into account) …
4832
4874
</blockquote>
4875
+
4876
+ <!--
4877
+ Needs test (or verify with Rego that there's no test???)
4878
+ -->
4879
+
4880
+
4833
4881
<li id="change-2017-flex-initial-growth-limit">
4834
4882
Initialize the <a>growth limit</a> of <a>flexible tracks</a> to infinity,
4835
4883
instead of setting it first to the base size and changing it later.
0 commit comments