Skip to content

Commit ad3c3eb

Browse files
committed
[css-paint-api-1] Add DoC
1 parent 3c72275 commit ad3c3eb

File tree

2 files changed

+186
-0
lines changed

2 files changed

+186
-0
lines changed

css-paint-api/issues-cr-2018.bs

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
Draft: https://www.w3.org/TR/2018/CR-css-paint-api-1-20180809/
2+
3+
Title: CSS Painting API Level 1
4+
----
5+
Issue 1.
6+
Summary: Broken LInks
7+
From: Chris Lilley
8+
Comment: https://github.com/w3c/css-houdini-drafts/issues/787
9+
Response: https://github.com/w3c/css-houdini-drafts/issues/787#issuecomment-411123499
10+
Closed: Accepted
11+
Resolved: Editorial
12+
----
13+
Issue 2.
14+
Summary: CSS Paint API leaks browsing history
15+
From: Deian Stefan
16+
Comment: https://github.com/w3c/css-houdini-drafts/issues/791
17+
Response: https://github.com/w3c/css-houdini-drafts/issues/791#issuecomment-546460085
18+
Changes: https://github.com/w3c/css-houdini-drafts/commit/3c72275054d9d541e6526e2988567ad4d209f257
19+
Open: Accepted
20+
Resolved: Editor discretion
21+
Verified: Pending verification.
22+
----
23+
Issue 3.
24+
Summary: Typo: use snappedConcreteObjectSize in paint callback
25+
From: Chris Harrelson
26+
Comment: https://github.com/w3c/css-houdini-drafts/issues/800
27+
Changes: https://github.com/w3c/css-houdini-drafts/commit/735ea42edf09f8d69de1eddbc7e7691528f56963
28+
Closed: Accepted
29+
Rsolved: Editorial
30+
----
31+
Issue 4.
32+
Summary: Disconnect between css-paint-api-1 and HTML specs on CanvasImageSource
33+
From: Alan Jeffrey
34+
Comment: https://github.com/w3c/css-houdini-drafts/issues/819
35+
Response: https://github.com/w3c/css-houdini-drafts/issues/819#issuecomment-424360647
36+
Open: Waiting for HTML spec edits
37+
----
38+
Issue 5.
39+
Summary: Improve passing of large-scale data to PaintWorklet
40+
From: John Wiesz
41+
Comment: https://github.com/w3c/css-houdini-drafts/issues/872
42+
Response: https://github.com/w3c/css-houdini-drafts/issues/872#issuecomment-499903766
43+
Open: Waiting on edits to add new features to Properties an Values API
44+
----
45+
Issue 6.
46+
Summary: Cycle possibe using inputProperties()
47+
From: Stephen McGruer
48+
Comment: https://github.com/w3c/css-houdini-drafts/issues/877
49+
Response: https://github.com/w3c/css-houdini-drafts/issues/877#issuecomment-499922873
50+
Open: Needs Edits
51+
----
52+
Issue 7.
53+
Summary: Two-way communication between main thread and worklet
54+
From: Samad Aghaei
55+
Comment: https://github.com/w3c/css-houdini-drafts/issues/881
56+
Response: https://github.com/w3c/css-houdini-drafts/issues/881#issuecomment-546456591
57+
Closed: OutOfScope
58+
----

css-paint-api/issues-cr-2018.html

Lines changed: 128 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,128 @@
1+
<!DOCTYPE html>
2+
<meta charset="utf-8">
3+
<title>CSS Painting API Level 1 Disposition of Comments for 2018-08-09 CR</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 Painting API Level 1 Disposition of Comments for 2018-08-09 CR</h1>
24+
25+
<p>Dated Draft: <a href="https://www.w3.org/TR/2018/CR-css-paint-api-1-20180809/">https://www.w3.org/TR/2018/CR-css-paint-api-1-20180809/</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: Broken LInks</span>
47+
<span>From: Chris Lilley</span>
48+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/787'>https://github.com/w3c/css-houdini-drafts/issues/787</a></span>
49+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/787#issuecomment-411123499'>https://github.com/w3c/css-houdini-drafts/issues/787#issuecomment-411123499</a></span>
50+
<span class="a">Closed: Accepted</span>
51+
<span>Resolved: Editorial</span></pre>
52+
<pre class='open a' id='issue-2'>
53+
<span>Issue 2. <a href='#issue-2'>#</a></span>
54+
<span>Summary: CSS Paint API leaks browsing history</span>
55+
<span>From: Deian Stefan</span>
56+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/791'>https://github.com/w3c/css-houdini-drafts/issues/791</a></span>
57+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/791#issuecomment-546460085'>https://github.com/w3c/css-houdini-drafts/issues/791#issuecomment-546460085</a></span>
58+
<span>Changes: <a href='https://github.com/w3c/css-houdini-drafts/commit/3c72275054d9d541e6526e2988567ad4d209f257'>https://github.com/w3c/css-houdini-drafts/commit/3c72275054d9d541e6526e2988567ad4d209f257</a></span>
59+
<span class="a">Open: Accepted</span>
60+
<span>Resolved: Editor discretion</span>
61+
<span class="a">Verified: Pending verification.</span></pre>
62+
<pre class=' a' id='issue-3'>
63+
<span>Issue 3. <a href='#issue-3'>#</a></span>
64+
<span>Summary: Typo: use snappedConcreteObjectSize in paint callback</span>
65+
<span>From: Chris Harrelson</span>
66+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/800'>https://github.com/w3c/css-houdini-drafts/issues/800</a></span>
67+
<span>Changes: <a href='https://github.com/w3c/css-houdini-drafts/commit/735ea42edf09f8d69de1eddbc7e7691528f56963'>https://github.com/w3c/css-houdini-drafts/commit/735ea42edf09f8d69de1eddbc7e7691528f56963</a></span>
68+
<span class="a">Closed: Accepted</span>
69+
<span>Rsolved: Editorial</span></pre>
70+
<pre class='open ' id='issue-4'>
71+
<span>Issue 4. <a href='#issue-4'>#</a></span>
72+
<span>Summary: Disconnect between css-paint-api-1 and HTML specs on CanvasImageSource</span>
73+
<span>From: Alan Jeffrey</span>
74+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/819'>https://github.com/w3c/css-houdini-drafts/issues/819</a></span>
75+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/819#issuecomment-424360647'>https://github.com/w3c/css-houdini-drafts/issues/819#issuecomment-424360647</a></span>
76+
<span class="">Open: Waiting for HTML spec edits</span></pre>
77+
<pre class='open ' id='issue-5'>
78+
<span>Issue 5. <a href='#issue-5'>#</a></span>
79+
<span>Summary: Improve passing of large-scale data to PaintWorklet</span>
80+
<span>From: John Wiesz</span>
81+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/872'>https://github.com/w3c/css-houdini-drafts/issues/872</a></span>
82+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/872#issuecomment-499903766'>https://github.com/w3c/css-houdini-drafts/issues/872#issuecomment-499903766</a></span>
83+
<span class="">Open: Waiting on edits to add new features to Properties an Values API</span></pre>
84+
<pre class='open ' id='issue-6'>
85+
<span>Issue 6. <a href='#issue-6'>#</a></span>
86+
<span>Summary: Cycle possibe using inputProperties()</span>
87+
<span>From: Stephen McGruer</span>
88+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/877'>https://github.com/w3c/css-houdini-drafts/issues/877</a></span>
89+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/877#issuecomment-499922873'>https://github.com/w3c/css-houdini-drafts/issues/877#issuecomment-499922873</a></span>
90+
<span class="">Open: Needs Edits</span></pre>
91+
<pre class=' oi' id='issue-7'>
92+
<span>Issue 7. <a href='#issue-7'>#</a></span>
93+
<span>Summary: Two-way communication between main thread and worklet</span>
94+
<span>From: Samad Aghaei</span>
95+
<span>Comment: <a href='https://github.com/w3c/css-houdini-drafts/issues/881'>https://github.com/w3c/css-houdini-drafts/issues/881</a></span>
96+
<span>Response: <a href='https://github.com/w3c/css-houdini-drafts/issues/881#issuecomment-546456591'>https://github.com/w3c/css-houdini-drafts/issues/881#issuecomment-546456591</a></span>
97+
<span class="oi">Closed: OutOfScope</span></pre>
98+
<script>
99+
(function () {
100+
var sheet = document.styleSheets[0];
101+
function addCheckbox(className) {
102+
var element = document.querySelector('*.' + className);
103+
var span = document.createElement('span');
104+
span.innerHTML = element.innerHTML;
105+
element.innerHTML = null;
106+
var check = document.createElement('input');
107+
check.type = 'checkbox';
108+
if (className == 'open') {
109+
check.checked = false;
110+
sheet.insertRule('pre:not(.open)' + '{}', sheet.cssRules.length);
111+
check.onchange = function (e) {
112+
rule.style.display = this.checked ? 'none' : 'block';
113+
}
114+
}
115+
else {
116+
check.checked = true;
117+
sheet.insertRule('pre.' + className + '{}', sheet.cssRules.length);
118+
check.onchange = function (e) {
119+
rule.style.display = this.checked ? 'block' : 'none';
120+
}
121+
}
122+
var rule = sheet.cssRules[sheet.cssRules.length - 1];
123+
element.appendChild(check);
124+
element.appendChild(span);
125+
}
126+
['a', 'd', 'fo', 'oi', 'r', 'open'].forEach(addCheckbox);
127+
}());
128+
</script>

0 commit comments

Comments
 (0)