Skip to content

Commit 7729564

Browse files
committed
[css-display-3] Update Changes list
1 parent 1d3e6a0 commit 7729564

1 file changed

Lines changed: 26 additions & 1 deletion

File tree

css-display-3/Overview.bs

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1237,7 +1237,32 @@ Changes</h2>
12371237

12381238
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170720/">20 July 2017 Working Draft</a> include:
12391239

1240-
* Moved back the section about becomming a formatting context to css-contain
1240+
* Tightened up rules for the <a>blockification</a> of ''display/inline-block'' / ''inline flow-root''
1241+
to ensure compatibility with CSS2.
1242+
(<a href="https://github.com/w3c/csswg-drafts/issues/1246">Issue 1246</a>)
1243+
Updated handling of ''run-in flow-root'' to match.
1244+
(<a href="https://github.com/w3c/csswg-drafts/issues/1715">Issue 1715</a>)
1245+
* Adjusted grammar of 'display' to list the ''display/list-item'' keyword last. This affects the expected serialization order.
1246+
(<a href="https://github.com/w3c/csswg-drafts/issues/1621">Issue 1621</a>)
1247+
* Added better definition of interaction between <a>block formatting contexts</a> and <a>inline formatting contexts</a> in block containers that establish inline formatting contexts.
1248+
(<a href="https://github.com/w3c/csswg-drafts/issues/1553">Issue 1553</a>)
1249+
* More clearly defined the way property values are reflected
1250+
between an element and its boxes (in the case of an element generating multiple boxes).
1251+
(<a href="https://github.com/w3c/csswg-drafts/issues/1643">Issue 1643</a>)
1252+
* Clarified that empty text objects are ignored for CSS rendering.
1253+
(<a href="https://github.com/w3c/csswg-drafts/issues/1808">Issue 1808</a>)
1254+
* Clarified that 'display' has no effect on document semantics, since this is a common bug in UAs.
1255+
(<a href="https://github.com/w3c/csswg-drafts/issues/2355">Issue 2355</a>)
1256+
* Fixed error in definition of 'display'’s <a>computed value</a>
1257+
(which is definitely not “as specified”, due to <a>blockification</a> and <a>inlinification</a> rules triggered by various properties).
1258+
(<a href="https://github.com/w3c/csswg-drafts/issues/1716">Issue 1716</a>)
1259+
* Added definition for <a>document order</a>.
1260+
* Added missing SVG elements to <a hrerf="#unbox">Appendix B</a>’s details on ''display: contents''.
1261+
(<a href="https://github.com/w3c/csswg-drafts/issues/2118">Issue 2118</a>)
1262+
* Added some <a href="#box-guidance">guidance</a> to future spec authors of anonymous box construction rules.
1263+
(<a href="https://github.com/w3c/csswg-drafts/issues/1643">Issue 1643</a>)
1264+
* Pushed the section about “becoming a formatting context” back to <a href="https://www.w3.org/TR/css-contain-1/">CSS Containment</a> where it is used.
1265+
* Various minor wording fixes and clarifications.
12411266

12421267
Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170126/">26 January 2017 Working Draft</a> include:
12431268

0 commit comments

Comments
 (0)