-
Notifications
You must be signed in to change notification settings - Fork 792
Expand file tree
/
Copy pathissues-cr-2017.html
More file actions
132 lines (125 loc) · 8.26 KB
/
issues-cr-2017.html
File metadata and controls
132 lines (125 loc) · 8.26 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
127
128
129
130
131
132
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Flexible Box Module Level 1 Disposition of Comments for 2017-10-19 CR</title>
<style type="text/css">
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
pre > span { display: block; white-space: pre; }
.a { background: #52E052 }
.d { background: #8CCBF2 }
.oi { background: #E0CB52 }
.r { background: orange }
.fo { background: #f66 }
pre.a { background: #E9FBE9 }
pre.d { background: #DEF }
pre.oi { background: #FCFAEE }
pre.r { background: #FFEECC }
pre.fo { background: #FBE9E9 }
.open { border: solid red; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
a[href^=mid], a[href~=flatten] { text-decoration: none; }
abbr { font-weight: bold; }
</style>
<h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2017-10-19 CR</h1>
<p>Dated Draft: <a href="https://www.w3.org/TR/2017/CR-css-flexbox-1-20171019/">https://www.w3.org/TR/2017/CR-css-flexbox-1-20171019/</a>
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-flexbox-1/">http://drafts.csswg.org/css-flexbox-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=' a' id='issue-1'>
<span>Issue 1. <a href='#issue-1'>#</a></span>
<span>Summary: Move min-width/min-height: auto definitions to css-sizing</span>
<span>From: Oriol Brufau</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1920'>https://github.com/w3c/csswg-drafts/issues/1920</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1920#issuecomment-342008468'>https://github.com/w3c/csswg-drafts/issues/1920#issuecomment-342008468</a></span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2103'>https://github.com/w3c/csswg-drafts/issues/2103</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2103#issuecomment-360955736'>https://github.com/w3c/csswg-drafts/issues/2103#issuecomment-360955736</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2017Dec/0004.html'>https://lists.w3.org/Archives/Public/www-style/2017Dec/0004.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2017Dec/0004.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-2'>
<span>Issue 2. <a href='#issue-2'>#</a></span>
<span>Summary: Choose single option for resolving margin/padding percentages</span>
<span>From: Rossen Atanassov</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2085'>https://github.com/w3c/csswg-drafts/issues/2085</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2085#issuecomment-362000362'>https://github.com/w3c/csswg-drafts/issues/2085#issuecomment-362000362</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971'>https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html'>https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Feb/0000.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-3'>
<span>Issue 3. <a href='#issue-3'>#</a></span>
<span>Summary: When does min-width/min-height: auto compute to auto vs zero?</span>
<span>From: fantasai</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2230'>https://github.com/w3c/csswg-drafts/issues/2230</a></span>
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/cf709be33562b27fddd4200824d876378f47fe6d'>https://github.com/w3c/csswg-drafts/commit/cf709be33562b27fddd4200824d876378f47fe6d</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html'>https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018Feb/0000.html"><abbr title="Thread">∈</abbr></a></span></pre>
<pre class=' a' id='issue-4'>
<span>Issue 4. <a href='#issue-4'>#</a></span>
<span>Summary: Make min-width: auto compute to auto always, resolve to zero as needed</span>
<span>From: Daniel Holbert</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-362114572'>https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-362114572</a></span>
<span class="a">Closed: Accepted</span>
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-365688138'>https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-365688138</a></span>
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-370625542'>https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-370625542</a></span></pre>
<pre class='open ' id='issue-5'>
<span>Issue 5. <a href='#issue-5'>#</a></span>
<span>Summary: Min-content sizing too smart to be web compatible</span>
<span>From: François Remy</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2353'>https://github.com/w3c/csswg-drafts/issues/2353</a></span>
<span>Open</span></pre>
<pre class=' r' id='issue-6'>
<span>Issue 6. <a href='#issue-6'>#</a></span>
<span>Summary: Make order do semantic reordering</span>
<span>From: Robert Utasi</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2405'>https://github.com/w3c/csswg-drafts/issues/2405</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371528202'>https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371528202</a></span>
<span>???: <a href='https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371590054'>https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371590054</a></span>
<span class="r">Closed: Rejected</span>
<span>Resolved: previous CSSWG resolutions, Web platform architectural principles, etc.</span></pre>
<pre class=' a' id='issue-7'>
<span>Issue 7. <a href='#issue-7'>#</a></span>
<span>Summary: Use more formal language in note</span>
<span>From: Nadya678</span>
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2431'>https://github.com/w3c/csswg-drafts/issues/2431</a></span>
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2431#issuecomment-372120318'>https://github.com/w3c/csswg-drafts/issues/2431#issuecomment-372120318</a></span>
<span class="a">Closed: Accepted</span>
<span>Changes: (note was removed entirely due to issue 2)</span></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>