[html5] r3242 - [e] (0) more editorial cleanup
whatwg at whatwg.org
whatwg at whatwg.org
Fri Jun 12 23:53:40 PDT 2009
Author: ianh
Date: 2009-06-12 23:53:39 -0700 (Fri, 12 Jun 2009)
New Revision: 3242
Modified:
index
source
Log:
[e] (0) more editorial cleanup
Modified: index
===================================================================
--- index 2009-06-13 06:46:22 UTC (rev 3241)
+++ index 2009-06-13 06:53:39 UTC (rev 3242)
@@ -228,9 +228,7 @@
<li><a href=#conformance-requirements><span class=secno>2.2 </span>Conformance requirements</a>
<ol>
<li><a href=#dependencies><span class=secno>2.2.1 </span>Dependencies</a></li>
- <li><a href=#common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.2 </span>Common conformance requirements for APIs exposed to
- JavaScript</a></li>
- <li><a href=#extensibility><span class=secno>2.2.3 </span>Extensibility</a></ol></li>
+ <li><a href=#extensibility><span class=secno>2.2.2 </span>Extensibility</a></ol></li>
<li><a href=#case-sensitivity-and-string-comparison><span class=secno>2.3 </span>Case-sensitivity and string comparison</a></li>
<li><a href=#common-microsyntaxes><span class=secno>2.4 </span>Common microsyntaxes</a>
<ol>
@@ -2001,6 +1999,16 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href=#refsWebIDL>[WebIDL]</a></p>
+ <p>Unless otherwise specified, if a DOM attribute that is a
+ floating point number type (<code title="">float</code>) is
+ assigned an Infinity or Not-a-Number value, a
+ <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
+
+ <p>Unless otherwise specified, if a method with an argument that
+ is a floating point number type (<code title="">float</code>) is
+ passed an Infinity or Not-a-Number value, a
+ <code><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be raised.</p>
+
</dd>
<dt>JavaScript</dt>
@@ -2047,43 +2055,8 @@
<div class=impl>
- <h4 id=common-conformance-requirements-for-apis-exposed-to-javascript><span class=secno>2.2.2 </span>Common conformance requirements for APIs exposed to
- JavaScript</h4>
+ <h4 id=extensibility><span class=secno>2.2.2 </span>Extensibility</h4>
- <p class=XXX>This section will eventually be removed in favor of WebIDL.</p>
-
- <p class=XXX>A lot of arrays/lists/<a href=#collections-0 title=collections>collection</a>s
- in this spec assume zero-based indexes but use the term "<var title="">index</var>th" liberally. We should define those to be
- zero-based and be clearer about this.</p>
-
- <p>Unless otherwise specified, if a DOM attribute that is a floating
- point number type (<code title="">float</code>) is assigned an
- Infinity or Not-a-Number value, a <code class=XXX><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be
- raised.</p>
-
- <p>Unless otherwise specified, if a method with an argument that is a
- floating point number type (<code title="">float</code>) is passed
- an Infinity or Not-a-Number value, a <code class=XXX><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be
- raised.</p>
-
- <!-- XXX DOMB -->
- <p>Unless otherwise specified, if a method is passed fewer
- arguments than is defined for that method in its IDL definition,
- a <code class=XXX><a href=#not_supported_err>NOT_SUPPORTED_ERR</a></code> exception must be
- raised.</p>
-
- <!-- XXX DOMB -->
- <p>Unless otherwise specified, if a method is passed more arguments than
- is defined for that method in its IDL definition, the excess
- arguments must be ignored.</p>
-
- </div>
-
-
- <div class=impl>
-
- <h4 id=extensibility><span class=secno>2.2.3 </span>Extensibility</h4>
-
<p>Vendor-specific proprietary extensions to this specification are
strongly discouraged. Documents must not use such extensions, as
doing so reduces interoperability and fragments the user base,
@@ -71003,6 +70976,8 @@
relevant ones to 'fully active document'.
XXX * use <code>Document</code> consistently instead of 'document'.
XXX * s/raise/throw/g
+ XXX * be clearer about arrays/lists/collections being zero-based
+ despite using the term "/index/th".
-->
Modified: source
===================================================================
--- source 2009-06-13 06:46:22 UTC (rev 3241)
+++ source 2009-06-13 06:53:39 UTC (rev 3242)
@@ -993,6 +993,16 @@
required for conforming IDL fragments, as described in the Web IDL
specification. <a href="#refsWebIDL">[WebIDL]</a></p>
+ <p>Unless otherwise specified, if a DOM attribute that is a
+ floating point number type (<code title="">float</code>) is
+ assigned an Infinity or Not-a-Number value, a
+ <code>NOT_SUPPORTED_ERR</code> exception must be raised.</p>
+
+ <p>Unless otherwise specified, if a method with an argument that
+ is a floating point number type (<code title="">float</code>) is
+ passed an Infinity or Not-a-Number value, a
+ <code>NOT_SUPPORTED_ERR</code> exception must be raised.</p>
+
</dd>
<dt>JavaScript</dt>
@@ -1044,44 +1054,6 @@
<div class="impl">
- <h4>Common conformance requirements for APIs exposed to
- JavaScript</h4>
-
- <p class="XXX">This section will eventually be removed in favor of WebIDL.</p>
-
- <p class="XXX">A lot of arrays/lists/<span title="collections">collection</span>s
- in this spec assume zero-based indexes but use the term "<var
- title="">index</var>th" liberally. We should define those to be
- zero-based and be clearer about this.</p>
-
- <p>Unless otherwise specified, if a DOM attribute that is a floating
- point number type (<code title="">float</code>) is assigned an
- Infinity or Not-a-Number value, a <code
- class="XXX">NOT_SUPPORTED_ERR</code> exception must be
- raised.</p>
-
- <p>Unless otherwise specified, if a method with an argument that is a
- floating point number type (<code title="">float</code>) is passed
- an Infinity or Not-a-Number value, a <code
- class="XXX">NOT_SUPPORTED_ERR</code> exception must be
- raised.</p>
-
- <!-- XXX DOMB -->
- <p>Unless otherwise specified, if a method is passed fewer
- arguments than is defined for that method in its IDL definition,
- a <code class="XXX">NOT_SUPPORTED_ERR</code> exception must be
- raised.</p>
-
- <!-- XXX DOMB -->
- <p>Unless otherwise specified, if a method is passed more arguments than
- is defined for that method in its IDL definition, the excess
- arguments must be ignored.</p>
-
- </div>
-
-
- <div class="impl">
-
<h4>Extensibility</h4>
<p>Vendor-specific proprietary extensions to this specification are
@@ -83611,6 +83583,8 @@
relevant ones to 'fully active document'.
XXX * use <code>Document</code> consistently instead of 'document'.
XXX * s/raise/throw/g
+ XXX * be clearer about arrays/lists/collections being zero-based
+ despite using the term "/index/th".
-->
</body>
More information about the Commit-Watchers
mailing list