forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathissues-lc-2013.html
More file actions
260 lines (253 loc) · 15.3 KB
/
issues-lc-2013.html
File metadata and controls
260 lines (253 loc) · 15.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>CSS Masking Module Level 1 Disposition of Comments for 2013-10-29 LCWD</title>
<style type="text/css">
.a { background: lightgreen }
.d { background: lightblue }
.r { background: orange }
.fo { background: red }
.open { border: solid red; padding: 0.2em; }
:target { box-shadow: 0.25em 0.25em 0.25em; }
</style>
<h1>CSS Masking Module Level 1 Disposition of Comments for 2013-10-29 LCWD</h1>
<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>
<p>Editor's draft: <a href="http://dev.w3.org/fxtf/css-masking-1/">http://dev.w3.org/fxtf/css-masking-1/</a>
<p>The following color coding convention is used for comments:</p>
<ul>
<li class="a">Accepted or Rejected and positive response
<li class="r">Rejected and no response
<li class="fo">Rejected and negative response
<li class="d">Deferred
<li class="oi">Out-of-Scope or Invalid and not verified
</ul>
<p class=open>Open issues are marked like this</p>
<p>An issue can be closed as <code>Accepted</code>, <code>OutOfScope</code>,
<code>Invalid</code>, <code>Rejected</code>, or <code>Retracted</code>.
<code>Verified</code> indicates commentor's acceptance of the response.</p>
<pre class='a' id='issue-1'>
Issue 1. <a href="#issue-1">#</a>
Summary: No effect of masking and clipping on focus ring
From: Dirk Schulze
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-2'>
Issue 2. <a href="#issue-2">#</a>
Summary: Rename mask-box* properties to mask-border* for masking layers
From: Elika J. Etemad
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>
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>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0118.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0118.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-3'>
Issue 3. <a href="#issue-3">#</a>
Summary: Shorten 'mask-box-image-*' to 'mask-box-*'
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-4'>
Issue 4. <a href="#issue-4">#</a>
Summary: mask-clip: no-clip; wrong use of bounding client rect for mask painting area
From: Elika J. Etemad
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>
Response:
Closed: Accepted
</pre>
<pre class='a' id='issue-5'>
Issue 5. <a href="#issue-5">#</a>
Summary: Different reference boxes for clipping and masking
From: Elika J. Etemad
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>
Response:
Closed: Accepted
</pre>
<pre class='a' id='issue-6'>
Issue 6. <a href="#issue-6">#</a>
Summary: clip-path should define reference box instead of resolving percentage directly
From: Elika J. Etemad
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>
Response:
Closed: Accepted
</pre>
<pre class='a' id='issue-7'>
Issue 7. <a href="#issue-7">#</a>
Summary: Create stacking context even if url() invalid for clip-path?
From: Elika J. Etemad
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>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0225.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0225.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0340.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0340.html</a>
Closed: retracted
</pre>
<pre class='a' id='issue-8'>
Issue 8. <a href="#issue-8">#</a>
Summary: clip-rule is not defined
From: Elika J. Etemad
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>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html</a>
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0117.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0117.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0319.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0319.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-9'>
Issue 9. <a href="#issue-9">#</a>
Summary: Does 'mask-source-type' apply to 'mask-box-image-source'
From: Elika J. Etemad
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>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0119.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0119.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-10'>
Issue 10. <a href="#issue-10">#</a>
Summary: Top-level section for 'mask-type' and <mask> element
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-11'>
Issue 11. <a href="#issue-11">#</a>
Summary: Top-level section for 'clip-rule' and <clipPath> element
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-12'>
Issue 12. <a href="#issue-12">#</a>
Summary: Top-level section for 'mask'
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-13'>
Issue 13. <a href="#issue-13">#</a>
Summary: New name for "layered masking"
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-14'>
Issue 14. <a href="#issue-14">#</a>
Summary: Shifting clipping above masking
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-15'>
Issue 15. <a href="#issue-15">#</a>
Summary: Better structure and more content for introduction
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-16'>
Issue 16. <a href="#issue-16">#</a>
Summary: Remove term "local coordinate system"
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-17'>
Issue 17. <a href="#issue-17">#</a>
Summary: Use of 'mask source' and 'mask image' is confusing
From: Elika J. Etemad
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>
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>
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>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2014Apr/0116.html">http://lists.w3.org/Archives/Public/www-style/2014Apr/0116.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-18'>
Issue 18. <a href="#issue-18">#</a>
Summary: Remove "clipping path" from terminology section
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-19'>
Issue 19. <a href="#issue-19">#</a>
Summary: Remove "mask source" from terminology section
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-20'>
Issue 20. <a href="#issue-20">#</a>
Summary: "mask-box-image corresponds to the border-image property" should mention masking
From: Elika J. Etemad
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>
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-21'>
Issue 21. <a href="#issue-21">#</a>
Summary: Mentioning future work on controlling clipping and hit testing?
From: Elika J. Etemad
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>
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>
Closed: Accepted
</pre>
<pre class='a' id='issue-22'>
Issue 22. <a href="#issue-22">#</a>
Summary: "are applied; these effects" -> use a period, start new sentence
From: Elika J. Etemad
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>
Response:
Closed: Accepted
</pre>
<pre class='a' id='issue-23'>
Issue 23. <a href="#issue-23">#</a>
Summary: Define "CSS effects"
From: Elika J. Etemad
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>
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>
Comment: Wording changed to avoid critical defintion.
Closed: Accepted
</pre>
<pre class='a' id='issue-24'>
Issue 24. <a href="#issue-24">#</a>
Summary: Section titles should explain the purpose of each property, as in <a href="http://dev.w3.org/csswg/css-backgrounds/">http://dev.w3.org/csswg/css-backgrounds/</a>
From: Elika J. Etemad
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0346.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0346.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-25'>
Issue 25. <a href="#issue-25">#</a>
Summary: clip-rule should just apply to SVG graphical elements
From: Rik Cabanier
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0347.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0347.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0226.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0339.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-26'>
Issue 26. <a href="#issue-26">#</a>
Summary: Define how container breaks affect clipping and masking
From: Elika J. Etemad
Comment: <a href="http://lists.w3.org/Archives/Public/www-style/2013Dec/0363.html">http://lists.w3.org/Archives/Public/www-style/2013Dec/0363.html</a>
Comment: Defined by 'box-decoration-break' property.
Closed: Accepted
</pre>
<pre class='a' id='issue-27'>
Issue 27. <a href="#issue-27">#</a>
Summary: New reference boxes viewport and stroke-box for clip-path and mask
From: Tavmjong Bah
Comment: <a href="http://lists.w3.org/Archives/Public/www-svg/2014Jan/0046.html">http://lists.w3.org/Archives/Public/www-svg/2014Jan/0046.html</a>
Closed: Accepted</pre>