[html5] r5656 - [e] (0) xref problems

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 29 16:14:40 PDT 2010


Author: ianh
Date: 2010-10-29 16:14:39 -0700 (Fri, 29 Oct 2010)
New Revision: 5656

Modified:
   complete.html
   index
   source
Log:
[e] (0) xref problems

Modified: complete.html
===================================================================
--- complete.html	2010-10-29 23:13:00 UTC (rev 5655)
+++ complete.html	2010-10-29 23:14:39 UTC (rev 5656)
@@ -66640,7 +66640,7 @@
   <dl class=domintro><dt><var title="">item</var> . <code title=dom-DataTransferItem-kind><a href=#dom-datatransferitem-kind>kind</a></code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item kind</span>, one of: "string",
+    <p>Returns <a href=#the-drag-data-item-kind>the drag data item kind</a>, one of: "string",
     <!-- DND-v3: "blob", --> "file"<!-- DND-v4: , "object" -->.</p>
 
    </dd>
@@ -66648,14 +66648,14 @@
    <dt><var title="">item</var> . <code title=dom-DataTransferItem-type><a href=#dom-datatransferitem-type>type</a></code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item type string</span>.</p>
+    <p>Returns <a href=#the-drag-data-item-type-string>the drag data item type string</a>.</p>
 
    </dd>
 
    <dt><var title="">item</var> . <code title=dom-DataTransferItem-getAsString><a href=#dom-datatransferitem-getasstring>getAsString</a></code>(<var title="">callback</var>)</dt>
    <dd>
 
-    <p>Invokes the callback with the string data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i>.</p>
+    <p>Invokes the callback with the string data as the argument, if <a href=#the-drag-data-item-kind>the drag data item kind</a> is <i>Plain Unicode string</i>.</p>
 
    </dd>
 
@@ -66663,7 +66663,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsBlob">getAsBlob</code>()</dt>
    <dd>
 
-    <p>Returns a <code>Blob</code> object, if the <span>drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
+    <p>Returns a <code>Blob</code> object, if <span>the drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
 
    </dd>
 -->
@@ -66671,7 +66671,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title=dom-DataTransferItem-getAsFile><a href=#dom-datatransferitem-getasfile>getAsFile</a></code>()</dt>
    <dd>
 
-    <p>Returns a <code>File</code> object, if the <span>drag data item kind</span> is <i>File</i>.</p>
+    <p>Returns a <code>File</code> object, if <a href=#the-drag-data-item-kind>the drag data item kind</a> is <i>File</i>.</p>
 
    </dd>
 
@@ -66679,7 +66679,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile">getAsFile</code>()</dt>
    <dd>
 
-    <p>Invokes the callback with the cloned object data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
+    <p>Invokes the callback with the cloned object data as the argument, if <span>the drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
 
    </dd>
 -->
@@ -66688,16 +66688,16 @@
 
   <p>While the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
   <code><a href=#datatransfer>DataTransfer</a></code> object is associated with a <a href=#drag-data-store>drag
-  data store</a> and that <a href=#drag-data-store>drag data store</a>'s <span>drag
-  drop store item list</span> still contains the item that the
+  data store</a> and that <a href=#drag-data-store>drag data store</a>'s <a href=#drag-data-store-item-list>drag
+  data store item list</a> still contains the item that the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object represents, the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object's <i>mode</i> is the same as
   the <a href=#drag-data-store-mode>drag data store mode</a>. When the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object's <code><a href=#datatransfer>DataTransfer</a></code>
   object is <em>not</em> associated with a <a href=#drag-data-store>drag data
   store</a>, or if the item that the <code><a href=#datatransferitem>DataTransferItem</a></code>
-  object represents has been removed from the relevant <span>drag drop
-  store item list</span>, the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
+  object represents has been removed from the relevant <a href=#drag-data-store-item-list>drag data
+  store item list</a>, the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
   <i>mode</i> is the <i>disabled mode</i>. The <a href=#drag-data-store>drag data
   store</a> referenced in this section (which is used only when the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i>disabled
@@ -66733,7 +66733,7 @@
    <li><p>If the <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i title=concept-dnd-rw><a href=#concept-dnd-rw>read/write mode</a></i> or the <i title=concept-dnd-ro><a href=#concept-dnd-ro>read-only mode</a></i>, abort these steps. The
    callback is never invoked.</li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>Plain
+   <li><p>If <span>the data drag item kind</span> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</li>
 
@@ -66756,16 +66756,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If the <span>data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the data drag item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     return a new <code>File</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then return a new <code>Blob</code> object
     representing the actual data of the item represented by the
     <code>DataTransferItem</code> object, with the <code
@@ -66774,7 +66774,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, the <span>data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
     return a new <code>Blob</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
@@ -66788,7 +66788,7 @@
   <ol><li><p>If the <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i title=concept-dnd-rw><a href=#concept-dnd-rw>read/write mode</a></i> or the <i title=concept-dnd-ro><a href=#concept-dnd-ro>read-only mode</a></i>, return null and abort
    these steps.</li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>File</i>,
+   <li><p>If <span>the data drag item kind</span> is not <i>File</i>,
    then return null and abort these steps.</li>
 
    <li><p>Return a new <code>File</code> object representing the
@@ -66813,19 +66813,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then <var title="">data</var> is a <code
     title="">DOMString</code> containing the actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
     <var title="">data</var> is the object that is the actual
     data.</p>
 

Modified: index
===================================================================
--- index	2010-10-29 23:13:00 UTC (rev 5655)
+++ index	2010-10-29 23:14:39 UTC (rev 5656)
@@ -66646,7 +66646,7 @@
   <dl class=domintro><dt><var title="">item</var> . <code title=dom-DataTransferItem-kind><a href=#dom-datatransferitem-kind>kind</a></code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item kind</span>, one of: "string",
+    <p>Returns <a href=#the-drag-data-item-kind>the drag data item kind</a>, one of: "string",
     <!-- DND-v3: "blob", --> "file"<!-- DND-v4: , "object" -->.</p>
 
    </dd>
@@ -66654,14 +66654,14 @@
    <dt><var title="">item</var> . <code title=dom-DataTransferItem-type><a href=#dom-datatransferitem-type>type</a></code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item type string</span>.</p>
+    <p>Returns <a href=#the-drag-data-item-type-string>the drag data item type string</a>.</p>
 
    </dd>
 
    <dt><var title="">item</var> . <code title=dom-DataTransferItem-getAsString><a href=#dom-datatransferitem-getasstring>getAsString</a></code>(<var title="">callback</var>)</dt>
    <dd>
 
-    <p>Invokes the callback with the string data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i>.</p>
+    <p>Invokes the callback with the string data as the argument, if <a href=#the-drag-data-item-kind>the drag data item kind</a> is <i>Plain Unicode string</i>.</p>
 
    </dd>
 
@@ -66669,7 +66669,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsBlob">getAsBlob</code>()</dt>
    <dd>
 
-    <p>Returns a <code>Blob</code> object, if the <span>drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
+    <p>Returns a <code>Blob</code> object, if <span>the drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
 
    </dd>
 -->
@@ -66677,7 +66677,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title=dom-DataTransferItem-getAsFile><a href=#dom-datatransferitem-getasfile>getAsFile</a></code>()</dt>
    <dd>
 
-    <p>Returns a <code>File</code> object, if the <span>drag data item kind</span> is <i>File</i>.</p>
+    <p>Returns a <code>File</code> object, if <a href=#the-drag-data-item-kind>the drag data item kind</a> is <i>File</i>.</p>
 
    </dd>
 
@@ -66685,7 +66685,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile">getAsFile</code>()</dt>
    <dd>
 
-    <p>Invokes the callback with the cloned object data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
+    <p>Invokes the callback with the cloned object data as the argument, if <span>the drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
 
    </dd>
 -->
@@ -66694,16 +66694,16 @@
 
   <p>While the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
   <code><a href=#datatransfer>DataTransfer</a></code> object is associated with a <a href=#drag-data-store>drag
-  data store</a> and that <a href=#drag-data-store>drag data store</a>'s <span>drag
-  drop store item list</span> still contains the item that the
+  data store</a> and that <a href=#drag-data-store>drag data store</a>'s <a href=#drag-data-store-item-list>drag
+  data store item list</a> still contains the item that the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object represents, the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object's <i>mode</i> is the same as
   the <a href=#drag-data-store-mode>drag data store mode</a>. When the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object's <code><a href=#datatransfer>DataTransfer</a></code>
   object is <em>not</em> associated with a <a href=#drag-data-store>drag data
   store</a>, or if the item that the <code><a href=#datatransferitem>DataTransferItem</a></code>
-  object represents has been removed from the relevant <span>drag drop
-  store item list</span>, the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
+  object represents has been removed from the relevant <a href=#drag-data-store-item-list>drag data
+  store item list</a>, the <code><a href=#datatransferitem>DataTransferItem</a></code> object's
   <i>mode</i> is the <i>disabled mode</i>. The <a href=#drag-data-store>drag data
   store</a> referenced in this section (which is used only when the
   <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i>disabled
@@ -66739,7 +66739,7 @@
    <li><p>If the <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i title=concept-dnd-rw><a href=#concept-dnd-rw>read/write mode</a></i> or the <i title=concept-dnd-ro><a href=#concept-dnd-ro>read-only mode</a></i>, abort these steps. The
    callback is never invoked.</li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>Plain
+   <li><p>If <span>the data drag item kind</span> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</li>
 
@@ -66762,16 +66762,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If the <span>data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the data drag item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     return a new <code>File</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then return a new <code>Blob</code> object
     representing the actual data of the item represented by the
     <code>DataTransferItem</code> object, with the <code
@@ -66780,7 +66780,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, the <span>data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
     return a new <code>Blob</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
@@ -66794,7 +66794,7 @@
   <ol><li><p>If the <code><a href=#datatransferitem>DataTransferItem</a></code> object is not in the <i title=concept-dnd-rw><a href=#concept-dnd-rw>read/write mode</a></i> or the <i title=concept-dnd-ro><a href=#concept-dnd-ro>read-only mode</a></i>, return null and abort
    these steps.</li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>File</i>,
+   <li><p>If <span>the data drag item kind</span> is not <i>File</i>,
    then return null and abort these steps.</li>
 
    <li><p>Return a new <code>File</code> object representing the
@@ -66819,19 +66819,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then <var title="">data</var> is a <code
     title="">DOMString</code> containing the actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
     <var title="">data</var> is the object that is the actual
     data.</p>
 

Modified: source
===================================================================
--- source	2010-10-29 23:13:00 UTC (rev 5655)
+++ source	2010-10-29 23:14:39 UTC (rev 5656)
@@ -75948,7 +75948,7 @@
    <dt><var title="">item</var> . <code title="dom-DataTransferItem-kind">kind</code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item kind</span>, one of: "string",
+    <p>Returns <span>the drag data item kind</span>, one of: "string",
     <!-- DND-v3: "blob", --> "file"<!-- DND-v4: , "object" -->.</p>
 
    </dd>
@@ -75956,14 +75956,14 @@
    <dt><var title="">item</var> . <code title="dom-DataTransferItem-type">type</code></dt>
    <dd>
 
-    <p>Returns the <span>drag data item type string</span>.</p>
+    <p>Returns <span>the drag data item type string</span>.</p>
 
    </dd>
 
    <dt><var title="">item</var> . <code title="dom-DataTransferItem-getAsString">getAsString</code>(<var title="">callback</var>)</dt>
    <dd>
 
-    <p>Invokes the callback with the string data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i>.</p>
+    <p>Invokes the callback with the string data as the argument, if <span>the drag data item kind</span> is <i>Plain Unicode string</i>.</p>
 
    </dd>
 
@@ -75971,7 +75971,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsBlob">getAsBlob</code>()</dt>
    <dd>
 
-    <p>Returns a <code>Blob</code> object, if the <span>drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
+    <p>Returns a <code>Blob</code> object, if <span>the drag data item kind</span> is <i>Blob</i> or <i>File</i>.</p>
 
    </dd>
 -->
@@ -75979,7 +75979,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile">getAsFile</code>()</dt>
    <dd>
 
-    <p>Returns a <code>File</code> object, if the <span>drag data item kind</span> is <i>File</i>.</p>
+    <p>Returns a <code>File</code> object, if <span>the drag data item kind</span> is <i>File</i>.</p>
 
    </dd>
 
@@ -75987,7 +75987,7 @@
    <dt><var title="">file</var> = <var title="">item</var> . <code title="dom-DataTransferItem-getAsFile">getAsFile</code>()</dt>
    <dd>
 
-    <p>Invokes the callback with the cloned object data as the argument, if the <span>drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
+    <p>Invokes the callback with the cloned object data as the argument, if <span>the drag data item kind</span> is <i>Plain Unicode string</i> or <i>Object</i>.</p>
 
    </dd>
 -->
@@ -75999,14 +75999,14 @@
   <p>While the <code>DataTransferItem</code> object's
   <code>DataTransfer</code> object is associated with a <span>drag
   data store</span> and that <span>drag data store</span>'s <span>drag
-  drop store item list</span> still contains the item that the
+  data store item list</span> still contains the item that the
   <code>DataTransferItem</code> object represents, the
   <code>DataTransferItem</code> object's <i>mode</i> is the same as
   the <span>drag data store mode</span>. When the
   <code>DataTransferItem</code> object's <code>DataTransfer</code>
   object is <em>not</em> associated with a <span>drag data
   store</span>, or if the item that the <code>DataTransferItem</code>
-  object represents has been removed from the relevant <span>drag drop
+  object represents has been removed from the relevant <span>drag data
   store item list</span>, the <code>DataTransferItem</code> object's
   <i>mode</i> is the <i>disabled mode</i>. The <span>drag data
   store</span> referenced in this section (which is used only when the
@@ -76056,7 +76056,7 @@
    title="concept-dnd-ro">read-only mode</i>, abort these steps. The
    callback is never invoked.</p></li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>Plain
+   <li><p>If <span>the data drag item kind</span> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</p></li>
 
@@ -76082,16 +76082,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If the <span>data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the data drag item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     return a new <code>File</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then return a new <code>Blob</code> object
     representing the actual data of the item represented by the
     <code>DataTransferItem</code> object, with the <code
@@ -76100,7 +76100,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, the <span>data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
     return a new <code>Blob</code> object representing the actual data
     of the item represented by the <code>DataTransferItem</code>
     object.</p>
@@ -76121,7 +76121,7 @@
    title="concept-dnd-ro">read-only mode</i>, return null and abort
    these steps.</p></li>
 
-   <li><p>If the <span>data drag item kind</span> is not <i>File</i>,
+   <li><p>If <span>the data drag item kind</span> is not <i>File</i>,
    then return null and abort these steps.</p></li>
 
    <li><p>Return a new <code>File</code> object representing the
@@ -76148,19 +76148,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the data drag item kind</span> is <i>Unicode Data
     string</i>, then <var title="">data</var> is a <code
     title="">DOMString</code> containing the actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the data drag item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If the <span>data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
     <var title="">data</var> is the object that is the actual
     data.</p>
 




More information about the Commit-Watchers mailing list