[html5] r7381 - [giow] (3) Not sure how this went so long without being noticed... Fixing https: [...]

whatwg at whatwg.org whatwg at whatwg.org
Wed Sep 19 16:07:30 PDT 2012


Author: ianh
Date: 2012-09-19 16:07:28 -0700 (Wed, 19 Sep 2012)
New Revision: 7381

Modified:
   complete.html
   index
   source
Log:
[giow] (3) Not sure how this went so long without being noticed...
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17278
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-09-19 22:34:37 UTC (rev 7380)
+++ complete.html	2012-09-19 23:07:28 UTC (rev 7381)
@@ -80697,7 +80697,7 @@
         <p>Otherwise, run the appropriate step from the following
         list:</p>
 
-        <dl class=switch><dt>If the <a href=#current-target-element>current target element</a> is a text
+        <dl class=switch><dt>If the <a href=#immediate-user-selection>immediate user selection</a> is a text
          field (e.g. <code><a href=#the-textarea-element>textarea</a></code>, or an <code><a href=#the-input-element>input</a></code>
          element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code>
          attribute is in the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a> state) or an
@@ -80711,7 +80711,7 @@
          <a href=#immediate-user-selection>immediate user selection</a> anyway.</dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is an element
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is an element
          with a <code title=attr-dropzone><a href=#the-dropzone-attribute>dropzone</a></code> attribute
          that <a href=#concept-dropzone-match title=concept-dropzone-match>matches</a> the
          <a href=#drag-data-store>drag data store</a></dt>
@@ -80720,7 +80720,7 @@
          <a href=#immediate-user-selection>immediate user selection</a> anyway.</dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is an element
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is an element
          that itself has an ancestor element with a <code title=attr-dropzone><a href=#the-dropzone-attribute>dropzone</a></code> attribute that <a href=#concept-dropzone-match title=concept-dropzone-match>matches</a> the <a href=#drag-data-store>drag
          data store</a></dt>
 
@@ -80729,7 +80729,7 @@
           <p>Let <var title="">new target</var> be the nearest
           (deepest) such ancestor element.</p>
 
-          <p>If the <a href=#current-target-element>current target element</a> is <var title="">new target</var>, then leave the <a href=#current-target-element>current
+          <p>If the <a href=#immediate-user-selection>immediate user selection</a> is <var title="">new target</var>, then leave the <a href=#current-target-element>current
           target element</a> unchanged.</p>
 
           <p>Otherwise, <a href=#fire-a-dnd-event>fire a DND event</a> named <code title=event-dragenter><a href=#event-dragenter>dragenter</a></code> at <var title="">new target</var>. Then, set the <a href=#current-target-element>current
@@ -80739,7 +80739,7 @@
          </dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is
          <a href=#the-body-element-0>the body element</a></dt>
 
          <dd><p>Leave the <a href=#current-target-element>current target element</a>

Modified: index
===================================================================
--- index	2012-09-19 22:34:37 UTC (rev 7380)
+++ index	2012-09-19 23:07:28 UTC (rev 7381)
@@ -80697,7 +80697,7 @@
         <p>Otherwise, run the appropriate step from the following
         list:</p>
 
-        <dl class=switch><dt>If the <a href=#current-target-element>current target element</a> is a text
+        <dl class=switch><dt>If the <a href=#immediate-user-selection>immediate user selection</a> is a text
          field (e.g. <code><a href=#the-textarea-element>textarea</a></code>, or an <code><a href=#the-input-element>input</a></code>
          element whose <code title=attr-input-type><a href=#attr-input-type>type</a></code>
          attribute is in the <a href="#text-(type=text)-state-and-search-state-(type=search)" title=attr-input-type-text>Text</a> state) or an
@@ -80711,7 +80711,7 @@
          <a href=#immediate-user-selection>immediate user selection</a> anyway.</dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is an element
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is an element
          with a <code title=attr-dropzone><a href=#the-dropzone-attribute>dropzone</a></code> attribute
          that <a href=#concept-dropzone-match title=concept-dropzone-match>matches</a> the
          <a href=#drag-data-store>drag data store</a></dt>
@@ -80720,7 +80720,7 @@
          <a href=#immediate-user-selection>immediate user selection</a> anyway.</dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is an element
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is an element
          that itself has an ancestor element with a <code title=attr-dropzone><a href=#the-dropzone-attribute>dropzone</a></code> attribute that <a href=#concept-dropzone-match title=concept-dropzone-match>matches</a> the <a href=#drag-data-store>drag
          data store</a></dt>
 
@@ -80729,7 +80729,7 @@
           <p>Let <var title="">new target</var> be the nearest
           (deepest) such ancestor element.</p>
 
-          <p>If the <a href=#current-target-element>current target element</a> is <var title="">new target</var>, then leave the <a href=#current-target-element>current
+          <p>If the <a href=#immediate-user-selection>immediate user selection</a> is <var title="">new target</var>, then leave the <a href=#current-target-element>current
           target element</a> unchanged.</p>
 
           <p>Otherwise, <a href=#fire-a-dnd-event>fire a DND event</a> named <code title=event-dragenter><a href=#event-dragenter>dragenter</a></code> at <var title="">new target</var>. Then, set the <a href=#current-target-element>current
@@ -80739,7 +80739,7 @@
          </dd>
 
 
-         <dt>If the <a href=#current-target-element>current target element</a> is
+         <dt>If the <a href=#immediate-user-selection>immediate user selection</a> is
          <a href=#the-body-element-0>the body element</a></dt>
 
          <dd><p>Leave the <a href=#current-target-element>current target element</a>

Modified: source
===================================================================
--- source	2012-09-19 22:34:37 UTC (rev 7380)
+++ source	2012-09-19 23:07:28 UTC (rev 7381)
@@ -94314,7 +94314,7 @@
 
         <dl class="switch">
 
-         <dt>If the <span>current target element</span> is a text
+         <dt>If the <span>immediate user selection</span> is a text
          field (e.g. <code>textarea</code>, or an <code>input</code>
          element whose <code title="attr-input-type">type</code>
          attribute is in the <span
@@ -94329,7 +94329,7 @@
          <span>immediate user selection</span> anyway.</p></dd>
 
 
-         <dt>If the <span>current target element</span> is an element
+         <dt>If the <span>immediate user selection</span> is an element
          with a <code title="attr-dropzone">dropzone</code> attribute
          that <span title="concept-dropzone-match">matches</span> the
          <span>drag data store</span></dt>
@@ -94338,7 +94338,7 @@
          <span>immediate user selection</span> anyway.</p></dd>
 
 
-         <dt>If the <span>current target element</span> is an element
+         <dt>If the <span>immediate user selection</span> is an element
          that itself has an ancestor element with a <code
          title="attr-dropzone">dropzone</code> attribute that <span
          title="concept-dropzone-match">matches</span> the <span>drag
@@ -94349,7 +94349,7 @@
           <p>Let <var title="">new target</var> be the nearest
           (deepest) such ancestor element.</p>
 
-          <p>If the <span>current target element</span> is <var
+          <p>If the <span>immediate user selection</span> is <var
           title="">new target</var>, then leave the <span>current
           target element</span> unchanged.</p>
 
@@ -94362,7 +94362,7 @@
          </dd>
 
 
-         <dt>If the <span>current target element</span> is
+         <dt>If the <span>immediate user selection</span> is
          <span>the body element</span></dt>
 
          <dd><p>Leave the <span>current target element</span>




More information about the Commit-Watchers mailing list