You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
must disclose the information in accordance with <ahref=http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure>section 6 of the W3C Patent Policy</a>.</div>
97
97
<divdata-fill-with=at-risk><p>The following features are at-risk, and may be dropped during the CR period:
98
-
<ul><li>The <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the getter of <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a>, legacy interfaces must use sequences instead and <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> will be removed from this specification.</ul></div>
98
+
<ul><li>The <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the item() function of <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a>, legacy interfaces must use sequences instead and <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> will be removed from this specification.</ul></div>
99
99
100
100
<h2class="no-num no-toc no-ref heading settled" id=contents><spanclass=content>Table of Contents</span></h2>
<dd>Throw an <adata-link-spec=html5data-link-type=dfnhref=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#indexsizeerrortitle=IndexSizeError>IndexSizeError</a> exception.</dd>
652
+
<dd>Throw a <code>TypeError</code> exception.</dd>
653
653
</dl>
654
654
655
655
@@ -716,7 +716,7 @@ <h3 class="heading settled" data-level=6.2 id=dommatrix-constructors><span class
716
716
</ol>
717
717
</dd>
718
718
<dt>Otherwise</dt>
719
-
<dd>Throw an <adata-link-spec=html5data-link-type=dfnhref=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#indexsizeerrortitle=IndexSizeError>IndexSizeError</a> exception.</dd>
719
+
<dd>Throw a <code>TypeError</code> exception.</dd>
720
720
</dl>
721
721
</dd>
722
722
<dt>If invoked with a <aclass=idl-codedata-link-type=interfacetitle=Float64Array>Float64Array</a> argument <var>array64</var></dt>
@@ -731,7 +731,7 @@ <h3 class="heading settled" data-level=6.2 id=dommatrix-constructors><span class
731
731
</ol>
732
732
</dd>
733
733
<dt>Otherwise</dt>
734
-
<dd>Throw an <adata-link-spec=html5data-link-type=dfnhref=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#indexsizeerrortitle=IndexSizeError>IndexSizeError</a> exception.</dd>
734
+
<dd>Throw a <code>TypeError</code> exception.</dd>
735
735
</dl>
736
736
</dd>
737
737
<dt>If invoked with a sequence<unrestricted double> argument <var>numberSequence</var></dt>
@@ -746,7 +746,7 @@ <h3 class="heading settled" data-level=6.2 id=dommatrix-constructors><span class
746
746
</ol>
747
747
</dd>
748
748
<dt>Otherwise</dt>
749
-
<dd>Throw an <adata-link-spec=html5data-link-type=dfnhref=http://www.w3.org/html/wg/drafts/html/CR/infrastructure.html#indexsizeerrortitle=IndexSizeError>IndexSizeError</a> exception.</dd>
749
+
<dd>Throw a <code>TypeError</code> exception.</dd>
<li><aclass=idl-codedata-link-type=interfacehref=#dom-domrectreadonlytitle=DOMRectReadOnly>DOMRectReadOnly</a> got a constructor taking 4 arguments.</li>
1140
1140
<li><aclass=idl-codedata-link-type=interfacehref=#dom-dommatrixreadonlytitle=DOMMatrixReadOnly>DOMMatrixReadOnly</a> got a constructor taking a sequence of numbers as argument.</li>
1141
1141
<li><aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> turned to an ArrayClass. The interfaces must just be used for legacy interfaces.</li>
1142
+
<li>Put <aclass=idl-codedata-link-type=interfacehref=#dom-domrectlisttitle=DOMRectList>DOMRectList</a> on at-Risk awaiting browser feedback.</li>
1142
1143
<li>All interfaces are described in the sense of internal elements to describe the read-only/writable and inheriting behavior.</li>
1144
+
<li>Replace IndexSizeError exception with TypeError.</li>
1143
1145
</ul>
1144
1146
1145
1147
<p>The following changes were made since the <ahref=http://www.w3.org/TR/2014/WD-geometry-1-20140522/>22 May 2014 First Public Working Draft</a>.</p>
Abstract: This specification provides basic geometric interfaces to represent points, rectangles, quadrilaterals and transformation matrices that can be used by other modules or specifications.
17
17
!Issues list: <ahref="https://www.w3.org/Bugs/Public/buglist.cgi?product=FXTF&component=Geometry&resolution=---">Bugzilla</a> (<ahref="https://www.w3.org/Bugs/Public/enter_bug.cgi?product=FXTF&component=Geometry">file a bug</a>)
18
18
Test Suite: http://test.csswg.org/suites/geometry-1_dev/nightly-unstable/
19
-
At Risk: The <ainterface>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the getter of <ainterface>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <ainterface>DOMRectList</a>, legacy interfaces must use sequences instead and <ainterface>DOMRectList</a> will be removed from this specification.
19
+
At Risk: The <ainterface>DOMRectList</a> interface is at-risk. The authors of this specification await feedback from implementers if the item() function of <ainterface>DOMRectList</a> is currently in use on legacy interfaces. If there is no/not enough content to justify <ainterface>DOMRectList</a>, legacy interfaces must use sequences instead and <ainterface>DOMRectList</a> will be removed from this specification.
0 commit comments