Skip to content

Commit f3ad19e

Browse files
committed
[css-cascade-4] Update DoC
1 parent 0907a7d commit f3ad19e

File tree

2 files changed

+88
-5
lines changed

2 files changed

+88
-5
lines changed

css-cascade-4/issues-cr-2016.bsi

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Draft: https://www.w3.org/TR/2016/CR-css-cascade-4-20160114/
22
Title: CSS Cascading and Inheritance Level 4
33

4+
----
5+
See also Level 3 Disposition of Comments: https://drafts.csswg.org/css-cascade-3/issues-cr-2016
46
----
57
Issue 1.
68
Summary: Confusion over 'revert'
@@ -12,3 +14,39 @@ Closed: Accepted
1214
Verified: TPAC 2016
1315
Resolved: Editorial
1416
----
17+
Issue 2.
18+
Summary: Need precise definition of aliasing
19+
From: Manish Goregaokar
20+
Comment: https://github.com/w3c/csswg-drafts/issues/866
21+
Response: https://github.com/w3c/csswg-drafts/issues/866#issuecomment-399214678
22+
Changes: https://github.com/w3c/csswg-drafts/commit/2ae2276b115ead42ab9d6a004ed4fb0152c4f6cc
23+
Changes: https://github.com/w3c/csswg-drafts/commit/0907a7d4fa3bf4ed4578c4f4e6e483ea8d07cc55
24+
Closed: Accepted
25+
Resolved: https://lists.w3.org/Archives/Public/www-style/2018May/0044.html
26+
----
27+
Issue 3.
28+
Summary: Define interaction of variables and animations
29+
From: Greg Whitworth
30+
Comment: https://github.com/w3c/csswg-drafts/issues/1079
31+
Response: https://github.com/w3c/csswg-drafts/issues/1079#issuecomment-399216813
32+
Closed: Deferred / OutOfScope
33+
Notes: Seems more of a Variables issue.
34+
Resolved: Editor discretion
35+
----
36+
Issue 4.
37+
Summary: Define animating all property
38+
From: François Remy
39+
Comment: https://github.com/w3c/csswg-drafts/issues/1566
40+
Response: https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311222210
41+
Response: https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311407951
42+
Closed: Invalid
43+
Verified: https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311232731
44+
----
45+
Issue 5.
46+
Summary: Elements in the flat tree don't have values
47+
From: Emilio Cobos Álvarez
48+
Comment: https://github.com/w3c/csswg-drafts/issues/1964
49+
Comment: https://github.com/w3c/csswg-drafts/issues/2562
50+
Response: https://github.com/w3c/csswg-drafts/issues/2562#issuecomment-413772975
51+
Closed: Deferred / OutOfScope
52+
----

css-cascade-4/issues-cr-2016.html

Lines changed: 50 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@
44
<style type="text/css">
55
pre { border: solid thin silver; padding: 0.2em; white-space: normal; }
66
pre > span { display: block; white-space: pre; }
7-
:not(pre).a { background: lightgreen }
8-
:not(pre).d { background: lightblue }
9-
:not(pre).oi { background: yellow }
10-
:not(pre).r { background: orange }
11-
:not(pre).fo { background: red }
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 }
1217
.open { border: solid red; }
1318
:target { box-shadow: 0.25em 0.25em 0.25em; }
19+
a[href^=mid], a[href~=flatten] { text-decoration: none; }
20+
abbr { font-weight: bold; }
1421
</style>
1522

1623
<h1>CSS Cascading and Inheritance Level 4 Disposition of Comments for 2016-01-14 CR</h1>
@@ -34,6 +41,8 @@ <h1>CSS Cascading and Inheritance Level 4 Disposition of Comments for 2016-01-14
3441
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
3542
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
3643
<code>Verified</code> indicates commentor's acceptance of the response.</p>
44+
<pre class=' ' id='issue-https://drafts.csswg.org/css-cascade-3/issues-cr-2016'>
45+
<span>See also Level 3 Disposition of Comments: <a href='https://drafts.csswg.org/css-cascade-3/issues-cr-2016'>https://drafts.csswg.org/css-cascade-3/issues-cr-2016</a></span></pre>
3746
<pre class=' a' id='issue-1'>
3847
<span>Issue 1. <a href='#issue-1'>#</a></span>
3948
<span>Summary: Confusion over 'revert'</span>
@@ -44,6 +53,42 @@ <h1>CSS Cascading and Inheritance Level 4 Disposition of Comments for 2016-01-14
4453
<span class="a">Closed: Accepted</span>
4554
<span class="a">Verified: TPAC 2016</span>
4655
<span>Resolved: Editorial</span></pre>
56+
<pre class=' a' id='issue-2'>
57+
<span>Issue 2. <a href='#issue-2'>#</a></span>
58+
<span>Summary: Need precise definition of aliasing</span>
59+
<span>From: Manish Goregaokar</span>
60+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/866'>https://github.com/w3c/csswg-drafts/issues/866</a></span>
61+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/866#issuecomment-399214678'>https://github.com/w3c/csswg-drafts/issues/866#issuecomment-399214678</a></span>
62+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/2ae2276b115ead42ab9d6a004ed4fb0152c4f6cc'>https://github.com/w3c/csswg-drafts/commit/2ae2276b115ead42ab9d6a004ed4fb0152c4f6cc</a></span>
63+
<span>Changes: <a href='https://github.com/w3c/csswg-drafts/commit/0907a7d4fa3bf4ed4578c4f4e6e483ea8d07cc55'>https://github.com/w3c/csswg-drafts/commit/0907a7d4fa3bf4ed4578c4f4e6e483ea8d07cc55</a></span>
64+
<span class="a">Closed: Accepted</span>
65+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/www-style/2018May/0044.html'>https://lists.w3.org/Archives/Public/www-style/2018May/0044.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2018May/0044.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
66+
<pre class=' d' id='issue-3'>
67+
<span>Issue 3. <a href='#issue-3'>#</a></span>
68+
<span>Summary: Define interaction of variables and animations</span>
69+
<span>From: Greg Whitworth</span>
70+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1079'>https://github.com/w3c/csswg-drafts/issues/1079</a></span>
71+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1079#issuecomment-399216813'>https://github.com/w3c/csswg-drafts/issues/1079#issuecomment-399216813</a></span>
72+
<span class="d">Closed: Deferred / OutOfScope</span>
73+
<span>Notes: Seems more of a Variables issue.</span>
74+
<span>Resolved: Editor discretion</span></pre>
75+
<pre class=' a' id='issue-4'>
76+
<span>Issue 4. <a href='#issue-4'>#</a></span>
77+
<span>Summary: Define animating all property</span>
78+
<span>From: François Remy</span>
79+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1566'>https://github.com/w3c/csswg-drafts/issues/1566</a></span>
80+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311222210'>https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311222210</a></span>
81+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311407951'>https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311407951</a></span>
82+
<span class="oi">Closed: Invalid</span>
83+
<span class="a">Verified: <a href='https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311232731'>https://github.com/w3c/csswg-drafts/issues/1566#issuecomment-311232731</a></span></pre>
84+
<pre class=' d' id='issue-5'>
85+
<span>Issue 5. <a href='#issue-5'>#</a></span>
86+
<span>Summary: Elements in the flat tree don't have values</span>
87+
<span>From: Emilio Cobos Álvarez</span>
88+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/1964'>https://github.com/w3c/csswg-drafts/issues/1964</a></span>
89+
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/2562'>https://github.com/w3c/csswg-drafts/issues/2562</a></span>
90+
<span>Response: <a href='https://github.com/w3c/csswg-drafts/issues/2562#issuecomment-413772975'>https://github.com/w3c/csswg-drafts/issues/2562#issuecomment-413772975</a></span>
91+
<span class="d">Closed: Deferred / OutOfScope</span></pre>
4792
<script>
4893
(function () {
4994
var sheet = document.styleSheets[0];

0 commit comments

Comments
 (0)