Skip to content

Commit 8c44905

Browse files
committed
[css-paint-api] Add DOC.
1 parent e7b8c0f commit 8c44905

File tree

2 files changed

+146
-0
lines changed

2 files changed

+146
-0
lines changed
Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Paint API Level 1 Disposition of Comments for 2018-04-10 WD</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 Paint API Level 1 Disposition of Comments for 2018-04-10 WD</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/WD-css-paint-api-1-20180410/">https://www.w3.org/TR/2018/WD-css-paint-api-1-20180410/</a>
26+
27+
<p>Editor's Draft: <a href="http://drafts.csswg.org/css-paint-api-1/">http://drafts.csswg.org/css-paint-api-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: Filter out unsupported properties from inputProperties.</span>
47+
<span>From: Darren Shen</span>
48+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/523'>https://github.com/w3c/css-houdini-drafts/issues/523</a></span>
49+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/523#issuecomment-351219067'>https://github.com/w3c/css-houdini-drafts/issues/523#issuecomment-351219067</a></span>
50+
<span>Changes: <a href='https://github.com/w3c/css-houdini-drafts/commit/50fa9b8bedde46462113d756d6895701d3d743d0'>https://github.com/w3c/css-houdini-drafts/commit/50fa9b8bedde46462113d756d6895701d3d743d0</a></span>
51+
<span class="a">Closed: Accepted</span>
52+
<span>Resolved: Editor discretion</span></pre>
53+
<pre class=' d' id='issue-2'>
54+
<span>Issue 2. <a href='#issue-2'>#</a></span>
55+
<span>Summary: Allow inputArguments define optional arguments.</span>
56+
<span>From: zheeeng</span>
57+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/763'>https://github.com/w3c/css-houdini-drafts/issues/763</a></span>
58+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/763#issuecomment-401653404'>https://github.com/w3c/css-houdini-drafts/issues/763#issuecomment-401653404</a></span>
59+
<span class="d">Closed: Deferred</span></pre>
60+
<pre class=' a' id='issue-3'>
61+
<span>Issue 3. <a href='#issue-3'>#</a></span>
62+
<span>Summary: Need to convert paint function to WebIDL Function type.</span>
63+
<span>From: Shiino Yuki</span>
64+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/743'>https://github.com/w3c/css-houdini-drafts/issues/743</a></span>
65+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324'>https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324</a></span>
66+
<span>Changes: <a href='https://github.com/w3c/css-houdini-drafts/commit/f9f174dca09f5149c3df558d1c8e74517df19f5e'>https://github.com/w3c/css-houdini-drafts/commit/f9f174dca09f5149c3df558d1c8e74517df19f5e</a></span>
67+
<span class="a">Closed: Accepted</span>
68+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html'>https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fpublic-houdini/2018Apr/0002.html"><abbr title="Thread">&#x2208;</abbr></a></span></pre>
69+
<pre class=' a' id='issue-4'>
70+
<span>Issue 4. <a href='#issue-4'>#</a></span>
71+
<span>Summary: Use WebIDL callback interface inside of registerPaint.</span>
72+
<span>From: Shiino Yuki</span>
73+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/743'>https://github.com/w3c/css-houdini-drafts/issues/743</a></span>
74+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324'>https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324</a></span>
75+
<span class="r">Closed: Rejected</span>
76+
<span>Resolved: <a href='https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html'>https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fpublic-houdini/2018Apr/0002.html"><abbr title="Thread">&#x2208;</abbr></a></span>
77+
<span class="a">Verified: <a href='https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379646250'>https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379646250</a></span></pre>
78+
<script>
79+
(function () {
80+
var sheet = document.styleSheets[0];
81+
function addCheckbox(className) {
82+
var element = document.querySelector('*.' + className);
83+
var span = document.createElement('span');
84+
span.innerHTML = element.innerHTML;
85+
element.innerHTML = null;
86+
var check = document.createElement('input');
87+
check.type = 'checkbox';
88+
if (className == 'open') {
89+
check.checked = false;
90+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
91+
check.onchange = function (e) {
92+
rule.style.display = this.checked ? 'none' : 'block';
93+
}
94+
}
95+
else {
96+
check.checked = true;
97+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
98+
check.onchange = function (e) {
99+
rule.style.display = this.checked ? 'block' : 'none';
100+
}
101+
}
102+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
103+
element.appendChild(check);
104+
element.appendChild(span);
105+
}
106+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
107+
}());
108+
</script>
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
Draft: https://www.w3.org/TR/2018/WD-css-paint-api-1-20180410/
2+
Title: CSS Paint API Level 1
3+
4+
----
5+
Issue 1.
6+
Summary: Filter out unsupported properties from inputProperties.
7+
From: Darren Shen
8+
Comment: https://github.com/w3c/css-houdini-drafts/issues/523
9+
Response: https://github.com/w3c/css-houdini-drafts/issues/523#issuecomment-351219067
10+
Changes: https://github.com/w3c/css-houdini-drafts/commit/50fa9b8bedde46462113d756d6895701d3d743d0
11+
Closed: Accepted
12+
Resolved: Editor discretion
13+
----
14+
Issue 2.
15+
Summary: Allow inputArguments define optional arguments.
16+
From: zheeeng
17+
Comment: https://github.com/w3c/css-houdini-drafts/issues/763
18+
Response: https://github.com/w3c/css-houdini-drafts/issues/763#issuecomment-401653404
19+
Closed: Deferred
20+
----
21+
Issue 3.
22+
Summary: Need to convert paint function to WebIDL Function type.
23+
From: Shiino Yuki
24+
Comment: https://github.com/w3c/css-houdini-drafts/issues/743
25+
Response: https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324
26+
Changes: https://github.com/w3c/css-houdini-drafts/commit/f9f174dca09f5149c3df558d1c8e74517df19f5e
27+
Closed: Accepted
28+
Resolved: https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html
29+
----
30+
Issue 4.
31+
Summary: Use WebIDL callback interface inside of registerPaint.
32+
From: Shiino Yuki
33+
Comment: https://github.com/w3c/css-houdini-drafts/issues/743
34+
Response: https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379738324
35+
Closed: Rejected
36+
Resolved: https://lists.w3.org/Archives/Public/public-houdini/2018Apr/0002.html
37+
Verified: https://github.com/w3c/css-houdini-drafts/issues/743#issuecomment-379646250
38+
----

0 commit comments

Comments
 (0)