Navigation Menu

Skip to content

Commit

Permalink
[e] (0) clarifications
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12265

git-svn-id: http://svn.whatwg.org/webapps@6096 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 6, 2011
1 parent 7733ce6 commit 1974b8a
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 24 deletions.
15 changes: 7 additions & 8 deletions complete.html
Expand Up @@ -8045,12 +8045,12 @@ <h4 id=domtokenlist-0><span class=secno>2.8.3 </span>DOMTokenList</h4>

<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>

Expand All @@ -8067,7 +8067,7 @@ <h4 id=domtokenlist-0><span class=secno>2.8.3 </span>DOMTokenList</h4>

<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
Expand Down Expand Up @@ -8110,7 +8110,7 @@ <h4 id=domtokenlist-0><span class=secno>2.8.3 </span>DOMTokenList</h4>

<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
Expand All @@ -8127,9 +8127,8 @@ <h4 id=domtokenlist-0><span class=secno>2.8.3 </span>DOMTokenList</h4>

<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>

Expand Down
15 changes: 7 additions & 8 deletions index
Expand Up @@ -8070,12 +8070,12 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No

<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>

Expand All @@ -8092,7 +8092,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No

<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
Expand Down Expand Up @@ -8135,7 +8135,7 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No

<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
Expand All @@ -8152,9 +8152,8 @@ interface <dfn id=propertynodelist>PropertyNodeList</dfn> : <a href=#nodelist>No

<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>

Expand Down
16 changes: 8 additions & 8 deletions source
Expand Up @@ -8018,12 +8018,12 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

<li>Otherwise, <span title="split a string on spaces">split the
underlying string on spaces</span> to get the list of tokens in the
object's underlying string.</li>
<code>DOMTokenList</code> object's underlying string.</li>

<li>If the token indicated by <var title="">token</var> is a
<span>case-sensitive</span> match for one of the tokens in the
object's underlying string then return true and stop this
algorithm.</li>
<code>DOMTokenList</code> object's underlying string then return
true and stop this algorithm.</li>

<li>Otherwise, return false.</li>

Expand All @@ -8046,7 +8046,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

<li>Otherwise, <span title="split a string on spaces">split the
underlying string on spaces</span> to get the list of tokens in the
object's underlying string.</li>
<code>DOMTokenList</code> object's underlying string.</li>

<li>If the given <var title="">token</var> is a
<span>case-sensitive</span> match for one of the tokens in the
Expand Down Expand Up @@ -8101,7 +8101,7 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

<li>Otherwise, <span title="split a string on spaces">split the
underlying string on spaces</span> to get the list of tokens in the
object's underlying string.</li>
<code>DOMTokenList</code> object's underlying string.</li>

<li>If the given <var title="">token</var> is a
<span>case-sensitive</span> match for one of the tokens in the
Expand All @@ -8122,9 +8122,9 @@ interface <dfn>PropertyNodeList</dfn> : <span>NodeList</span> {

</ol>

<p>Objects implementing the <code>DOMTokenList</code> interface must
<dfn title="dom-tokenlist-toString">stringify</dfn> to the object's
underlying string representation.</p>
<p>A <code>DOMTokenList</code> object must <dfn
title="dom-tokenlist-toString">stringify</dfn> to the value of the
<code>DOMTokenList</code> object's underlying string.</p>

</div>

Expand Down

0 comments on commit 1974b8a

Please sign in to comment.