- From: poot <cvsmail@w3.org>
- Date: Thu, 05 May 2011 20:50:48 -0400
- To: public-html-diffs@w3.org
hixie: clarifications (whatwg r6096) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4899&r2=1.4900&f=h http://html5.org/tools/web-apps-tracker?from=6095&to=6096 =================================================================== 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:50:49 UTC