@@ -4800,6 +4800,11 @@ Minor Changes</h4>
48004800 <del> treating <a>flexible tracks</a> as having
48014801 an infinite <a>growth limit</a>
48024802 </blockquote>
4803+ This change is purely editorial; it should have no effect on implementations.
4804+ <li id="change-2017-template-string-whitespace">
4805+ Clarified that white space is normalized in 'grid-template-areas' <<string>> values.
4806+ (<a href="https://github.com/w3c/csswg-drafts/issues/4335">Issue 4335</a> )
4807+ See [[#serialize-template]] .
48034808 </ul>
48044809
48054810<h4 id="clarify-2017">
@@ -4881,6 +4886,25 @@ Clarifications</h4>
48814886 on the size of the item’s content,
48824887 it is considered a type of <a>intrinsic size contribution</a> .
48834888 </blockquote>
4889+ <li id="change-2017-blockification">
4890+ Clarified that blockification occurs
4891+ through intervening elements with ''display: contents'' ,
4892+ and does not consider whether the ''grid'' /''inline-grid'' element
4893+ ends up actually generating a [=grid container=] box.
4894+ (<a href="https://github.com/w3c/csswg-drafts/issues/4065">Issue 4065</a> )
4895+ <blockquote>
4896+ <p><del> The 'display' value of a <a>grid item</a> is <a>blockified</a> :
4897+ if the specified 'display' of an in-flow child of an element generating a <a>grid container</a>
4898+ is an inline-level value, it computes to its block-level equivalent.</del>
4899+ <ins> If the [=computed value|computed=] 'display' value of an element's nearest ancestor element
4900+ (skipping ''display:contents'' ancestors)
4901+ is ''grid'' or ''inline-gird'' ,
4902+ the element's own 'display' value is [=blockified=] .</ins>
4903+
4904+ Note: <ins> Blockification still occurs even when the ''flex'' or ''inline-flex'' element does not end up generating a [=flex container=] box,
4905+ e.g. when it is [=replaced element|replaced=]
4906+ or in a ''display: none'' subtree.</ins>
4907+ </blockquote>
48844908 </ul>
48854909
48864910<h3 id="changes-2016">
0 commit comments