Skip to content

Commit aca31fb

Browse files
committed
[css-display-3] Add DoC
1 parent e048823 commit aca31fb

File tree

3 files changed

+229
-0
lines changed

3 files changed

+229
-0
lines changed

css-display-3/Overview.bs

+3
Original file line numberDiff line numberDiff line change
@@ -1399,6 +1399,9 @@ Changes</h2>
13991399
Added cross-references to various forms of fragmentation in [[#intro]].
14001400
<li id="change-table-grid-box">
14011401
Renamed “table box” to “table grid box” to more easily distinguish from “table wrapper box”.
1402+
<li id="change-body-propagation">
1403+
Added “unless otherwise specified” to root &rarr; initial containing block propagation,
1404+
since there are some regrettable special exceptions for the HTML <{body}> element.
14021405
</ul>
14031406

14041407
<h3 id="changes-wd">

css-display-3/issues-cr-2018.bsi

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
Draft: https://www.w3.org/TR/2018/CR-css-display-3-20180828/
2+
Title: CSS Display Level 3
3+
4+
----
5+
Issue 1.
6+
Summary: Slight ambiguity in wording about principal boxes
7+
From: Oriol Brufau
8+
Comment: https://github.com/w3c/csswg-drafts/issues/3157
9+
Response: https://github.com/w3c/csswg-drafts/issues/3157#issuecomment-493248263
10+
Changes: https://github.com/w3c/csswg-drafts/commit/bce28d96b6c104cd8f163dce762017db0cd63cb2
11+
Closed: Accepted
12+
Verified: Used commenter's submitted wording
13+
Resolved: Editorial
14+
----
15+
Issue 2.
16+
Summary: Parent box definition doesn't handle exceptional cases
17+
From: Oriol Brufau
18+
Comment: https://github.com/w3c/csswg-drafts/issues/3158
19+
Comment: https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-493259290
20+
Response: https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-495342225
21+
Closed: Accepted
22+
Verified: https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-494593202
23+
Resolved: =WG= Verify
24+
----
25+
Issue 3.
26+
Summary: 'display: contents' and inheritance of 'writing-mode'
27+
From: Xidorn Quan
28+
Comment: https://github.com/w3c/csswg-drafts/issues/3176
29+
Response: https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425074813
30+
Response: https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425224650
31+
Closed: Invalid
32+
Verified: https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425230949
33+
----
34+
Issue 4.
35+
Summary: Parent box definition doesn't handle anonymous boxes
36+
From: prjnt
37+
Comment: https://github.com/w3c/csswg-drafts/issues/3259
38+
Response: https://github.com/w3c/csswg-drafts/issues/3259#issuecomment-439231940
39+
Closed: Accepted
40+
Resolved: Bugfix
41+
----
42+
Issue 5.
43+
Summary: Spec conflicts wrt property propagation to ICB
44+
From: prjnt
45+
Comment: https://github.com/w3c/csswg-drafts/issues/3260
46+
Response: https://github.com/w3c/csswg-drafts/issues/3260#issuecomment-495363659
47+
Closed: Accepted
48+
Resolved: Bugfix
49+
----
50+
Issue 6.
51+
Summary: 'display: content's and SVG textPath
52+
From: Cameron McCormack
53+
Comment: https://github.com/w3c/csswg-drafts/issues/3302
54+
Comment: https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493246213
55+
Response: https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493249111
56+
Changes: https://github.com/w3c/csswg-drafts/commit/be796b2c69d51e7320c1abe98f934f4e86f8a69d
57+
Closed: Accepted
58+
Resolved: Editorial
59+
----
60+
Issue 7.
61+
Summary: Focusability of 'display: contents'
62+
From: Ilya Streltsyn
63+
Comment: https://github.com/w3c/csswg-drafts/issues/2632
64+
Response: https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-438851770
65+
Response: https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493249786
66+
Comment: https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493485365
67+
Response: https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-495360508
68+
Open: OutOfScope
69+
----
70+
Issue 8.
71+
Summary: Warn about broken implementations
72+
From: Jonny James
73+
Comment: https://github.com/w3c/csswg-drafts/issues/3040
74+
Response: https://github.com/w3c/csswg-drafts/issues/3040#issuecomment-429160220
75+
Changes: https://github.com/w3c/csswg-drafts/commit/10d721ddefe82730a712b392eaf8695c75764e30
76+
Closed: Accepted
77+
Resolved: Editorial
78+
----

css-display-3/issues-cr-2018.html

+148
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Display Level 3 Disposition of Comments for 2018-08-28 CR</title>
4+
<style type="text/css">
5+
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
6+
pre > span { display: block; white-space: pre; }
7+
.a { background: #52E052 }
8+
.d { background: #8CCBF2 }
9+
.oi { background: #E0CB52 }
10+
.r { background: orange }
11+
.fo { background: #f66 }
12+
pre.a { background: #E9FBE9 }
13+
pre.d { background: #DEF }
14+
pre.oi { background: #FCFAEE }
15+
pre.r { background: #FFEECC }
16+
pre.fo { background: #FBE9E9 }
17+
.open { border: solid red; }
18+
:target { box-shadow: 0.25em 0.25em 0.25em; }
19+
a[href^=mid], a[href~=flatten] { text-decoration: none; }
20+
abbr { font-weight: bold; }
21+
</style>
22+
23+
<h1>CSS Display Level 3 Disposition of Comments for 2018-08-28 CR</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-display-3-20180828/">https://www.w3.org/TR/2018/CR-css-display-3-20180828/</a>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-display-3/">http://drafts.csswg.org/css-display-3/</a>
28+
29+
<p>The following color coding convention is used for comments:</p>
30+
31+
<ul>
32+
<li class="a">Accepted or Rejected and positive response
33+
<li class="r">Rejected and no response
34+
<li class="fo">Rejected and negative response
35+
<li class="d">Deferred
36+
<li class="oi">Out-of-Scope or Invalid and not verified
37+
</ul>
38+
39+
<p class=open>Open issues are marked like this</p>
40+
41+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
42+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
43+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
44+
<pre class=' a' id='issue-1'>
45+
<span>Issue 1. <a href='#issue-1'>#</a></span>
46+
<span>Summary: Slight ambiguity in wording about principal boxes</span>
47+
<span>From: Oriol Brufau</span>
48+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3157'>https://github.com/w3c/csswg-drafts/issues/3157</a></span>
49+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3157#issuecomment-493248263'>https://github.com/w3c/csswg-drafts/issues/3157#issuecomment-493248263</a></span>
50+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/bce28d96b6c104cd8f163dce762017db0cd63cb2'>https://github.com/w3c/csswg-drafts/commit/bce28d96b6c104cd8f163dce762017db0cd63cb2</a></span>
51+
<span class="a">Closed: Accepted</span>
52+
<span class="a">Verified: Used commenter's submitted wording</span>
53+
<span>Resolved: Editorial</span></pre>
54+
<pre class=' a' id='issue-2'>
55+
<span>Issue 2. <a href='#issue-2'>#</a></span>
56+
<span>Summary: Parent box definition doesn't handle exceptional cases</span>
57+
<span>From: Oriol Brufau</span>
58+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3158'>https://github.com/w3c/csswg-drafts/issues/3158</a></span>
59+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-493259290'>https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-493259290</a></span>
60+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-495342225'>https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-495342225</a></span>
61+
<span class="a">Closed: Accepted</span>
62+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-494593202'>https://github.com/w3c/csswg-drafts/issues/3158#issuecomment-494593202</a></span>
63+
<span>Resolved: =WG= Verify</span></pre>
64+
<pre class=' a' id='issue-3'>
65+
<span>Issue 3. <a href='#issue-3'>#</a></span>
66+
<span>Summary: 'display: contents' and inheritance of 'writing-mode'</span>
67+
<span>From: Xidorn Quan</span>
68+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3176'>https://github.com/w3c/csswg-drafts/issues/3176</a></span>
69+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425074813'>https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425074813</a></span>
70+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425224650'>https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425224650</a></span>
71+
<span class="oi">Closed: Invalid</span>
72+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425230949'>https://github.com/w3c/csswg-drafts/issues/3176#issuecomment-425230949</a></span></pre>
73+
<pre class=' a' id='issue-4'>
74+
<span>Issue 4. <a href='#issue-4'>#</a></span>
75+
<span>Summary: Parent box definition doesn't handle anonymous boxes</span>
76+
<span>From: prjnt</span>
77+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3259'>https://github.com/w3c/csswg-drafts/issues/3259</a></span>
78+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3259#issuecomment-439231940'>https://github.com/w3c/csswg-drafts/issues/3259#issuecomment-439231940</a></span>
79+
<span class="a">Closed: Accepted</span>
80+
<span>Resolved: Bugfix</span></pre>
81+
<pre class=' a' id='issue-5'>
82+
<span>Issue 5. <a href='#issue-5'>#</a></span>
83+
<span>Summary: Spec conflicts wrt property propagation to ICB</span>
84+
<span>From: prjnt</span>
85+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3260'>https://github.com/w3c/csswg-drafts/issues/3260</a></span>
86+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3260#issuecomment-495363659'>https://github.com/w3c/csswg-drafts/issues/3260#issuecomment-495363659</a></span>
87+
<span class="a">Closed: Accepted</span>
88+
<span>Resolved: Bugfix</span></pre>
89+
<pre class=' a' id='issue-6'>
90+
<span>Issue 6. <a href='#issue-6'>#</a></span>
91+
<span>Summary: 'display: content's and SVG textPath</span>
92+
<span>From: Cameron McCormack</span>
93+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3302'>https://github.com/w3c/csswg-drafts/issues/3302</a></span>
94+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493246213'>https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493246213</a></span>
95+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493249111'>https://github.com/w3c/csswg-drafts/issues/3302#issuecomment-493249111</a></span>
96+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/be796b2c69d51e7320c1abe98f934f4e86f8a69d'>https://github.com/w3c/csswg-drafts/commit/be796b2c69d51e7320c1abe98f934f4e86f8a69d</a></span>
97+
<span class="a">Closed: Accepted</span>
98+
<span>Resolved: Editorial</span></pre>
99+
<pre class='open oi' id='issue-7'>
100+
<span>Issue 7. <a href='#issue-7'>#</a></span>
101+
<span>Summary: Focusability of 'display: contents'</span>
102+
<span>From: Ilya Streltsyn</span>
103+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2632'>https://github.com/w3c/csswg-drafts/issues/2632</a></span>
104+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-438851770'>https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-438851770</a></span>
105+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493249786'>https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493249786</a></span>
106+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493485365'>https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-493485365</a></span>
107+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-495360508'>https://github.com/w3c/csswg-drafts/issues/2632#issuecomment-495360508</a></span>
108+
<span class="oi">Open: OutOfScope</span></pre>
109+
<pre class=' a' id='issue-8'>
110+
<span>Issue 8. <a href='#issue-8'>#</a></span>
111+
<span>Summary: Warn about broken implementations</span>
112+
<span>From: Jonny James</span>
113+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/3040'>https://github.com/w3c/csswg-drafts/issues/3040</a></span>
114+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/3040#issuecomment-429160220'>https://github.com/w3c/csswg-drafts/issues/3040#issuecomment-429160220</a></span>
115+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/10d721ddefe82730a712b392eaf8695c75764e30'>https://github.com/w3c/csswg-drafts/commit/10d721ddefe82730a712b392eaf8695c75764e30</a></span>
116+
<span class="a">Closed: Accepted</span>
117+
<span>Resolved: Editorial</span></pre>
118+
<script>
119+
(function () {
120+
var sheet = document.styleSheets[0];
121+
function addCheckbox(className) {
122+
var element = document.querySelector('*.' + className);
123+
var span = document.createElement('span');
124+
span.innerHTML = element.innerHTML;
125+
element.innerHTML = null;
126+
var check = document.createElement('input');
127+
check.type = 'checkbox';
128+
if (className == 'open') {
129+
check.checked = false;
130+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
131+
check.onchange = function (e) {
132+
rule.style.display = this.checked ? 'none' : 'block';
133+
}
134+
}
135+
else {
136+
check.checked = true;
137+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
138+
check.onchange = function (e) {
139+
rule.style.display = this.checked ? 'block' : 'none';
140+
}
141+
}
142+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
143+
element.appendChild(check);
144+
element.appendChild(span);
145+
}
146+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
147+
}());
148+
</script>

0 commit comments

Comments
 (0)