Skip to content

Commit 61b11ae

Browse files
committed
[css-grid] Add more <wpt> annotations.
1 parent 9613a0c commit 61b11ae

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

css-grid-1/Overview.bs

+48
Original file line numberDiff line numberDiff line change
@@ -4716,10 +4716,20 @@ Major Changes</h4>
47164716
its grid area must be <a>clamped</a> to within this limited grid.
47174717
</blockquote>
47184718

4719+
<wpt>
4720+
grid-definition/grid-limits-001.html
4721+
</wpt>
4722+
47194723
<li id="change-2017-line-name-auto">
47204724
Exclude 'auto' from line name <<custom-ident>>.
47214725
(<a href="https://github.com/w3c/csswg-drafts/issues/2856">Issue 2856</a>)
47224726

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+
47234733
<li id="change-2017-area-normalization">
47244734
Required that the <a>specified value</a> of 'grid-template-areas'
47254735
normalize <a>null cell tokens</a> and <a>whitespace</a>.
@@ -4731,6 +4741,10 @@ Major Changes</h4>
47314741
and each sequence of <a>whitespace</a> as a single space (U+0020 SPACE).</p></ins>
47324742
</blockquote>
47334743

4744+
<wpt>
4745+
parsing/grid-template-areas-computed.html
4746+
</wpt>
4747+
47344748
<li id="change-2017-static-padding">
47354749
The static position of a grid container child
47364750
should be resolved against the content edge, not padding edge, of the grid container.
@@ -4743,12 +4757,21 @@ Major Changes</h4>
47434757
whose edges coincide with the <del>padding</del> <ins>content</ins> edges of the <a>grid container</a>.
47444758
</blockquote>
47454759

4760+
<wpt>
4761+
abspos/absolute-positioning-grid-container-parent-001.html
4762+
</wpt>
4763+
47464764
<li id="change-2017-scrollable-grid">
47474765
The grid (and surrounding padding) is included in the scrollable overflow area.
47484766
See [[#overflow]].
47494767
(<a href="https://github.com/w3c/csswg-drafts/issues/3638">Issue 3638</a>,
47504768
<a href="https://github.com/w3c/csswg-drafts/issues/3665">Issue 3665</a>)
47514769

4770+
<wpt>
4771+
grid-model/grid-overflow-padding-001.html
4772+
grid-model/grid-overflow-padding-002.html
4773+
</wpt>
4774+
47524775
<li id="change-2017-flex-zero-sum">
47534776
Don't divide by zero when <a lt="distribute extra space">distributing extra space</a>
47544777
across <a>flexible tracks</a>
@@ -4763,6 +4786,10 @@ Major Changes</h4>
47634786
rather than distributing space equally
47644787
</blockquote>
47654788

4789+
<!--
4790+
Change doesn't change behavior, just prevents a crash I guess?
4791+
-->
4792+
47664793
<li id="change-2017-no-maximize-flex">
47674794
Don't calculate growth limits of flexible tracks as intrinsic sizes;
47684795
set them to the base size at the end of intrinsic track sizing
@@ -4784,6 +4811,12 @@ Major Changes</h4>
47844811
set its <a>growth limit</a> to its <a>base size</a>.
47854812
</blockquote>
47864813

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+
47874820
<li id="change-2017-min-content-flex">
47884821
Treat min-content constraints the same as zero free space
47894822
when expanding flexible tracks.
@@ -4796,6 +4829,10 @@ Major Changes</h4>
47964829
The used <a>flex fraction</a> is zero.
47974830
</dl>
47984831
</blockquote>
4832+
4833+
<!--
4834+
Needs test written.
4835+
-->
47994836
</ul>
48004837
<h4 id="minor-2017">
48014838
Minor Changes</h4>
@@ -4820,6 +4857,11 @@ Minor Changes</h4>
48204857
from its border edges.
48214858
</ul>
48224859
</blockquote>
4860+
4861+
<!--
4862+
Needs test.
4863+
-->
4864+
48234865
<li id="change-2017-repeat-min-max">
48244866
Floor the max track sizing function by the min track sizing function
48254867
when calculating the number of ''auto-fit'' or ''auto-fill'' repetitions.
@@ -4830,6 +4872,12 @@ Minor Changes</h4>
48304872
<ins>flooring the <a>max track sizing function</a> by the <a>min track sizing function</a> if both are <a>definite</a>,</ins>
48314873
and taking 'gap' into account) &hellip;
48324874
</blockquote>
4875+
4876+
<!--
4877+
Needs test (or verify with Rego that there's no test???)
4878+
-->
4879+
4880+
48334881
<li id="change-2017-flex-initial-growth-limit">
48344882
Initialize the <a>growth limit</a> of <a>flexible tracks</a> to infinity,
48354883
instead of setting it first to the base size and changing it later.

0 commit comments

Comments
 (0)