Skip to content

Commit 84621f3

Browse files
committed
Update DoC
1 parent 3632e71 commit 84621f3

3 files changed

Lines changed: 100 additions & 2 deletions

File tree

css3-flexbox/issues-lc-2012.html

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,97 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Flexible Box Layout Level 3 Disposition of Comments for 2012-06-12 LCWD</title>
3+
<style type="text/css">
4+
.a { background:lightgreen }
5+
.d { background: lightblue }
6+
.r { background:orange }
7+
.fo { background:red }
8+
.open { border: solid red; padding: 0.2em; }
9+
10+
:target {
11+
box-shadow: 0.25em 0.25em 0.25em;
12+
}
13+
</style>
14+
15+
<h1>CSS Values and Units Level 3 Disposition of Comments</h1>
16+
17+
<p>Last call document: <a href="http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/">http://www.w3.org/TR/2012/WD-css3-flexbox-20120612/</a>
18+
19+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css3-flexbox/">http://dev.w3.org/csswg/css3-values/</a>
20+
21+
<p>The following color coding convention is used for comments:</p>
22+
23+
<ul>
24+
<li class="a">Accepted or Rejected and positive response
25+
<li class="r">Rejected and no response
26+
<li class="fo">Rejected and negative response
27+
<li class="d">Deferred
28+
<li class="oi">Out-of-Scope or Invalid and not verified
29+
</ul>
30+
31+
<p class=open>Open issues are marked like this</p>
32+
33+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
34+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
35+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
36+
37+
<pre class="open" id="issue-0">
38+
Issue 0. <a href="issue-0">#</a>
39+
Summary: Make spec understandable to authors
40+
From: Daniel Glazman
41+
Comment: at Hamburg F2F
42+
Open
43+
</pre>
44+
<pre class="a" id="issue-1">
45+
Issue 1. <a href="issue-1">#</a>
46+
Summary: min-width and min-height as auto in both axes?
47+
From: Daniel Holbert
48+
Comment: <a href="http://www.w3.org/mid/4FD665E2.3000101@mozilla.com">http://www.w3.org/mid/4FD665E2.3000101@mozilla.com</a>
49+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2012Jun/0696.html">http://lists.w3.org/Archives/Public/www-style/2012Jun/0696.html</a>
50+
Closed: Accepted
51+
</pre>
52+
<pre class="a" id="issue-2">
53+
Issue 2. <a href="issue-2">#</a>
54+
Summary: Handling replaced inlines as flex items
55+
From: CSSWG
56+
Comment: <a href="http://www.w3.org/mid/CAAWBYDCWMOtPM1HUoo8wdA7nw1xSo3dnj0e3i50vq+eVh4txKw@mail.gmail.com">http://www.w3.org/mid/CAAWBYDCWMOtPM1HUoo8wdA7nw1xSo3dnj0e3i50vq+eVh4txKw@mail.gmail.com</a>
57+
Response: <a href="http://www.w3.org/mid/CAAWBYDDfJ9_zFpRwf-2dbHhOByQ6QY8Lmszggga6c_-kFUM7Rg@mail.gmail.com">http://www.w3.org/mid/CAAWBYDDfJ9_zFpRwf-2dbHhOByQ6QY8Lmszggga6c_-kFUM7Rg@mail.gmail.com</a>
58+
Closed: Accepted
59+
</pre>
60+
<pre class="open" id="issue-3">
61+
Issue 3. <a href="issue-3">#</a>
62+
Summary: order property and accessibility
63+
From: fantasai
64+
Comment: <a href="http://www.w3.org/mid/4FE24E10.4000501@inkedblade.net">http://www.w3.org/mid/4FE24E10.4000501@inkedblade.net</a>
65+
Open
66+
</pre>
67+
<pre class="open" id="issue-4">
68+
Issue 4. <a href="issue-4">#</a>
69+
Summary: order might be too generic of a name
70+
From: fantasai
71+
Comment: <a href="http://www.w3.org/mid/4FBD8B99.4090101@inkedblade.net">http://www.w3.org/mid/4FBD8B99.4090101@inkedblade.net</a>
72+
Open
73+
</pre>
74+
<pre class="r" id="issue-5">
75+
Issue 5. <a href="issue-5">#</a>
76+
Summary: Paint flex items atomically?
77+
From: Morten Stenshorne
78+
Comment: <a href="http://www.w3.org/mid/874npvizer.fsf@aeneas.oslo.osa">http://www.w3.org/mid/874npvizer.fsf@aeneas.oslo.osa</a>
79+
Response:
80+
Closed: Rejected
81+
</pre>
82+
<pre class="a" id="issue-6">
83+
Issue 6. <a href="issue-6">#</a>
84+
Summary: Improve algorithm for hypothetical main size
85+
From: Alex Mogilevsky
86+
Comment: <a href="http://www.w3.org/mid/2C86A15F63CD734EB1D846A0BA4E0FC823CBFC16@CH1PRD0310MB381.namprd03.prod.outlook.com">http://www.w3.org/mid/2C86A15F63CD734EB1D846A0BA4E0FC823CBFC16@CH1PRD0310MB381.namprd03.prod.outlook.com</a>
87+
Response:
88+
Closed: Accepted
89+
</pre>
90+
<pre class="a" id="issue-7">
91+
Issue 7. <a href="issue-7">#</a>
92+
Summary: Flexing prose is confusing
93+
From: Kenny Lu
94+
Comment: <a href="http://www.w3.org/mid/4FEC67B5.2060300@csail.mit.edu">http://www.w3.org/mid/4FEC67B5.2060300@csail.mit.edu</a>
95+
Response:
96+
Closed: Accepted
97+
</pre>

css3-flexbox/issues-lc-2012.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ Issue 5.
3636
Summary: Paint flex items atomically?
3737
From: Morten Stenshorne
3838
Comment: http://www.w3.org/mid/874npvizer.fsf@aeneas.oslo.osa
39-
Open
39+
Response:
40+
Closed: Rejected
4041
----
4142
Issue 6.
4243
Summary: Improve algorithm for hypothetical main size

css3-values/issues-lc-2012.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2-
<title>CSS3 Values and Units Level 3 Disposition of Comments for 2012-06-12 LCWD</title>
2+
<title>CSS Values and Units Level 3 Disposition of Comments for 2012-03-08 LCWD</title>
33
<style type="text/css">
44
.a { background:lightgreen }
55
.d { background: lightblue }

0 commit comments

Comments
 (0)