Skip to content

Commit

Permalink
[giow] (3) Not sure how this went so long without being noticed...
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=17278
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7381 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 19, 2012
1 parent 9dd38f6 commit 6b52e38
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions complete.html
Expand Up @@ -80697,7 +80697,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr
<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
Expand All @@ -80711,7 +80711,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr
<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>
Expand All @@ -80720,7 +80720,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr
<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>

Expand All @@ -80729,7 +80729,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr
<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
Expand All @@ -80739,7 +80739,7 @@ <h4 id=drag-and-drop-processing-model><span class=secno>8.7.5 </span>Drag-and-dr
</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>
Expand Down
10 changes: 5 additions & 5 deletions index
Expand Up @@ -80697,7 +80697,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<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
Expand All @@ -80711,7 +80711,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<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>
Expand All @@ -80720,7 +80720,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<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>

Expand All @@ -80729,7 +80729,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
<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
Expand All @@ -80739,7 +80739,7 @@ dictionary <dfn id=drageventinit>DragEventInit</dfn> : <a href=#mouseeventinit>M
</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>
Expand Down
10 changes: 5 additions & 5 deletions source
Expand Up @@ -94314,7 +94314,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {

<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
Expand All @@ -94329,7 +94329,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
<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>
Expand All @@ -94338,7 +94338,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
<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
Expand All @@ -94349,7 +94349,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
<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>

Expand All @@ -94362,7 +94362,7 @@ dictionary <dfn>DragEventInit</dfn> : <span>MouseEventInit</span> {
</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>
Expand Down

0 comments on commit 6b52e38

Please sign in to comment.