- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 06 May 2011 00:49:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv22931
Modified Files:
Overview.html
Log Message:
clarifications (whatwg r6096)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4899
retrieving revision 1.4900
diff -u -d -r1.4899 -r1.4900
--- Overview.html 6 May 2011 00:41:20 -0000 1.4899
+++ Overview.html 6 May 2011 00:49:49 -0000 1.4900
@@ -6909,12 +6909,12 @@
<li>Otherwise, <a href="#split-a-string-on-spaces" title="split a string on spaces">split the
underlying string on spaces</a> to get the list of tokens in the
- object's underlying string.</li>
+ <code><a href="#domtokenlist">DOMTokenList</a></code> object's underlying string.</li>
<li>If the token indicated by <var title="">token</var> is a
<a href="#case-sensitive">case-sensitive</a> match for one of the tokens in the
- object's underlying string then return true and stop this
- algorithm.</li>
+ <code><a href="#domtokenlist">DOMTokenList</a></code> object's underlying string then return
+ true and stop this algorithm.</li>
<li>Otherwise, return false.</li>
@@ -6931,7 +6931,7 @@
<li>Otherwise, <a href="#split-a-string-on-spaces" title="split a string on spaces">split the
underlying string on spaces</a> to get the list of tokens in the
- object's underlying string.</li>
+ <code><a href="#domtokenlist">DOMTokenList</a></code> object's underlying string.</li>
<li>If the given <var title="">token</var> is a
<a href="#case-sensitive">case-sensitive</a> match for one of the tokens in the
@@ -6974,7 +6974,7 @@
<li>Otherwise, <a href="#split-a-string-on-spaces" title="split a string on spaces">split the
underlying string on spaces</a> to get the list of tokens in the
- object's underlying string.</li>
+ <code><a href="#domtokenlist">DOMTokenList</a></code> object's underlying string.</li>
<li>If the given <var title="">token</var> is a
<a href="#case-sensitive">case-sensitive</a> match for one of the tokens in the
@@ -6991,9 +6991,8 @@
<li>Return true.</li>
- </ol><p>Objects implementing the <code><a href="#domtokenlist">DOMTokenList</a></code> interface must
- <dfn id="dom-tokenlist-tostring" title="dom-tokenlist-toString">stringify</dfn> to the object's
- underlying string representation.</p>
+ </ol><p>A <code><a href="#domtokenlist">DOMTokenList</a></code> object must <dfn id="dom-tokenlist-tostring" title="dom-tokenlist-toString">stringify</dfn> to the value of the
+ <code><a href="#domtokenlist">DOMTokenList</a></code> object's underlying string.</p>
</div><h4 id="domsettabletokenlist-0"><span class="secno">2.8.4 </span>DOMSettableTokenList</h4><p>The <code><a href="#domsettabletokenlist">DOMSettableTokenList</a></code> interface is the same as the
<code><a href="#domtokenlist">DOMTokenList</a></code> interface, except that it allows the
Received on Friday, 6 May 2011 00:49:55 UTC