@@ -4533,21 +4533,32 @@ Major Changes</h4>
45334533 its grid area must be <a>clamped</a> to within this limited grid.
45344534 </blockquote>
45354535
4536- <li id="change-2018-line-name-auto">
4537- Exclude 'auto' from line name <<custom-ident>> .
4538- (<a href="https://github.com/w3c/csswg-drafts/issues/2856">Issue 2856</a> )
4539-
4540- <li id="change-2018-static-padding">
4541- The static position of a grid container child
4542- should be resolved against the content edge, not padding edge, of the grid container.
4543- (<a href="https://github.com/w3c/csswg-drafts/issues/3020">Issue 3020</a> )
4544- <blockquote>
4545- <p> The <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> [[!CSS21]]
4536+ <li id="change-2017-line-name-auto">
4537+ Exclude 'auto' from line name <<custom-ident>> .
4538+ (<a href="https://github.com/w3c/csswg-drafts/issues/2856">Issue 2856</a> )
4539+
4540+ <li id="change-2017-area-normalization">
4541+ Required that the <a>specified value</a> of 'grid-template-areas'
4542+ normalize <a>null cell tokens</a> and <a>whitespace</a> .
4543+ (<a href="https://github.com/w3c/csswg-drafts/issues/3261">Issue 3261</a> )
4544+ <blockquote>
4545+ <ins><p> Both the <a>specified value</a> and <a>computed value</a>
4546+ of a <<string>> value of 'grid-template-areas' serializes
4547+ each <a>null cell token</a> as a single "." (U+002E FULL STOP)
4548+ and each sequence of <a>whitespace</a> as a single space (U+0020 SPACE).</p></ins>
4549+ </blockquote>
4550+
4551+ <li id="change-2017-static-padding">
4552+ The static position of a grid container child
4553+ should be resolved against the content edge, not padding edge, of the grid container.
4554+ (<a href="https://github.com/w3c/csswg-drafts/issues/3020">Issue 3020</a> )
4555+ <blockquote>
4556+ <p> The <a href="https://www.w3.org/TR/CSS21/visudet.html#abs-non-replaced-width">static position</a> [[!CSS21]]
45464557 of an absolutely-positioned child of a <a>grid container</a>
45474558 is determined as if it were the sole grid item
45484559 in a <a>grid area</a>
45494560 whose edges coincide with the <del> padding</del> <ins> content</ins> edges of the <a>grid container</a> .
4550- </blockquote>
4561+ </blockquote>
45514562 </ul>
45524563
45534564<h4 id="clarify-2017">
0 commit comments