Skip to content

Commit eebcc75

Browse files
dirkschulzesvgeesus
authored andcommitted
Add issues-lc list
1 parent 32bce8c commit eebcc75

2 files changed

Lines changed: 384 additions & 134 deletions

File tree

css-masking-1/issues-lc-2013.html

Lines changed: 212 additions & 134 deletions
Original file line numberDiff line numberDiff line change
@@ -1,145 +1,223 @@
1-
<!DOCTYPE html>
2-
<html>
3-
<title>CSS Masking Module Level 1 &ndash; disposition of comments</title>
4-
<link rel=stylesheet href="../../StyleSheets/base.css">
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
2+
<title>CSS Masking Module Level 1 Disposition of Comments for 2013-10-29 LCWD</title>
53
<style type="text/css">
6-
body { font-family: sans-serif; margin: 1em }
7-
8-
table {
9-
border-collapse: collapse; margin: 1em 0; empty-cells: show;
10-
}
11-
12-
th, td {
13-
text-align: left;
14-
vertical-align: top;
15-
border: thin solid black;
16-
padding: 0.2em;
17-
}
18-
19-
pre {
20-
font-size: 0.8em;
21-
}
22-
23-
.proposal { background: orange }
24-
.rejected { background:red }
25-
26-
.source {
27-
background: silver;
28-
font-size: 1.2em;
29-
padding: 0.3em;
30-
}
31-
32-
.source a { text-decoration: none }
33-
34-
.a { background:lightgreen }
35-
.r { background:orange }
36-
.fo { background:red }
4+
.a { background: lightgreen }
5+
.d { background: lightblue }
6+
.r { background: orange }
7+
.fo { background: red }
8+
.open { border: solid red; padding: 0.2em; }
9+
:target { box-shadow: 0.25em 0.25em 0.25em; }
3710
</style>
3811

12+
<h1>CSS Masking Module Level 1 Disposition of Comments for 2013-10-29 LCWD</h1>
3913

14+
<p>Last call document: <a href="http://www.w3.org/TR/2013/WD-css-masking-1-20131029/">http://www.w3.org/TR/2013/WD-css-masking-1-20131029/</a>
4015

41-
<h1>CSS Masking Module Level 1 &ndash; disposition of comments</h1>
42-
43-
<p>Contents:
44-
<ul>
45-
<li><a href="#lc2013">Comments on last call of 29 October 2013</a>
46-
</ul>
47-
48-
<h2 id=lc2013>Comments on draft of 29 October 2013</h2>
49-
50-
<p>Last call
51-
document: <a href="http://www.w3.org/TR/2013/WD-css-masking-1-20131029/">
52-
http://www.w3.org/TR/2013/WD-css-masking-1-20131029/</a>.
53-
54-
<p>This document is the disposition of comments on the CSS Masking Module Level 1
55-
CR sent to the www-style, public-fx and www-svg mailing lists. The CSS Masking Module Level 1 CR was
56-
published <a href="http://www.w3.org/TR/2013/CR-css-masking-1-2013MMDD/">DD Month 2013</a>.
16+
<p>Editor's draft: <a href="http://dev.w3.org/csswg/css-masking-1/">http://dev.w3.org/csswg/css-masking-1/</a>
5717

5818
<p>The following color coding convention is used for comments:</p>
5919

6020
<ul>
61-
<li class=a>The CSS WG agreed with the reviewer.
62-
<li class=r>The CSS WG disagreed with the reviewer.
63-
<li class=fo>The CSS WG disagreed with the reviewer and the reviewer raised a Formal Objection.
21+
<li class="a">Accepted or Rejected and positive response
22+
<li class="r">Rejected and no response
23+
<li class="fo">Rejected and negative response
24+
<li class="d">Deferred
25+
<li class="oi">Out-of-Scope or Invalid and not verified
6426
</ul>
6527

66-
<p>(There were no formal objections.)</p>
67-
68-
69-
<!--
70-
* security model on resource referencing (Dirk Schulze) - Added security model to specification. SVG resource fetching model will be defined by SVG Integration spec
71-
* layered masking (Dirk Schulze) - defered; to be discussed together with supporting compositing models
72-
* element selector (Brian Birtles) - different proposals to select elements in the CSS WG (GCPM, CSS UI). Defered until we resolved on a common solution.
73-
* focus ring (Dirk Schulze) -
74-
-->
75-
76-
<table>
77-
78-
<tr><th>#<th>Comment<th>Answer
79-
80-
<tr><th colspan=3 class=source><a href="http://lists.w3.org/Archives/Public/public-webappsec/2013Apr/0006.html">Move security model to CSP</a> - Comment from Dirk Schulze on Thu, 4 Apr 2013; <a href="http://www.w3.org/TR/css-masking-1/#security">solution: fixed in the spec</a>.
81-
82-
<tr><td class="r">1<td>
83-
<p>"CSS Masking and Filter Effects describe a security model for
84-
loading filter/masking/clipping resources from different origins. Speaking
85-
with some browser vendors it looks like these kind of security issues should
86-
be handled by the Content Security Policy (CSP) spec."
87-
</p>
88-
89-
<td>
90-
<p>
91-
A security model belongs to the specification. This security model was added and is part of CSS Masking Module Level 1. However, the SVG WG decided to work on a module called <a href="https://dvcs.w3.org/hg/svg2/raw-file/7a902f4a33f6/specs/integration/Overview.html">SVG Integration</a> which will define the fetching policies for SVG documents. Especially SVG documents loaded as source of further resources or as image.
92-
</p>
93-
94-
95-
<tr><th colspan=3 class=source><a href="http://lists.w3.org/Archives/Public/www-style/2013Sep/0884.html">Layered Masking</a> - Comment from Dirk Schulze on Sat, 31 Sep 2013.
96-
97-
<tr><td class="r">2<td>
98-
<p>The prefixed implementation of CSS WebKit in Safari support multiple mask layers - similar to multiple background layers for the 'background-image' property. CSS Masking should support layers as well.
99-
<p>
100-
101-
102-
<td>
103-
<p>
104-
It was unclear how authors expect mask layers to interact with each other (union, intersection, ...). Another proposal is to composite different mask layers with each other and let the authors decide which compositing mode to use. Resolution from the CSS WG: defer layered masking to a future version of the spec.
105-
</p>
106-
107-
108-
109-
110-
<tr><th colspan=3 class=source><a href="http://lists.w3.org/Archives/Public/www-svg/2012Jul/0082.html">Reference elements by selectors</a> - Comment from Brian Birtles on Mon, 23 Jul 2012.
111-
112-
<tr><td class="r">3<td>
113-
<p>Allow selecting mask and clipPath elements by CSS selectors in addition to fragment identifiers. Proposed: element(&lt;compound-selector>) function and child keyword.
114-
<p>
115-
116-
<td>
117-
<p>
118-
The specifications CSS GCPM and CSS3 UI allow element selecting. The CSS WG is investigating to find a common solution that can be used by all specifications. Element selecting deferred to a future level of the specification by editor.
119-
</p>
120-
121-
122-
123-
<tr><th colspan=3 class=source><a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html">No effect of masking and clipping on focus ring</a> - Comment from Dirk Schulze on Wed, 20 Nov 2013.
124-
125-
<tr><td class="r">4<td>
126-
<p>From the minutes: "<br>
127-
krit: I would like to discuss outline property.<br>
128-
krit: Right now the spec says that every painted thing gets filtered/<br>
129-
blended.<br>
130-
krit: Turns out that outline property is also used for focus rings,<br>
131-
and that is very important a11y. For this reason, it seems not<br>
132-
useful to have the focus ring be filtered etc.<br>
133-
krit: We should masking/filters/blending not affect the focus ring."
134-
<p>
135-
136-
<td>
137-
<p>
138-
Resolution of CSS WG: Effects affect scrollbars and focus rings. We may work on controls later.
139-
</p>
140-
141-
</tr>
142-
</tbody>
143-
</table>
144-
</body>
145-
</html>
28+
<p class=open>Open issues are marked like this</p>
29+
30+
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
31+
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
32+
<code>Verified</code> indicates commentor's acceptance of the response.</p>
33+
<pre class='a' id='issue-1'>
34+
Issue 1. <a href="#issue-1">#</a>
35+
Summary: No effect of masking and clipping on focus ring
36+
From: Dirk Schulze
37+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html</a>
38+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html">http://lists.w3.org/Archives/Public/www-style/2013Nov/0361.html</a>
39+
Closed: Accepted
40+
</pre>
41+
<pre class='open' id='issue-2'>
42+
Issue 2. <a href="#issue-2">#</a>
43+
Summary: Rename mask-* properties to mask-x-* for masking layers
44+
From: Elika J. Etemad
45+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
46+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0223.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0223.html</a>
47+
Open:
48+
</pre>
49+
<pre class='open' id='issue-3'>
50+
Issue 3. <a href="#issue-3">#</a>
51+
Summary: Shorten 'mask-box-image-*' to 'mask-box-*'
52+
From: Elika J. Etemad
53+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
54+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0223.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0223.html</a>
55+
Open:
56+
</pre>
57+
<pre class='open' id='issue-4'>
58+
Issue 4. <a href="#issue-4">#</a>
59+
Summary: mask-clip: no-clip; wrong use of bounding client rect for mask painting area
60+
From: Elika J. Etemad
61+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
62+
Response:
63+
Open:
64+
</pre>
65+
<pre class='open' id='issue-5'>
66+
Issue 5. <a href="#issue-5">#</a>
67+
Summary: Different reference boxes for clipping and masking
68+
From: Elika J. Etemad
69+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
70+
Response:
71+
Open:
72+
</pre>
73+
<pre class='open' id='issue-6'>
74+
Issue 6. <a href="#issue-6">#</a>
75+
Summary: clip-path should define reference box instead of resolving percentage directly
76+
From: Elika J. Etemad
77+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
78+
Response:
79+
Open:
80+
</pre>
81+
<pre class='open' id='issue-7'>
82+
Issue 7. <a href="#issue-7">#</a>
83+
Summary: Create stacking context even if url() invalid for clip-path?
84+
From: Elika J. Etemad
85+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
86+
Response:
87+
Open:
88+
</pre>
89+
<pre class='open' id='issue-8'>
90+
Issue 8. <a href="#issue-8">#</a>
91+
Summary: clip-rule is not defined
92+
From: Elika J. Etemad
93+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
94+
Response:
95+
Open:
96+
</pre>
97+
<pre class='open' id='issue-9'>
98+
Issue 9. <a href="#issue-9">#</a>
99+
Summary: Does 'mask-source-type' apply to 'mask-box-image-source'
100+
From: Elika J. Etemad
101+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
102+
Response:
103+
Open:
104+
</pre>
105+
<pre class='open' id='issue-10'>
106+
Issue 10. <a href="#issue-10">#</a>
107+
Summary: Top-level section for 'mask-type' and <mask> element
108+
From: Elika J. Etemad
109+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
110+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
111+
Open:
112+
</pre>
113+
<pre class='open' id='issue-11'>
114+
Issue 11. <a href="#issue-11">#</a>
115+
Summary: Top-level section for 'clip-rule' and <clipPath> element
116+
From: Elika J. Etemad
117+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
118+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
119+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
120+
Open:
121+
</pre>
122+
<pre class='open' id='issue-12'>
123+
Issue 12. <a href="#issue-12">#</a>
124+
Summary: Top-level section for 'mask'
125+
From: Elika J. Etemad
126+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
127+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
128+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
129+
Open:
130+
</pre>
131+
<pre class='open' id='issue-13'>
132+
Issue 13. <a href="#issue-13">#</a>
133+
Summary: New name for "layered masking"
134+
From: Elika J. Etemad
135+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
136+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
137+
Open:
138+
</pre>
139+
<pre class='open' id='issue-13'>
140+
Issue 13. <a href="#issue-13">#</a>
141+
Summary: Shifting clipping above masking
142+
From: Elika J. Etemad
143+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
144+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
145+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
146+
Open:
147+
</pre>
148+
<pre class='open' id='issue-14'>
149+
Issue 14. <a href="#issue-14">#</a>
150+
Summary: Better structure and more content for introduction
151+
From: Elika J. Etemad
152+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
153+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
154+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
155+
Open:
156+
</pre>
157+
<pre class='open' id='issue-15'>
158+
Issue 15. <a href="#issue-15">#</a>
159+
Summary: Remove term "local coordinate system"
160+
From: Elika J. Etemad
161+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
162+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
163+
Open:
164+
</pre>
165+
<pre class='open' id='issue-16'>
166+
Issue 16. <a href="#issue-16">#</a>
167+
Summary: Use of 'mask source' and 'mask image' is confusing
168+
From: Elika J. Etemad
169+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
170+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
171+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
172+
Open:
173+
</pre>
174+
<pre class='open' id='issue-17'>
175+
Issue 17. <a href="#issue-17">#</a>
176+
Summary: Remove "clipping path" from terminology section
177+
From: Elika J. Etemad
178+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
179+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
180+
Open:
181+
</pre>
182+
<pre class='open' id='issue-18'>
183+
Issue 18. <a href="#issue-18">#</a>
184+
Summary: Remove "mask source" from terminology section
185+
From: Elika J. Etemad
186+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
187+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
188+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
189+
Open:
190+
</pre>
191+
<pre class='open' id='issue-19'>
192+
Issue 19. <a href="#issue-19">#</a>
193+
Summary: "mask-box-image corresponds to the border-image property" should mention masking
194+
From: Elika J. Etemad
195+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
196+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
197+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0233.html</a>
198+
Open:
199+
</pre>
200+
<pre class='open' id='issue-20'>
201+
Issue 20. <a href="#issue-20">#</a>
202+
Summary: Mentioning future work on controlling clipping and hit testing?
203+
From: Elika J. Etemad
204+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
205+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
206+
Open:
207+
</pre>
208+
<pre class='open' id='issue-21'>
209+
Issue 21. <a href="#issue-21">#</a>
210+
Summary: "are applied; these effects" -> use a period, start new sentence
211+
From: Elika J. Etemad
212+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
213+
Response:
214+
Open:
215+
</pre>
216+
<pre class='open' id='issue-22'>
217+
Issue 22. <a href="#issue-22">#</a>
218+
Summary: Define "CSS effects"
219+
From: Elika J. Etemad
220+
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0221.html</a>
221+
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0228.html</a>
222+
Open:
223+
----</pre>

0 commit comments

Comments
 (0)