@@ -1133,13 +1133,35 @@ Changes</h2>
11331133
11341134 Changes since the <a href="https://www.w3.org/TR/2017/WD-css-display-3-20170126/">26 January 2017 Working Draft</a> include:
11351135
1136- * Added the notion of "<a>text nodes</a> " to the <a>element tree</a> ,
1137- and "<a>text runs</a> " to the <a>box tree</a> .
1138- * Clarified that block/inline/run-in only dictates behavior in flow layout
1136+ * Added the notion of “<a>text nodes</a> ” to the <a>element tree</a> ,
1137+ and “<a>text runs</a> ” to the <a>box tree</a>
1138+ to define behavior in the context of ''display: contents'' .
1139+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-19">Issue 19</a> ,
1140+ <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-32">Issue 32</a> )
1141+ * Defined that the root element is <a>in flow</a> .
1142+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-3">Issue 3</a>
1143+ * Defined interaction of ''::first-line'' and ''run-in'' .
1144+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-5">Issue 5</a> ,
1145+ <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-42">Issue 42</a> )
1146+ * Clarified that block/inline/run-in only dictates behavior in <a>flow layout</a> ; it is ignored in other contexts.
1147+ (<a href="
11391148 * Run-ins are a type of inline box, not just "like" an inline box.
1140- * Fixed the definition of run-in's box-tree munging.
1141- * Added an appendix on how ''display: contents'' works on "unusual elements".
1149+ * Fixed the lack of recursion in of run-in's box-tree munging.
1150+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-45">Issue 45</a> )
1151+ * Added an appendix on how ''display: contents'' works on “unusual elements”.
1152+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-8">Issue 8</a> ,
1153+ <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-18">Issue 18</a> )
1154+ * Fix <a>blockification</a> and <a>inlinification</a> rules,
1155+ particularly handling of layout-internal types.
1156+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-35">Issue 35</a> ,
1157+ <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-57">Issue 57</a> )
1158+ * Clarified interaction of various box tree fixups.
1159+ (<a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-38">Issue 38</a> ,
1160+ <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017#issue-48">Issue 48</a> )
11421161 * Added the definition of <a>becoming a formatting context</a>
1162+ * Miscellaneous minor fixes and minor clarifications.
1163+
1164+ A <a href="https://drafts.csswg.org/css-display-3/issues-wd-2017">Disposition of Comments</a> is also available.
11431165
11441166 Changes since the <a href="https://www.w3.org/TR/2015/WD-css-display-3-20151015/">15 October 2015 Working Draft</a> include:
11451167
0 commit comments