forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues-wd-20150806.html
More file actions
126 lines (119 loc) · 5.15 KB
/
issues-wd-20150806.html
File metadata and controls
126 lines (119 loc) · 5.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Grid Layout Level 1 Disposition of Comments for 2015-08-06 WD</title>
<style type="text/css">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Grid Layout Level 1 Disposition of Comments for 2015-08-06 WD</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2015/WD-css-grid-1-20150806/">http://www.w3.org/TR/2015/WD-css-grid-1-20150806/</a>
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-grid-1/">http://dev.w3.org/csswg/css-grid-1/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class='open' id='issue-1'>
Issue 1. <a href='#issue-1'>#</a>
Summary: Allow for centered grids of unknown number of columns
From: François Remy
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>
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html'>https://lists.w3.org/Archives/Public/www-style/2015Feb/0313.html</a>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0113.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0113.html</a>
Open
Note: Originally Issue 12 in issues-wd-20150108
</pre>
<pre class='open' id='issue-2'>
Issue 2. <a href='#issue-2'>#</a>
Summary: % margins should match block layout
From: Ojan Vafai
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>
Response: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0314.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0314.html</a>
Open
Note: Originally Issue 15 in issues-wd-20150108
</pre>
<pre class='open' id='issue-3'>
Issue 3. <a href='#issue-3'>#</a>
Summary: Should the width of a column be included in the track size?
From: fantasai
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html'>https://lists.w3.org/Archives/Public/www-style/2015Aug/0064.html</a>
Open
</pre>
<pre class='open' id='issue-4'>
Issue 4. <a href='#issue-4'>#</a>
Summary: Require author tools to reorder source to match grid unless requested
From: fantasai
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html'>https://lists.w3.org/Archives/Public/www-style/2015Jun/0180.html</a>
Open
</pre>
<pre class='open' id='issue-5'>
Issue 5. <a href='#issue-5'>#</a>
Summary: Cross-reference track gaps from grid-template-rows/cols
From: Emil Björklund
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html'>https://lists.w3.org/Archives/Public/www-style/2015Jul/0396.html</a>
Open
Resolved: Editorial
</pre>
<pre class='open' id='issue-6'>
Issue 6. <a href='#issue-6'>#</a>
Summary: Should abspos % margins match grid items or abspos boxes?
From: Mats Palmgren
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015May/0154.html'>https://lists.w3.org/Archives/Public/www-style/2015May/0154.html</a>
Note: See issue 2
Open
</pre>
<pre class='open' id='issue-7'>
Issue 7. <a href='#issue-7'>#</a>
Summary: Sizing of grid containers underspecified?
From: Simon Sapin
Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html'>https://lists.w3.org/Archives/Public/www-style/2014Apr/0386.html</a>
Open
</pre>
<pre class='open' id='issue-8'>
Issue 8. <a href='#issue-8'>#</a>
Summary: Should 'justify-content: stretch' stretch only auto-sized tracks or all tracks?
From: fantasai
Open
</pre>
<script>
(function () {
var sheet = document.styleSheets[0];
function addCheckbox(className) {
var element = document.querySelector('*.' + className);
var span = document.createElement('span');
span.innerHTML = element.innerHTML;
element.innerHTML = null;
var check = document.createElement('input');
check.type = 'checkbox';
if (className == 'open') {
check.checked = false;
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'none' : 'block';
}
}
else {
check.checked = true;
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
check.onchange = function (e) {
rule.style.display = this.checked ? 'block' : 'none';
}
}
var rule = sheet.cssRules[sheet.cssRules.length - 1];
element.appendChild(check);
element.appendChild(span);
}
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
}());
</script>