[html5] r5662 - [e] (0) xrefs

whatwg at whatwg.org whatwg at whatwg.org
Mon Nov 1 14:48:38 PDT 2010


Author: ianh
Date: 2010-11-01 14:48:37 -0700 (Mon, 01 Nov 2010)
New Revision: 5662

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

Modified: complete.html
===================================================================
--- complete.html	2010-11-01 21:42:19 UTC (rev 5661)
+++ complete.html	2010-11-01 21:48:37 UTC (rev 5662)
@@ -66387,8 +66387,9 @@
    generated from the given element (the exact mechanism for doing so
    is not currently specified).</li>
 
-   <li><p>Set the <span>drag data store hot spot</span> to the given
-   <var title="">x</var>, <var title="">y</var> coordinate.</li>
+   <li><p>Set the <a href=#drag-data-store-hot-spot-coordinate>drag data store hot spot coordinate</a> to
+   the given <var title="">x</var>, <var title="">y</var>
+   coordinate.</li>
 
   </ol><p>The <dfn id=dom-datatransfer-addelement title=dom-DataTransfer-addElement><code>addElement(<var title="">element</var>)</code></dfn> method is an alternative way of
   specifying how the user agent is to <a href=#base-dnd-feedback>render the drag feedback</a>. The method
@@ -66737,7 +66738,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 <span>the data drag item kind</span> is not <i>Plain
+   <li><p>If <a href=#the-drag-data-item-kind>the drag data item kind</a> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</li>
 
@@ -66760,16 +66761,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If <span>the data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the drag data item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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
@@ -66778,7 +66779,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the drag data 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>
@@ -66792,7 +66793,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 <span>the data drag item kind</span> is not <i>File</i>,
+   <li><p>If <a href=#the-drag-data-item-kind>the drag data item kind</a> is not <i>File</i>,
    then return null and abort these steps.</li>
 
    <li><p>Return a new <code>File</code> object representing the
@@ -66817,19 +66818,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the drag data item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the drag data 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-11-01 21:42:19 UTC (rev 5661)
+++ index	2010-11-01 21:48:37 UTC (rev 5662)
@@ -66393,8 +66393,9 @@
    generated from the given element (the exact mechanism for doing so
    is not currently specified).</li>
 
-   <li><p>Set the <span>drag data store hot spot</span> to the given
-   <var title="">x</var>, <var title="">y</var> coordinate.</li>
+   <li><p>Set the <a href=#drag-data-store-hot-spot-coordinate>drag data store hot spot coordinate</a> to
+   the given <var title="">x</var>, <var title="">y</var>
+   coordinate.</li>
 
   </ol><p>The <dfn id=dom-datatransfer-addelement title=dom-DataTransfer-addElement><code>addElement(<var title="">element</var>)</code></dfn> method is an alternative way of
   specifying how the user agent is to <a href=#base-dnd-feedback>render the drag feedback</a>. The method
@@ -66743,7 +66744,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 <span>the data drag item kind</span> is not <i>Plain
+   <li><p>If <a href=#the-drag-data-item-kind>the drag data item kind</a> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</li>
 
@@ -66766,16 +66767,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If <span>the data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the drag data item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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
@@ -66784,7 +66785,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the drag data 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>
@@ -66798,7 +66799,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 <span>the data drag item kind</span> is not <i>File</i>,
+   <li><p>If <a href=#the-drag-data-item-kind>the drag data item kind</a> is not <i>File</i>,
    then return null and abort these steps.</li>
 
    <li><p>Return a new <code>File</code> object representing the
@@ -66823,19 +66824,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the drag data item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the drag data 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-11-01 21:42:19 UTC (rev 5661)
+++ source	2010-11-01 21:48:37 UTC (rev 5662)
@@ -75661,8 +75661,9 @@
    generated from the given element (the exact mechanism for doing so
    is not currently specified).</p></li>
 
-   <li><p>Set the <span>drag data store hot spot</span> to the given
-   <var title="">x</var>, <var title="">y</var> coordinate.</p></li>
+   <li><p>Set the <span>drag data store hot spot coordinate</span> to
+   the given <var title="">x</var>, <var title="">y</var>
+   coordinate.</p></li>
 
   </ol>
 
@@ -76061,7 +76062,7 @@
    title="concept-dnd-ro">read-only mode</i>, abort these steps. The
    callback is never invoked.</p></li>
 
-   <li><p>If <span>the data drag item kind</span> is not <i>Plain
+   <li><p>If <span>the drag data item kind</span> is not <i>Plain
    Unicode string</i>, abort these steps. The callback is never
    invoked.</p></li>
 
@@ -76087,16 +76088,16 @@
    <li>
 
 --><!--DND-v4:
-    <p>If <span>the data drag item kind</span> is <i>Object</i>,
+    <p>If <span>the drag data item kind</span> is <i>Object</i>,
     return null.</p></li>
 --><!--DND-v3:
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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
@@ -76105,7 +76106,7 @@
     data of the <code>Blob</code> object being the Unicode string
     encoded as UTF-8. <a href="#refsRFC3629">[RFC3629]</a></p>
 
-    <p>Otherwise, <span>the data drag item kind</span> is <i>Blob</i>;
+    <p>Otherwise, <span>the drag data 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>
@@ -76126,7 +76127,7 @@
    title="concept-dnd-ro">read-only mode</i>, return null and abort
    these steps.</p></li>
 
-   <li><p>If <span>the data drag item kind</span> is not <i>File</i>,
+   <li><p>If <span>the drag data 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
@@ -76153,19 +76154,19 @@
     <p>Let <var title="">data</var> be the actual data of the item
     represented by the <code>DataTransferItem</code> object.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Unicode Data
+    <p>If <span>the drag data 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 <span>the data drag item kind</span> is <i>Blob</i>, then
+    <p>If <span>the drag data item kind</span> is <i>Blob</i>, then
     <var title="">data</var> is a <code>Blob</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>File</i>, then
+    <p>If <span>the drag data item kind</span> is <i>File</i>, then
     <var title="">data</var> is a <code>File</code> representing the
     actual data.</p>
 
-    <p>If <span>the data drag item kind</span> is <i>Object</i>, then
+    <p>If <span>the drag data 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