[html5] r6096 - [e] (0) clarifications Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12265

whatwg at whatwg.org whatwg at whatwg.org
Thu May 5 17:49:45 PDT 2011


Author: ianh
Date: 2011-05-05 17:49:43 -0700 (Thu, 05 May 2011)
New Revision: 6096

Modified:
   complete.html
   index
   source
Log:
[e] (0) clarifications
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12265

Modified: complete.html
===================================================================
--- complete.html	2011-05-06 00:41:14 UTC (rev 6095)
+++ complete.html	2011-05-06 00:49:43 UTC (rev 6096)
@@ -8045,12 +8045,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>
 
@@ -8067,7 +8067,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
@@ -8110,7 +8110,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
@@ -8127,9 +8127,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>
 

Modified: index
===================================================================
--- index	2011-05-06 00:41:14 UTC (rev 6095)
+++ index	2011-05-06 00:49:43 UTC (rev 6096)
@@ -8070,12 +8070,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>
 
@@ -8092,7 +8092,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
@@ -8135,7 +8135,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
@@ -8152,9 +8152,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>
 

Modified: source
===================================================================
--- source	2011-05-06 00:41:14 UTC (rev 6095)
+++ source	2011-05-06 00:49:43 UTC (rev 6096)
@@ -8018,12 +8018,12 @@
 
    <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>
 
@@ -8046,7 +8046,7 @@
 
    <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
@@ -8101,7 +8101,7 @@
 
    <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
@@ -8122,9 +8122,9 @@
 
   </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>
 




More information about the Commit-Watchers mailing list