Skip to content

Commit f9c4383

Browse files
committed
[css-display-3] Update DoC, Changes List
1 parent f09f7dc commit f9c4383

File tree

3 files changed

+38
-10
lines changed

3 files changed

+38
-10
lines changed

css-display/Overview.bs

+27-5
Original file line numberDiff line numberDiff line change
@@ -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

css-display/issues-wd-2017.bsi

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@ Summary: Effect of 'display: contents' on counter scoping
7777
From: Xidorn Quan
7878
Comment: https://github.com/w3c/csswg-drafts/issues/674
7979
Response:
80-
Open: Acceted, needs edits to Lists?
80+
Closed: Accepted
81+
Note: Still needs edits in css-lists-3.
8182
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html
8283
----
8384
Issue 11.
@@ -445,6 +446,8 @@ Summary: Discrepencies in run-in
445446
From: Oriol
446447
Comment: https://github.com/w3c/csswg-drafts/issues/1491
447448
Response: https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280
449+
Closed: Accepted
450+
Resolved: Bugfix
448451
----
449452
Issue 54.
450453
Summary: Serialization of list-item values not listed

css-display/issues-wd-2017.html

+7-4
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,14 @@ <h1>CSS Display Module Level 3 Disposition of Comments for 2015-10-15 WD</h1>
106106
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/560#issuecomment-270094051'>https://github.com/w3c/csswg-drafts/issues/560#issuecomment-270094051</a></span>
107107
<span class="oi">Closed: OutOfScope</span>
108108
<span>Resolved: Editor discretion</span></pre>
109-
<pre class='open ' id='issue-10'>
109+
<pre class=' a' id='issue-10'>
110110
<span>Issue 10. <a href='#issue-10'>#</a></span>
111111
<span>Summary: Effect of 'display: contents' on counter scoping</span>
112112
<span>From: Xidorn Quan</span>
113113
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/674'>https://github.com/w3c/csswg-drafts/issues/674</a></span>
114114
<span>Response:</span>
115-
<span class="">Open: Acceted, needs edits to Lists?</span>
115+
<span class="a">Closed: Accepted</span>
116+
<span>Note: Still needs edits in css-lists-3.</span>
116117
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html'>https://lists.w3.org/Archives/Public/www-style/2017Feb/0062.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Feb/0062.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
117118
<pre class=' a' id='issue-11'>
118119
<span>Issue 11. <a href='#issue-11'>#</a></span>
@@ -474,12 +475,14 @@ <h1>CSS Display Module Level 3 Disposition of Comments for 2015-10-15 WD</h1>
474475
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/394c62f72fda4ac824c9ce204a99bf991b9e6471'>https://github.com/w3c/csswg-drafts/commit/394c62f72fda4ac824c9ce204a99bf991b9e6471</a></span>
475476
<span class="a">Closed: Accepted</span>
476477
<span>Resolved: Editorial</span></pre>
477-
<pre class=' ' id='issue-53'>
478+
<pre class=' a' id='issue-53'>
478479
<span>Issue 53. <a href='#issue-53'>#</a></span>
479480
<span>Summary: Discrepencies in run-in</span>
480481
<span>From: Oriol</span>
481482
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1491'>https://github.com/w3c/csswg-drafts/issues/1491</a></span>
482-
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280'>https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280</a></span></pre>
483+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280'>https://github.com/w3c/csswg-drafts/issues/1491#issuecomment-314570280</a></span>
484+
<span class="a">Closed: Accepted</span>
485+
<span>Resolved: Bugfix</span></pre>
483486
<pre class=' oi' id='issue-54'>
484487
<span>Issue 54. <a href='#issue-54'>#</a></span>
485488
<span>Summary: Serialization of list-item values not listed</span>

0 commit comments

Comments
 (0)