Skip to content

Commit b21d327

Browse files
committed
[css-contain-1] Update metadata, DoC, Changes section
1 parent e02519a commit b21d327

File tree

3 files changed

+189
-3
lines changed

3 files changed

+189
-3
lines changed

css-contain-1/Overview.bs

+8-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Title: CSS Containment Module Level 1
33
Level: 1
44
Shortname: css-contain
55
Status: ED
6+
Implementation Report: https://drafts.csswg.org/css-contain-1/implementation-report-2019-09
67
Work Status: completed
78
Group: csswg
89
ED: https://drafts.csswg.org/css-contain-1/
@@ -18,8 +19,7 @@ Previous Version: https://www.w3.org/TR/2017/WD-css-contain-1-20170221/
1819
Editor: Tab Atkins, Google, http://xanthir.com/contact/, w3cid 42199
1920
Editor: Florian Rivoal, On behalf of Bloomberg, https://florian.rivoal.net/, w3cid 43241
2021
Abstract: This CSS module describes the 'contain' property, which indicates that the element's subtree is independent of the rest of the page. This enables heavy optimizations by user agents when used well.
21-
Status Text: A <a href="https://drafts.csswg.org/css-contain-1/issues-2019-cr.html">Disposition of Comments</a> and an <a href="https://drafts.csswg.org/css-contain-1/implementation-report-2019-09">Implementation Report</a> are available.
22-
<div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
22+
Status Text: <div class=correction><a href="https://www.w3.org/Consortium/Process/#candidate-correction">Candidate corrections</a> are marked in the document.</div>
2323
WPT Path Prefix: css/css-contain/
2424
Include MDN Panels: no
2525
</pre>
@@ -1128,6 +1128,8 @@ This appendix is <em>informative</em>.
11281128
<h3 id="2019-11-21-changes">Changes from the
11291129
<a href="https://www.w3.org/TR/2019/REC-css-contain-1-20191121/">Recommendation of 21 November 2019</a></h3>
11301130

1131+
A full <a href="https://drafts.csswg.org/css-contain-1/issues-2020-rec">Disposition of Comments</a> is available.
1132+
11311133
<ul>
11321134
<li>
11331135
Marked as <a href="#c1">Candidate Correction 1</a>:
@@ -1141,7 +1143,7 @@ This appendix is <em>informative</em>.
11411143
The intended behavior is unaltered.
11421144

11431145
<li>
1144-
Smaller Editorial tweaks:
1146+
Editorial tweaks:
11451147
<ul>
11461148
<li>
11471149
Added an example and clarified a note in the [[#containment-size]] section
@@ -1160,6 +1162,9 @@ This appendix is <em>informative</em>.
11601162
<h3 id="2019-04-30-changes">Changes from the
11611163
<a href="https://www.w3.org/TR/2019/CR-css-contain-1-20190430/">Candidate Recommendation of 30 April 2019</a></h3>
11621164

1165+
Full Dispositions of Comments <a href="https://drafts.csswg.org/css-contain-1/issues-2019-cr">since CR</a>
1166+
and <a href="https://drafts.csswg.org/css-contain-1/issues-2019-10-pr">since PR</a> PR is available.
1167+
11631168
<ul>
11641169
<li>
11651170
Editorial tweaks

css-contain-1/issues-2020-rec.html

+121
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,121 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Contain Level 1 Disposition of Comments for 2019-11-21 REC</title>
4+
<style>
5+
.a { background: lightgreen }
6+
.d { background: lightblue }
7+
.r { background: orange }
8+
.fo { background: red }
9+
.open { border: solid red; padding: 0.2em; }
10+
:target { box-shadow: 0.25em 0.25em 0.25em; }
11+
</style>
12+
13+
<h1>CSS Contain Level 1 Disposition of Comments for 2019-11-21 REC</h1>
14+
15+
<p>Review document: <a href="https://www.w3.org/TR/2019/REC-css-contain-1-20191121/">https://www.w3.org/TR/2019/REC-css-contain-1-20191121/</a>
16+
17+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-contain-1/">http://dev.w3.org/csswg/css-contain-1/</a>
18+
19+
<p>The following color coding convention is used for comments:</p>
20+
21+
<ul>
22+
<li class="a">Accepted or Rejected and positive response
23+
<li class="r">Rejected and no response
24+
<li class="fo">Rejected and negative response
25+
<li class="d">Deferred
26+
<li class="oi">Out-of-Scope or Invalid and not verified
27+
</ul>
28+
29+
<p class=open>Open issues are marked like this</p>
30+
31+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
32+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
33+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
34+
<pre class='a' id='issue-1'>
35+
Issue 1. <a href='#issue-1'>#</a>
36+
Summary: contain:size needs to mention its effect on aspect-ratio
37+
From: Tab Atkins
38+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5585'>https://github.com/w3c/csswg-drafts/issues/5585</a>
39+
Closed: Accepted
40+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5585#issuecomment-713158240'>https://github.com/w3c/csswg-drafts/issues/5585#issuecomment-713158240</a></pre>
41+
<pre class='a' id='issue-2'>
42+
Issue 2. <a href='#issue-2'>#</a>
43+
Summary: Improve terminology
44+
From: Mats Palmgren
45+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5590'>https://github.com/w3c/csswg-drafts/issues/5590</a>
46+
Closed: Accepted
47+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5590#issuecomment-713164655'>https://github.com/w3c/csswg-drafts/issues/5590#issuecomment-713164655</a></pre>
48+
<pre class='a' id='issue-3'>
49+
Issue 3. <a href='#issue-3'>#</a>
50+
Summary: Clarify on specifying aspect-ratio and contain:size on replaced elements
51+
From: Ting-Yu Lin
52+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5550'>https://github.com/w3c/csswg-drafts/issues/5550</a>
53+
Closed: Accepted
54+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5550#issuecomment-713166309'>https://github.com/w3c/csswg-drafts/issues/5550#issuecomment-713166309</a></pre>
55+
<pre class='a' id='issue-4'>
56+
Issue 4. <a href='#issue-4'>#</a>
57+
Summary: Shortcut values should compute to the longhand ones
58+
From: Oriol Brufau
59+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5511'>https://github.com/w3c/csswg-drafts/issues/5511</a>
60+
Closed: Accepted
61+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5511#issuecomment-713161854'>https://github.com/w3c/csswg-drafts/issues/5511#issuecomment-713161854</a></pre>
62+
<pre class='a' id='issue-5'>
63+
Issue 5. <a href='#issue-5'>#</a>
64+
Summary: Mistaken syntax in example
65+
From: TimVevida
66+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/5506'>https://github.com/w3c/csswg-drafts/issues/5506</a>
67+
Closed: Accepted
68+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/5506#issuecomment-713163539'>https://github.com/w3c/csswg-drafts/issues/5506#issuecomment-713163539</a></pre>
69+
<pre class='a' id='issue-6'>
70+
Issue 6. <a href='#issue-6'>#</a>
71+
Summary: Use standard terminology rather than ad-hoc phrasing with the same meaning
72+
From: Mats Plamgren
73+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4946'>https://github.com/w3c/csswg-drafts/issues/4946</a>
74+
Closed: Accepted
75+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4946#issuecomment-617892686'>https://github.com/w3c/csswg-drafts/issues/4946#issuecomment-617892686</a></pre>
76+
<pre class='a' id='issue-7'>
77+
Issue 7. <a href='#issue-7'>#</a>
78+
Summary: Clarify interaction between size containment and grid track sizing`
79+
From: Mats Plamgren
80+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4931'>https://github.com/w3c/csswg-drafts/issues/4931</a>
81+
Response: <a href='https://github.com/w3c/csswg-drafts/pull/5643'>https://github.com/w3c/csswg-drafts/pull/5643</a>
82+
Closed: Accepted
83+
Resolved: <a href='https://github.com/w3c/csswg-drafts/pull/5643#issuecomment-722045252'>https://github.com/w3c/csswg-drafts/pull/5643#issuecomment-722045252</a></pre>
84+
<pre class='a' id='issue-8'>
85+
Issue 8. <a href='#issue-8'>#</a>
86+
Summary: Clarify effects of size containment on intrinsic sizes
87+
From: David Baron
88+
Comment: <a href='https://github.com/w3c/csswg-drafts/issues/4741'>https://github.com/w3c/csswg-drafts/issues/4741</a>
89+
Closed: Accepted
90+
Resolved: <a href='https://github.com/w3c/csswg-drafts/issues/4741#issuecomment-585316698'>https://github.com/w3c/csswg-drafts/issues/4741#issuecomment-585316698</a></pre>
91+
<script>
92+
(function () {
93+
var sheet = document.styleSheets[0];
94+
function addCheckbox(className) {
95+
var element = document.querySelector('*.' + className);
96+
var label = document.createElement('label');
97+
label.innerHTML = element.innerHTML;
98+
element.innerHTML = null;
99+
var check = document.createElement('input');
100+
check.type = 'checkbox';
101+
if (className == 'open') {
102+
check.checked = false;
103+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
104+
check.onchange = function (e) {
105+
rule.style.display = this.checked ? 'none' : 'block';
106+
}
107+
}
108+
else {
109+
check.checked = true;
110+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
111+
check.onchange = function (e) {
112+
rule.style.display = this.checked ? 'block' : 'none';
113+
}
114+
}
115+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
116+
element.appendChild(label);
117+
label.insertBefore(check, label.firstChild);
118+
}
119+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
120+
}());
121+
</script>

css-contain-1/issues-2020-rec.txt

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
Draft: https://www.w3.org/TR/2019/REC-css-contain-1-20191121/
2+
Title: CSS Contain Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: contain:size needs to mention its effect on aspect-ratio
7+
From: Tab Atkins
8+
Comment: https://github.com/w3c/csswg-drafts/issues/5585
9+
Closed: Accepted
10+
Resolved: https://github.com/w3c/csswg-drafts/issues/5585#issuecomment-713158240
11+
----
12+
Issue 2.
13+
Summary: Improve terminology
14+
From: Mats Palmgren
15+
Comment: https://github.com/w3c/csswg-drafts/issues/5590
16+
Closed: Accepted
17+
Resolved: https://github.com/w3c/csswg-drafts/issues/5590#issuecomment-713164655
18+
----
19+
Issue 3.
20+
Summary: Clarify on specifying aspect-ratio and contain:size on replaced elements
21+
From: Ting-Yu Lin
22+
Comment: https://github.com/w3c/csswg-drafts/issues/5550
23+
Closed: Accepted
24+
Resolved: https://github.com/w3c/csswg-drafts/issues/5550#issuecomment-713166309
25+
----
26+
Issue 4.
27+
Summary: Shortcut values should compute to the longhand ones
28+
From: Oriol Brufau
29+
Comment: https://github.com/w3c/csswg-drafts/issues/5511
30+
Closed: Accepted
31+
Resolved: https://github.com/w3c/csswg-drafts/issues/5511#issuecomment-713161854
32+
----
33+
Issue 5.
34+
Summary: Mistaken syntax in example
35+
From: TimVevida
36+
Comment: https://github.com/w3c/csswg-drafts/issues/5506
37+
Closed: Accepted
38+
Resolved: https://github.com/w3c/csswg-drafts/issues/5506#issuecomment-713163539
39+
----
40+
Issue 6.
41+
Summary: Use standard terminology rather than ad-hoc phrasing with the same meaning
42+
From: Mats Plamgren
43+
Comment: https://github.com/w3c/csswg-drafts/issues/4946
44+
Closed: Accepted
45+
Resolved: https://github.com/w3c/csswg-drafts/issues/4946#issuecomment-617892686
46+
----
47+
Issue 7.
48+
Summary: Clarify interaction between size containment and grid track sizing`
49+
From: Mats Plamgren
50+
Comment: https://github.com/w3c/csswg-drafts/issues/4931
51+
Response: https://github.com/w3c/csswg-drafts/pull/5643
52+
Closed: Accepted
53+
Resolved: https://github.com/w3c/csswg-drafts/pull/5643#issuecomment-722045252
54+
----
55+
Issue 8.
56+
Summary: Clarify effects of size containment on intrinsic sizes
57+
From: David Baron
58+
Comment: https://github.com/w3c/csswg-drafts/issues/4741
59+
Closed: Accepted
60+
Resolved: https://github.com/w3c/csswg-drafts/issues/4741#issuecomment-585316698

0 commit comments

Comments
 (0)