@@ -1335,7 +1335,8 @@ Acknowledgments</h2>
13351335 whose relentless assault on CSS2.1 Chapter 9 forced some order out of the chaos;
13361336 and Oriol Brufau,
13371337 who teased apart dozens of fine distinctions and errors in this spec.
1338- Honorable mentions also go to David Baron, Mats Palmgren, and Boris Zbarsky for their feedback.
1338+ Honorable mentions also go to David Baron, Mats Palmgren, Ilya Streltsyn,
1339+ and Boris Zbarsky for their feedback.
13391340
13401341<!--
13411342 We would also like to thank the many JavaScript libraries such as jQuery
@@ -1346,12 +1347,28 @@ Acknowledgments</h2>
13461347<h2 class=no-num id="changes">
13471348Changes</h2>
13481349
1350+ A <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017">Disposition of Comments</a> is available.
1351+
13491352 Changes since the <a href="https://www.w3.org/TR/2018/WD-css-display-3-20180420/">20 April 2018 Working Draft</a> include:
13501353
13511354 <ul>
13521355 <li>
13531356 Elements with ''display: contents'' that behave as ''display: none'' now <em> compute to</em> ''display: none'' .
13541357 (<a href="https://github.com/w3c/csswg-drafts/issues/2755">Issue 2755</a> )
1358+ <li>
1359+ Distinguished “new” <a>formatting context</a> from <a>independent formatting context</a> since certain formatting contexts layer.
1360+ (<a href="https://github.com/w3c/csswg-drafts/issues/2597">Issue 2597</a> ,
1361+ <a href="https://github.com/w3c/csswg-drafts/issues/1457">Issue 15457</a> )
1362+ <li>
1363+ Defined that <a>block boxes</a> that establish an <a>independent formatting context</a>
1364+ have a used 'display' of ''flow-root'' ,
1365+ to provide an easier point of reference.
1366+ (<a href="https://github.com/w3c/csswg-drafts/issues/1550">Issue 1550</a> )
1367+ <li>
1368+ Clarified that 'display' is not animatable (as opposed to discretely animatable).
1369+ (<a href="https://github.com/w3c/csswg-drafts/issues/2938">Issue 2938</a> )
1370+ <li>
1371+ Minor editorial fixes.
13551372 </ul>
13561373
13571374 Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170720/">20 July 2017 Working Draft</a> include:
0 commit comments