-
Notifications
You must be signed in to change notification settings - Fork 791
Expand file tree
/
Copy pathissues-lc-2014.html
More file actions
87 lines (80 loc) · 4.41 KB
/
issues-lc-2014.html
File metadata and controls
87 lines (80 loc) · 4.41 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
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title>Geometry Interfaces Module Level 1 Disposition of Comments for 2014-06-26 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>Geometry Interfaces Module Level 1 Disposition of Comments for 2014-06-26 LCWD</h1>
<p>Last call document: <a href="http://www.w3.org/TR/2014/WD-geometry-1-20140626/">http://www.w3.org/TR/2014/WD-geometry-1-20140626/</a>
<p>Editor's draft: <a href="http://dev.w3.org/fxtf/geometry-1/">http://dev.w3.org/fxtf/geometry-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: Mark DOMRectList as legacy claerly; Make it NoInterfaceObject
From: Anne van Kesteren
Comment: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200#c4">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200#c4</a>
Response: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200#c21">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26200#c21</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-2'>
Issue 2. <a href="#issue-2">#</a>
Summary: Constructors for readonly interfaces; Add description of internal states
From: Domenic Denicola
Comment: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201</a>
Response: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201#c8">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201#c8</a>
Closed: Accepted
</pre>
<pre class='d' id='issue-3'>
Issue 3. <a href="#issue-3">#</a>
Summary: Add pseudoinverse() method (a.k.a. Moore-Penrose inverse)
From: Adenilson Cavalcanti
Comment: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c0">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c0</a>
Response: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c1">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c1</a>
Response: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c2">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26375#c2</a>
Closed: Deferred
</pre>
<pre class='a' id='issue-4'>
Issue 4. <a href="#issue-4">#</a>
Summary: Don't rename DOMRectList; It is implemented in two UAs
From: Ms2ger
Comment: <a href="http://lists.w3.org/Archives/Public/public-fx/2014JulSep/0025.html">http://lists.w3.org/Archives/Public/public-fx/2014JulSep/0025.html</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-5'>
Issue 5. <a href="#issue-5">#</a>
Summary: Calrify that DOMRectList is zero-based
From: Adenilson Cavalcanti
Comment: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26346">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26346</a>
Response: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201#c5">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26201#c5</a>
Closed: Accepted
</pre>
<pre class='a' id='issue-6'>
Issue 6. <a href="#issue-6">#</a>
Summary: Detailed description of the used inverse algorithm on DOMMatrix
From: Adenilson Cavalcanti
Comment: <a href="https://www.w3.org/Bugs/Public/show_bug.cgi?id=26374">https://www.w3.org/Bugs/Public/show_bug.cgi?id=26374</a>
Response: <a href="http://www.w3.org/2014/10/30-fx-irc">http://www.w3.org/2014/10/30-fx-irc</a>
Closed: retracted
</pre>
<pre class='a' id='issue-7'>
Issue 7. <a href="#issue-7">#</a>
Summary: Expose DOMPoint, DOMRect, DOMMatrix to Workers
From: Dirk Schulze
Comment: <a href="http://lists.w3.org/Archives/Public/public-fx/2014OctDec/0000.html">http://lists.w3.org/Archives/Public/public-fx/2014OctDec/0000.html</a>
Response: <a href="http://lists.w3.org/Archives/Public/public-fx/2014OctDec/0018.html">http://lists.w3.org/Archives/Public/public-fx/2014OctDec/0018.html</a>
Closed: Accepted</pre>