- From: poot <cvsmail@w3.org>
- Date: Tue, 16 Jun 2009 06:34:48 +0900 (JST)
- To: public-html-diffs@w3.org
yup, someone complained... (whatwg r3258)
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.2405&r2=1.2406&f=h
http://html5.org/tools/web-apps-tracker?from=3257&to=3258
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.2405
retrieving revision 1.2406
diff -u -d -r1.2405 -r1.2406
--- Overview.html 15 Jun 2009 20:01:58 -0000 1.2405
+++ Overview.html 15 Jun 2009 21:33:53 -0000 1.2406
@@ -5133,7 +5133,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>
@@ -5151,16 +5151,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>
Received on Monday, 15 June 2009 21:35:21 UTC