- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 13 Jun 2009 06:53:48 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv6951 Modified Files: Overview.html Log Message: more editorial cleanup (whatwg r3242) Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.2389 retrieving revision 1.2390 diff -u -d -r1.2389 -r1.2390 --- Overview.html 13 Jun 2009 06:46:27 -0000 1.2389 +++ Overview.html 13 Jun 2009 06:53:45 -0000 1.2390 @@ -294,9 +294,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> @@ -1780,6 +1778,16 @@ required for conforming IDL fragments, as described in the Web IDL specification. <a href="#references">[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> @@ -1822,39 +1830,7 @@ </div><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> - - <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> + <h4 id="extensibility"><span class="secno">2.2.2 </span>Extensibility</h4> <p>Vendor-specific proprietary extensions to this specification are strongly discouraged. Documents must not use such extensions, as @@ -64737,4 +64713,6 @@ 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". -->
Received on Saturday, 13 June 2009 06:53:55 UTC