[html5] r3258 - [e] (0) yup, someone complained...

whatwg at whatwg.org whatwg at whatwg.org
Mon Jun 15 14:33:50 PDT 2009


Author: ianh
Date: 2009-06-15 14:33:48 -0700 (Mon, 15 Jun 2009)
New Revision: 3258

Modified:
   index
   source
Log:
[e] (0) yup, someone complained...

Modified: index
===================================================================
--- index	2009-06-15 20:01:53 UTC (rev 3257)
+++ index	2009-06-15 21:33:48 UTC (rev 3258)
@@ -5713,7 +5713,7 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">contains-p</var> = <var title="">tokenlist</var> . <code title=dom-tokenlist-contains><a href=#dom-tokenlist-contains>contains</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title=dom-tokenlist-contains><a href=#dom-tokenlist-contains>contains</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Returns true if the <var title="">token</var> is present; false otherwise.</p>
     <p>Throws an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
@@ -5731,16 +5731,12 @@
     <p>Throws an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">contains-p</var> = <var title="">tokenlist</var> . <code title=dom-tokenlist-toggle><a href=#dom-tokenlist-toggle>toggle</a></code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title=dom-tokenlist-toggle><a href=#dom-tokenlist-toggle>toggle</a></code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var> if it is not present, or removes it if it is.</p>
     <p>Throws an <code><a href=#invalid_character_err>INVALID_CHARACTER_ERR</a></code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <!-- eventually someone will complain about the contains-p variable
-   names above, and we'll replace them with something better that they
-   suggest -->
-
   </dl><div class=impl>
 
   <p>The <dfn id=dom-tokenlist-length title=dom-tokenlist-length><code>length</code></dfn>

Modified: source
===================================================================
--- source	2009-06-15 20:01:53 UTC (rev 3257)
+++ source	2009-06-15 21:33:48 UTC (rev 3258)
@@ -5498,7 +5498,7 @@
     <p>Returns null if <var title="">index</var> is out of range.</p>
    </dd>
 
-   <dt><var title="">contains-p</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains">contains</code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-contains">contains</code>(<var title="">token</var>)</dt>
    <dd>
     <p>Returns true if the <var title="">token</var> is present; false otherwise.</p>
     <p>Throws an <code>INVALID_CHARACTER_ERR</code> exception if <var title="">token</var> contains any spaces.</p>
@@ -5516,16 +5516,12 @@
     <p>Throws an <code>INVALID_CHARACTER_ERR</code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <dt><var title="">contains-p</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle">toggle</code>(<var title="">token</var>)</dt>
+   <dt><var title="">hastoken</var> = <var title="">tokenlist</var> . <code title="dom-tokenlist-toggle">toggle</code>(<var title="">token</var>)</dt>
    <dd>
     <p>Adds <var title="">token</var> if it is not present, or removes it if it is.</p>
     <p>Throws an <code>INVALID_CHARACTER_ERR</code> exception if <var title="">token</var> contains any spaces.</p>
    </dd>
 
-   <!-- eventually someone will complain about the contains-p variable
-   names above, and we'll replace them with something better that they
-   suggest -->
-
   </dl>
 
   <div class="impl">




More information about the Commit-Watchers mailing list