Skip to content

Commit 3af4db6

Browse files
committed
[css-flexbox-1] Partial update of DoC
1 parent 6c21f8b commit 3af4db6

File tree

1 file changed

+123
-21
lines changed

1 file changed

+123
-21
lines changed

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

Lines changed: 123 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
<meta charset="utf-8">
33
<title>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</title>
44
<style type="text/css">
5-
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
5+
pre, .legend { border: solid thin silver; padding: 0.2em; white-space: normal; }
6+
.legend summary { font-weight: bold; }
7+
summary { cursor: pointer; }
68
pre > span { display: block; white-space: pre; }
79
.a { background: #52E052 }
810
.d { background: #8CCBF2 }
@@ -17,30 +19,41 @@
1719
.open { border: solid red; }
1820
:target { box-shadow: 0.25em 0.25em 0.25em; }
1921
a[href^=mid], a[href~=flatten] { text-decoration: none; }
20-
abbr { font-weight: bold; }
22+
abbr, dt { font-weight: bold; }
23+
dl.compact { display: grid; grid-template-columns: auto 1fr; }
24+
dt { grid-column: 1 }
25+
dd { grid-column: 2 }
26+
ins { color: green; }
27+
del { color: #A00; }
2128
</style>
2229

2330
<h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</h1>
2431

25-
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/">https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/</a>
32+
<dl class="compact">
33+
<dt>Dated Draft: <dd><a href="https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/">https://www.w3.org/TR/2018/CR-css-flexbox-1-20181119/</a>
34+
<dt>Editor's Draft: <dd><a href="http://drafts.csswg.org/css-flexbox-1/">http://drafts.csswg.org/css-flexbox-1/</a>
35+
</dl>
2636

27-
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-flexbox-1/">http://drafts.csswg.org/css-flexbox-1/</a>
2837

29-
<p>The following color coding convention is used for comments:</p>
3038

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>
39+
<details class="legend">
40+
<summary>Disposition Status Legend and Filters</summary>
41+
<p>The following color coding convention is used for comments:</p>
3842

39-
<p class=open>Open issues are marked like this</p>
43+
<ul>
44+
<li class="a">Accepted or Rejected and positive response
45+
<li class="r">Rejected and no response
46+
<li class="fo">Rejected and negative response
47+
<li class="d">Deferred
48+
<li class="oi">Out-of-Scope or Invalid and not verified
49+
</ul>
4050

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>
51+
<p class=open>Open issues are marked like this</p>
52+
53+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
54+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
55+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
56+
</details>
4457
<pre class='open ' id='issue-1'>
4558
<span>Issue 1. <a href='#issue-1'>#</a></span>
4659
<span>Summary: Clarifications to size computation dependencies</span>
@@ -276,8 +289,9 @@ <h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</h
276289
<span>Summary: Avoid percentage height quirk in new layout models</span>
277290
<span>From: Oriol Brufau</span>
278291
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5545'>https://github.com/w3c/csswg-drafts/issues/5545</a></span>
279-
<span class="">Open: Waiting on dholbert</span>
280-
<span>Note: <a href='https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633'>https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633</a></span></pre>
292+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633'>https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-866353633</a></span>
293+
<span class="">Open: <a href='https://github.com/whatwg/quirks/pull/76'>https://github.com/whatwg/quirks/pull/76</a></span>
294+
<span>Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-1939708351'>https://github.com/w3c/csswg-drafts/issues/5545#issuecomment-1939708351</a></span></pre>
281295
<pre class=' a' id='issue-29'>
282296
<span>Issue 29. <a href='#issue-29'>#</a></span>
283297
<span>Summary: Initial value of flex-grow incorrect?</span>
@@ -388,7 +402,9 @@ <h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</h
388402
<span>Summary: Definiteness of min-height: min-content/max-content undefined</span>
389403
<span>From: fantasai</span>
390404
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6457'>https://github.com/w3c/csswg-drafts/issues/6457</a></span>
391-
<span>Open</span></pre>
405+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/d0f304031403ac1e286bb5f0beafdeca3d0e6e14'>https://github.com/w3c/csswg-drafts/commit/d0f304031403ac1e286bb5f0beafdeca3d0e6e14</a></span>
406+
<span class="">Open: <a href='https://github.com/w3c/csswg-drafts/issues/6457#issuecomment-1992500598'>https://github.com/w3c/csswg-drafts/issues/6457#issuecomment-1992500598</a></span>
407+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2021Oct/0004.html'>https://lists.w3.org/Archives/Public/www-style/2021Oct/0004.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2021Oct/0004.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
392408
<pre class=' ' id='issue-42'>
393409
<span>Issue 42. <a href='#issue-42'>#</a></span>
394410
<span>Summary: When can available space for flex items be infinite?</span>
@@ -403,12 +419,98 @@ <h1>CSS Flexible Box Module Level 1 Disposition of Comments for 2018-11-19 CR</h
403419
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6510'>https://github.com/w3c/csswg-drafts/issues/6510</a></span>
404420
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6510#issuecomment-897885776'>https://github.com/w3c/csswg-drafts/issues/6510#issuecomment-897885776</a></span>
405421
<span class="">Closed: Answered</span></pre>
406-
<pre class='open ' id='issue-44'>
422+
<pre class=' a' id='issue-44'>
407423
<span>Issue 44. <a href='#issue-44'>#</a></span>
408424
<span>Summary: Add flex layout aliases for alignment properties</span>
409425
<span>From: Tab Atkins</span>
410426
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6514'>https://github.com/w3c/csswg-drafts/issues/6514</a></span>
411-
<span>Open</span></pre>
427+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6514#issuecomment-917222064'>https://github.com/w3c/csswg-drafts/issues/6514#issuecomment-917222064</a></span>
428+
<span class="a">Closed: Retracted</span></pre>
429+
<pre class=' a' id='issue-45'>
430+
<span>Issue 45. <a href='#issue-45'>#</a></span>
431+
<span>Summary: flex shorthand defaults conflict with flex-grow/shrink initial values</span>
432+
<span>From: pnabbefeld</span>
433+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6639'>https://github.com/w3c/csswg-drafts/issues/6639</a></span>
434+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922242306'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922242306</a></span>
435+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922256842'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-922256842</a></span>
436+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-1220029390'>https://github.com/w3c/csswg-drafts/issues/6639#issuecomment-1220029390</a></span>
437+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/ef78972c3944f98919f41a4a9b6c841989f28168'>https://github.com/w3c/csswg-drafts/commit/ef78972c3944f98919f41a4a9b6c841989f28168</a></span>
438+
<span class="a">Closed: Accepted</span>
439+
<span>Resolved: Editorial</span></pre>
440+
<pre class=' oi' id='issue-46'>
441+
<span>Issue 46. <a href='#issue-46'>#</a></span>
442+
<span>Summary: Serialization of &lt;number> in flex-grow/flex-shrink not interoperable</span>
443+
<span>From: Sergio Villar</span>
444+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6706'>https://github.com/w3c/csswg-drafts/issues/6706</a></span>
445+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6706#issuecomment-932644943'>https://github.com/w3c/csswg-drafts/issues/6706#issuecomment-932644943</a></span>
446+
<span class="oi">Closed: OutOfScope</span>
447+
<span>Note: CSSOM issue <a href='https://github.com/w3c/csswg-drafts/issues/6471'>https://github.com/w3c/csswg-drafts/issues/6471</a></span></pre>
448+
<pre class=' a' id='issue-47'>
449+
<span>Issue 47. <a href='#issue-47'>#</a></span>
450+
<span>Summary: Bad results from intrinsic cross size algo for column wrap flex containers</span>
451+
<span>From: David Grogan</span>
452+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6777'>https://github.com/w3c/csswg-drafts/issues/6777</a></span>
453+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1071211730'>https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1071211730</a></span>
454+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1220003107'>https://github.com/w3c/csswg-drafts/issues/6777#issuecomment-1220003107</a></span>
455+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/5630e7b064addc6f2f9f57e68935e3cb3e778b65'>https://github.com/w3c/csswg-drafts/commit/5630e7b064addc6f2f9f57e68935e3cb3e778b65</a></span>
456+
<span class="a">Closed: Accepted</span>
457+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Oct/0015.html'>https://lists.w3.org/Archives/Public/www-style/2022Oct/0015.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Oct/0015.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
458+
<pre class=' a' id='issue-48'>
459+
<span>Issue 48. <a href='#issue-48'>#</a></span>
460+
<span>Summary: Parenthetical wrt preferred sizes is imprecise</span>
461+
<span>From: David Grogan</span>
462+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6778'>https://github.com/w3c/csswg-drafts/issues/6778</a></span>
463+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6778#issuecomment-954875571'>https://github.com/w3c/csswg-drafts/issues/6778#issuecomment-954875571</a></span>
464+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/f17ec7afe72fd14a2445354ec5e1feb34c09b597'>https://github.com/w3c/csswg-drafts/commit/f17ec7afe72fd14a2445354ec5e1feb34c09b597</a></span>
465+
<span class="a">Closed: Accepted</span>
466+
<span>Resolved: Editorial</span></pre>
467+
<pre class=' a' id='issue-49'>
468+
<span>Issue 49. <a href='#issue-49'>#</a></span>
469+
<span>Summary: Automatic min size should use min-intrinsic instead of min-content</span>
470+
<span>From: David Grogan</span>
471+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692</a></span>
472+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1063323692</a></span>
473+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1218597495'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1218597495</a></span>
474+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1219962451'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1219962451</a></span>
475+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1220038900'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1220038900</a></span>
476+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1226273138</a></span>
477+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1248742930'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-1248742930</a></span>
478+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2010318313'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2010318313</a></span>
479+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2125293490'>https://github.com/w3c/csswg-drafts/issues/6794#issuecomment-2125293490</a></span>
480+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/pull/11690'>https://github.com/w3c/csswg-drafts/pull/11690</a></span>
481+
<span class="a">Closed: Accepted</span>
482+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2024May/0017.html'>https://lists.w3.org/Archives/Public/www-style/2024May/0017.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2024May/0017.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
483+
<pre class='open ' id='issue-50'>
484+
<span>Issue 50. <a href='#issue-50'>#</a></span>
485+
<span>Summary: Flexbox alignment and margins across fragmentation breaks</span>
486+
<span>From: Alison Maher</span>
487+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6812'>https://github.com/w3c/csswg-drafts/issues/6812</a></span>
488+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-973631150'>https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-973631150</a></span>
489+
<span class="">Open: <a href='https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-2584970370'>https://github.com/w3c/csswg-drafts/issues/6812#issuecomment-2584970370</a></span>
490+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Jan/0004.html'>https://lists.w3.org/Archives/Public/www-style/2022Jan/0004.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Jan/0004.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
491+
<pre class=' a' id='issue-51'>
492+
<span>Issue 51. <a href='#issue-51'>#</a></span>
493+
<span>Summary: Percentage height resolution inside flex items with indefinite basis</span>
494+
<span>From: Sergio Villar</span>
495+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6822'>https://github.com/w3c/csswg-drafts/issues/6822</a></span>
496+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1021925726'>https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1021925726</a></span>
497+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/82b921239055547e72e4de0d47ab8fa0ada3e60a'>https://github.com/w3c/csswg-drafts/commit/82b921239055547e72e4de0d47ab8fa0ada3e60a</a></span>
498+
<span class="r">Closed: Rejected</span>
499+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Jan/0016.html'>https://lists.w3.org/Archives/Public/www-style/2022Jan/0016.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Jan/0016.html"><abbr title="Thread">&#x2208;</abbr></a></span>
500+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1218371795'>https://github.com/w3c/csswg-drafts/issues/6822#issuecomment-1218371795</a></span></pre>
501+
<pre class='open ' id='issue-52'>
502+
<span>Issue 52. <a href='#issue-52'>#</a></span>
503+
<span>Summary: Multi-line column flex fragmentation</span>
504+
<span>From: Alison Maher</span>
505+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6855'>https://github.com/w3c/csswg-drafts/issues/6855</a></span>
506+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102928864'>https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102928864</a></span>
507+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102959875'>https://github.com/w3c/csswg-drafts/issues/6855#issuecomment-1102959875</a></span>
508+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/da573d2689150c1163c24faed834c7d91fe52cda'>https://github.com/w3c/csswg-drafts/commit/da573d2689150c1163c24faed834c7d91fe52cda</a></span>
509+
<span>Open</span>
510+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022Mar/0001.html'>https://lists.w3.org/Archives/Public/www-style/2022Mar/0001.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022Mar/0001.html"><abbr title="Thread">&#x2208;</abbr></a></span>
511+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2022May/0002.html'>https://lists.w3.org/Archives/Public/www-style/2022May/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2022May/0002.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
512+
<pre class=' ' id='issue-53'>
513+
<span>Issue 53. <a href='#issue-53'>#</a></span></pre>
412514
<script>
413515
(function () {
414516
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)