Skip to content

Commit e34b4a8

Browse files
committed
[css-flexbox-1] Add DoC and update Changes list.
1 parent 7a0b46b commit e34b4a8

File tree

3 files changed

+208
-5
lines changed

3 files changed

+208
-5
lines changed

css-flexbox-1/Overview.bs

+14-5
Original file line numberDiff line numberDiff line change
@@ -3455,6 +3455,8 @@ Boris Zbarsky.
34553455
<h3 id="changes-20171016">
34563456
Changes since the 16 October 2017 CR</h3>
34573457

3458+
A <a href="https://drafts.csswg.org/css-flexbox-1/issues-cr-2017">Disposition of Comments</a> is also available.
3459+
34583460
<ul>
34593461
<li id="change-2017-margin-padding-percent">
34603462
Removed the option for flex-item block-axis margins and paddings
@@ -3479,13 +3481,20 @@ Changes since the 16 October 2017 CR</h3>
34793481

34803482
<li id="change-2017-min-size-auto">
34813483
Moved the definition of the ''min-width/auto'' keyword for 'min-width' and 'min-height'
3482-
to [[!CSS-SIZING-3]],
3483-
and altered the computation of ''min-width/auto''
3484-
such that it always computes to itself
3485-
(although its <a>resolved value</a> remains zero on CSS2 display types).
3484+
to [[!CSS-SIZING-3]].
34863485
The definition of what an <a>automatic minimum size</a> for flex items is remains here.
3487-
(<a href="https://github.com/w3c/csswg-drafts/issues/2103">Issue 2103</a>,
3486+
(<a href="https://github.com/w3c/csswg-drafts/issues/1920">Issue 1920</a>,
3487+
<a href="https://github.com/w3c/csswg-drafts/issues/2103">Issue 2103</a>)
3488+
3489+
<li id="change-2017-min-size-auto-computation">
3490+
Altered the computation of ''min-width/auto'' in 'min-width' and 'min-height'
3491+
such that it always computes to itself--
3492+
although its <a>resolved value</a> remains zero on CSS2 display types.
3493+
(<a href="https://github.com/w3c/csswg-drafts/issues/2230">Issue 2230</a>,
34883494
<a href="https://github.com/w3c/csswg-drafts/issues/2248">Issue 2248</a>)
3495+
3496+
<li>
3497+
Some minor editorial fixes and clarifications.
34893498
</ul>
34903499

34913500
<h3 id="changes-20160526">

css-flexbox-1/issues-cr-2017.bsi

+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
Draft: https://www.w3.org/TR/2017/CR-css-flexbox-1-20171019/
2+
Title: CSS Flexible Box Module Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: Move min-width/min-height: auto definitions to css-sizing
7+
From: Oriol Brufau
8+
Comment: https://github.com/w3c/csswg-drafts/issues/1920
9+
Response: https://github.com/w3c/csswg-drafts/issues/1920#issuecomment-342008468
10+
Comment: https://github.com/w3c/csswg-drafts/issues/2103
11+
Response: https://github.com/w3c/csswg-drafts/issues/2103#issuecomment-360955736
12+
Closed: Accepted
13+
Resolved: https://lists.w3.org/Archives/Public/www-style/2017Dec/0004.html
14+
----
15+
Issue 2.
16+
Summary: Choose single option for resolving margin/padding percentages
17+
From: Rossen Atanassov
18+
Comment: https://github.com/w3c/csswg-drafts/issues/2085
19+
Response: https://github.com/w3c/csswg-drafts/issues/2085#issuecomment-362000362
20+
Changes: https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971
21+
Closed: Accepted
22+
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html
23+
----
24+
Issue 3.
25+
Summary: When does min-width/min-height: auto compute to auto vs zero?
26+
From: fantasai
27+
Comment: https://github.com/w3c/csswg-drafts/issues/2230
28+
Changes: https://github.com/w3c/csswg-drafts/commit/cf709be33562b27fddd4200824d876378f47fe6d
29+
Closed: Accepted
30+
Resolved: https://lists.w3.org/Archives/Public/www-style/2018Feb/0000.html
31+
----
32+
Issue 4.
33+
Summary: Make min-width: auto compute to auto always, resolve to zero as needed
34+
From: Daniel Holbert
35+
Comment: https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-362114572
36+
Closed: Accepted
37+
Resolved: https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-365688138
38+
Verified: https://github.com/w3c/csswg-drafts/issues/2248#issuecomment-370625542
39+
----
40+
Issue 5.
41+
Summary: Min-content sizing too smart to be web compatible
42+
From: François Remy
43+
Comment: https://github.com/w3c/csswg-drafts/issues/2353
44+
Open
45+
----
46+
Issue 6.
47+
Summary: Make order do semantic reordering
48+
From: Robert Utasi
49+
Comment: https://github.com/w3c/csswg-drafts/issues/2405
50+
Response: https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371528202
51+
???: https://github.com/w3c/csswg-drafts/issues/2405#issuecomment-371590054
52+
Closed: Rejected
53+
Resolved: previous CSSWG resolutions, Web platform architectural principles, etc.
54+
----
55+
Issue 7.
56+
Summary: Use more formal language in note
57+
From: Nadya678
58+
Comment: https://github.com/w3c/csswg-drafts/issues/2431
59+
Response: https://github.com/w3c/csswg-drafts/issues/2431#issuecomment-372120318
60+
Closed: Accepted
61+
Changes: (note was removed entirely due to issue 2)
62+
----

css-flexbox-1/issues-cr-2017.html

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Flexible Box Module Level 1 Disposition of Comments for 2017-10-19 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 Flexible Box Module Level 1 Disposition of Comments for 2017-10-19 CR</h1>
24+
25+
<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>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-flexbox-1/">http://drafts.csswg.org/css-flexbox-1/</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: Move min-width/min-height: auto definitions to css-sizing</span>
47+
<span>From: Oriol Brufau</span>
48+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1920'>https://github.com/w3c/csswg-drafts/issues/1920</a></span>
49+
<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>
50+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2103'>https://github.com/w3c/csswg-drafts/issues/2103</a></span>
51+
<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>
52+
<span class="a">Closed: Accepted</span>
53+
<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">&#x2208;</abbr></a></span></pre>
54+
<pre class=' a' id='issue-2'>
55+
<span>Issue 2. <a href='#issue-2'>#</a></span>
56+
<span>Summary: Choose single option for resolving margin/padding percentages</span>
57+
<span>From: Rossen Atanassov</span>
58+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2085'>https://github.com/w3c/csswg-drafts/issues/2085</a></span>
59+
<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>
60+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971'>https://github.com/w3c/csswg-drafts/commit/db68ee43e752fabf68fd1e776a0ac840f4d3e971</a></span>
61+
<span class="a">Closed: Accepted</span>
62+
<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">&#x2208;</abbr></a></span></pre>
63+
<pre class=' a' id='issue-3'>
64+
<span>Issue 3. <a href='#issue-3'>#</a></span>
65+
<span>Summary: When does min-width/min-height: auto compute to auto vs zero?</span>
66+
<span>From: fantasai</span>
67+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2230'>https://github.com/w3c/csswg-drafts/issues/2230</a></span>
68+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/cf709be33562b27fddd4200824d876378f47fe6d'>https://github.com/w3c/csswg-drafts/commit/cf709be33562b27fddd4200824d876378f47fe6d</a></span>
69+
<span class="a">Closed: Accepted</span>
70+
<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">&#x2208;</abbr></a></span></pre>
71+
<pre class=' a' id='issue-4'>
72+
<span>Issue 4. <a href='#issue-4'>#</a></span>
73+
<span>Summary: Make min-width: auto compute to auto always, resolve to zero as needed</span>
74+
<span>From: Daniel Holbert</span>
75+
<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>
76+
<span class="a">Closed: Accepted</span>
77+
<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>
78+
<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>
79+
<pre class='open ' id='issue-5'>
80+
<span>Issue 5. <a href='#issue-5'>#</a></span>
81+
<span>Summary: Min-content sizing too smart to be web compatible</span>
82+
<span>From: François Remy</span>
83+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2353'>https://github.com/w3c/csswg-drafts/issues/2353</a></span>
84+
<span>Open</span></pre>
85+
<pre class=' r' id='issue-6'>
86+
<span>Issue 6. <a href='#issue-6'>#</a></span>
87+
<span>Summary: Make order do semantic reordering</span>
88+
<span>From: Robert Utasi</span>
89+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2405'>https://github.com/w3c/csswg-drafts/issues/2405</a></span>
90+
<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>
91+
<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>
92+
<span class="r">Closed: Rejected</span>
93+
<span>Resolved: previous CSSWG resolutions, Web platform architectural principles, etc.</span></pre>
94+
<pre class=' a' id='issue-7'>
95+
<span>Issue 7. <a href='#issue-7'>#</a></span>
96+
<span>Summary: Use more formal language in note</span>
97+
<span>From: Nadya678</span>
98+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2431'>https://github.com/w3c/csswg-drafts/issues/2431</a></span>
99+
<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>
100+
<span class="a">Closed: Accepted</span>
101+
<span>Changes: (note was removed entirely due to issue 2)</span></pre>
102+
<script>
103+
(function () {
104+
var sheet = document.styleSheets[0];
105+
function addCheckbox(className) {
106+
var element = document.querySelector('*.' + className);
107+
var span = document.createElement('span');
108+
span.innerHTML = element.innerHTML;
109+
element.innerHTML = null;
110+
var check = document.createElement('input');
111+
check.type = 'checkbox';
112+
if (className == 'open') {
113+
check.checked = false;
114+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
115+
check.onchange = function (e) {
116+
rule.style.display = this.checked ? 'none' : 'block';
117+
}
118+
}
119+
else {
120+
check.checked = true;
121+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
122+
check.onchange = function (e) {
123+
rule.style.display = this.checked ? 'block' : 'none';
124+
}
125+
}
126+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
127+
element.appendChild(check);
128+
element.appendChild(span);
129+
}
130+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
131+
}());
132+
</script>

0 commit comments

Comments
 (0)