Skip to content

Commit 7a78730

Browse files
committed
[css-grid] Add issues list
1 parent 260b767 commit 7a78730

File tree

2 files changed

+431
-0
lines changed

2 files changed

+431
-0
lines changed

css-grid/issues-wd-20150108.html

Lines changed: 259 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,259 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Grid Layout Level 1 Disposition of Comments for 2015-03-17 WD</title>
4+
<style type="text/css">
5+
.a { background: lightgreen }
6+
.d { background: lightblue }
7+
.r { background: orange }
8+
.fo { background: red }
9+
.open { border: solid red; padding: 0.2em; }
10+
:target { box-shadow: 0.25em 0.25em 0.25em; }
11+
</style>
12+
13+
<h1>CSS Grid Layout Level 1 Disposition of Comments for 2015-03-17 WD</h1>
14+
15+
<p>Last call document: <a href="http://www.w3.org/TR/2015/WD-css-grid-1-20150317/">http://www.w3.org/TR/2015/WD-css-grid-1-20150317/</a>
16+
17+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-grid-1/">http://dev.w3.org/csswg/css-grid-1/</a>
18+
19+
<p>The following color coding convention is used for comments:</p>
20+
21+
<ul>
22+
<li class="a">Accepted or Rejected and positive response
23+
<li class="r">Rejected and no response
24+
<li class="fo">Rejected and negative response
25+
<li class="d">Deferred
26+
<li class="oi">Out-of-Scope or Invalid and not verified
27+
</ul>
28+
29+
<p class=open>Open issues are marked like this</p>
30+
31+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
32+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
33+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
34+
<pre class='open' id='issue-1'>
35+
Issue 1. <a href='#issue-1'>#</a>
36+
Summary: Static pos using grid container while sizing using grid area is inconsistent
37+
From: Manuel Rego Casasnovas
38+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html</a>
39+
Response:
40+
Open
41+
</pre>
42+
<pre class='open' id='issue-2'>
43+
Issue 2. <a href='#issue-2'>#</a>
44+
Summary: Relationship of padding-edge line and grid lines not defined, but needed for abspos
45+
From: Manuel Rego Casasnovas
46+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html</a>
47+
Response:
48+
Open
49+
</pre>
50+
<pre class='open' id='issue-3'>
51+
Issue 3. <a href='#issue-3'>#</a>
52+
Summary: What if insufficient lines for abspos?
53+
From: Manuel Rego Casasnovas
54+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0092.html</a>
55+
Response:
56+
Open
57+
</pre>
58+
<pre class='open' id='issue-4'>
59+
Issue 4. <a href='#issue-4'>#</a>
60+
Summary: Add formula to illustrate error-handling of overlarge grids
61+
From: Rossen Atanassov
62+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0162.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0162.html</a>
63+
Open
64+
</pre>
65+
<pre class='open' id='issue-5'>
66+
Issue 5. <a href='#issue-5'>#</a>
67+
Summary: Define resolved value of grid-template-* for overlarge grids
68+
From: Sergio Villar Senin
69+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Aug/0391.html'>https://lists.w3.org/Archives/Public/www-style/2014Aug/0391.html</a>
70+
Open
71+
</pre>
72+
<pre class='open' id='issue-6'>
73+
Issue 6. <a href='#issue-6'>#</a>
74+
Summary: Confusion over start/end axis handling of alignment props
75+
From: Javier Fernandez
76+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0181.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0181.html</a>
77+
Open
78+
</pre>
79+
<pre class='a' id='issue-7'>
80+
Issue 7. <a href='#issue-7'>#</a>
81+
Summary: Suggestion for collapsed grids
82+
From: Mikel Zorilla
83+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0421.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0421.html</a>
84+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0427.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0427.html</a>
85+
Closed: Invalid
86+
Verified: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0462.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0462.html</a>
87+
</pre>
88+
<pre class='open' id='issue-8'>
89+
Issue 8. <a href='#issue-8'>#</a>
90+
Summary: Placement algo is missing step for non-auto-placed items
91+
From: Manuel Rego Casasnovas
92+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0426.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0426.html</a>
93+
Open
94+
</pre>
95+
<pre class='open' id='issue-9'>
96+
Issue 9. <a href='#issue-9'>#</a>
97+
Summary: Allow multiple dots to represent a single cell
98+
From: François Remy
99+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0473.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0473.html</a>
100+
Open
101+
</pre>
102+
<pre class='open' id='issue-10'>
103+
Issue 10. <a href='#issue-10'>#</a>
104+
Summary: Broken links
105+
From: Mats Palmgren
106+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jan/0506.html'>https://lists.w3.org/Archives/Public/www-style/2015Jan/0506.html</a>
107+
Open
108+
</pre>
109+
<pre class='open' id='issue-11'>
110+
Issue 11. <a href='#issue-11'>#</a>
111+
Summary: Add note to "infinitely growable" flag to help confusion
112+
From: Sergio Villar Senin
113+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0013.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0013.html</a>
114+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0014.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0014.html</a>
115+
Open
116+
</pre>
117+
<pre class='open' id='issue-12'>
118+
Issue 12. <a href='#issue-12'>#</a>
119+
Summary: Allow for centered grids of unknown number of columns
120+
From: François Remy
121+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0293.html</a>
122+
Open
123+
</pre>
124+
<pre class='open' id='issue-13'>
125+
Issue 13. <a href='#issue-13'>#</a>
126+
Summary: Editorial nits
127+
From: Daniel Holbert
128+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0505.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0505.html</a>
129+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0180.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0180.html</a>
130+
Open
131+
</pre>
132+
<pre class='open' id='issue-14'>
133+
Issue 14. <a href='#issue-14'>#</a>
134+
Summary: Intrinsic sizing of grid containers
135+
From: Manuel Rego Casasnovas
136+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0197.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0197.html</a>
137+
Open
138+
</pre>
139+
<pre class='open' id='issue-15'>
140+
Issue 15. <a href='#issue-15'>#</a>
141+
Summary: % margins should match block layout
142+
From: Ojan Vafai
143+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0273.html</a>
144+
Open
145+
</pre>
146+
<pre class='oi' id='issue-16'>
147+
Issue 16. <a href='#issue-16'>#</a>
148+
Summary: Complications with &lt;content-distribution> applied to tracks
149+
From: Javier Fernandez
150+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0441.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0441.html</a>
151+
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0479.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0479.html</a>
152+
Closed: Invalid
153+
</pre>
154+
<pre class='open' id='issue-17'>
155+
Issue 17. <a href='#issue-17'>#</a>
156+
Summary: Abspos containing block for overflowing grids
157+
From: Mats Palmgren
158+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0470.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0470.html</a>
159+
Open
160+
</pre>
161+
<pre class='open' id='issue-18'>
162+
Issue 18. <a href='#issue-18'>#</a>
163+
Summary: Missing blockification rules
164+
From: Mats Palmgren
165+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html</a>
166+
Open
167+
</pre>
168+
<pre class='open' id='issue-19'>
169+
Issue 19. <a href='#issue-19'>#</a>
170+
Summary: Define grid-level box
171+
From: Mats Palmgren
172+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0510.html</a>
173+
Open
174+
</pre>
175+
<pre class='open' id='issue-20'>
176+
Issue 20. <a href='#issue-20'>#</a>
177+
Summary: ?
178+
From: Mats Palmgren
179+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0448.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0448.html</a>
180+
Open
181+
</pre>
182+
<pre class='open' id='issue-21'>
183+
Issue 21. <a href='#issue-21'>#</a>
184+
Summary: Chapter reordering wrt abspos sections
185+
From: Mats Palmgren
186+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0522.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0522.html</a>
187+
Open
188+
</pre>
189+
<pre class='open' id='issue-22'>
190+
Issue 22. <a href='#issue-22'>#</a>
191+
Summary: Define min-size: auto fully inline in grid spec
192+
From: Sergio Villar Senin
193+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0077.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0077.html</a>
194+
Open
195+
</pre>
196+
<pre class='open' id='issue-23'>
197+
Issue 23. <a href='#issue-23'>#</a>
198+
Summary: Missing step in track sizing algo for min-size: auto
199+
From: Sergio Villar Senin
200+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0077.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0077.html</a>
201+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0248.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0248.html</a>
202+
Open
203+
</pre>
204+
<pre class='open' id='issue-24'>
205+
Issue 24. <a href='#issue-24'>#</a>
206+
Summary: Typo in example
207+
From: Manuel Rego Casasnovas
208+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Mar/0548.html'>https://lists.w3.org/Archives/Public/www-style/2015Mar/0548.html</a>
209+
Open
210+
</pre>
211+
<pre class='open' id='issue-25'>
212+
Issue 25. <a href='#issue-25'>#</a>
213+
Summary: Copy-paste error
214+
From: Daniel Holbert
215+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0361.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0361.html</a>
216+
Open
217+
</pre>
218+
<pre class='open' id='issue-26'>
219+
Issue 26. <a href='#issue-26'>#</a>
220+
Summary: Clarify terminology around implicit grid
221+
From: Daniel Holbert
222+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0362.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0362.html</a>
223+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0363.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0363.html</a>
224+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0365.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0365.html</a>
225+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Apr/0366.html'>https://lists.w3.org/Archives/Public/www-style/2015Apr/0366.html</a>
226+
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Dec/0250.html'>https://lists.w3.org/Archives/Public/www-style/2014Dec/0250.html</a>
227+
Open
228+
</pre>
229+
<script>
230+
(function () {
231+
var sheet = document.styleSheets[0];
232+
function addCheckbox(className) {
233+
var element = document.querySelector('*.' + className);
234+
var span = document.createElement('span');
235+
span.innerHTML = element.innerHTML;
236+
element.innerHTML = null;
237+
var check = document.createElement('input');
238+
check.type = 'checkbox';
239+
if (className == 'open') {
240+
check.checked = false;
241+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
242+
check.onchange = function (e) {
243+
rule.style.display = this.checked ? 'none' : 'block';
244+
}
245+
}
246+
else {
247+
check.checked = true;
248+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
249+
check.onchange = function (e) {
250+
rule.style.display = this.checked ? 'block' : 'none';
251+
}
252+
}
253+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
254+
element.appendChild(check);
255+
element.appendChild(span);
256+
}
257+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
258+
}());
259+
</script>

0 commit comments

Comments
 (0)