spec/Overview.html 1.1621 2449 fix references to <input type=text> (wha

fix references to <input type=text> (whatwg r2449)

current drag operation
http://people.w3.org/mike/diffs/html5/spec/Overview.1.1621.html#current-drag-operation

http://people.w3.org/mike/diffs/html5/spec/Overview.diff.html
http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.1620&r2=1.1621&f=h
http://html5.org/tools/web-apps-tracker?from=2448&to=2449

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1620
retrieving revision 1.1621
diff -u -d -r1.1620 -r1.1621
--- Overview.html 26 Nov 2008 01:46:51 -0000 1.1620
+++ Overview.html 26 Nov 2008 01:55:15 -0000 1.1621
@@ -32843,7 +32843,8 @@
 
       <dl class=switch><dt>If the <a href=#current-target-element>current target element</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
-       with <code title="">type="text"</code><!--XXX xref-->)</dt>
+       whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in
+       the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state)</dt>
 
        <dd>The user agent must insert the data associated with the
        <code>text/plain</code> format, if any, into the text field in
@@ -32874,8 +32875,9 @@
 
       <dl class=switch><dt>If the <a href=#current-target-element>current target element</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
-       with <code title="">type="text"</code><!--XXX xref-->), and a
-       <code title=event-drop><a href=#event-drop>drop</a></code> event was fired in the
+       whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in
+       the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state), and
+       a <code title=event-drop><a href=#event-drop>drop</a></code> event was fired in the
        previous step, and the <a href=#current-drag-operation>current drag operation</a> is
        "move", and the source of the drag-and-drop operation is a
        selection in the DOM</dt>
@@ -32885,8 +32887,9 @@
 
        <dt>If the <a href=#current-target-element>current target element</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
-       with <code title="">type="text"</code><!--XXX xref-->), and a
-       <code title=event-drop><a href=#event-drop>drop</a></code> event was fired in the
+       whose <code title=attr-input-type><a href=#attr-input-type>type</a></code> attribute is in
+       the <a href=#text-state-and-search-state title=attr-input-type-text>Text</a> state), and
+       a <code title=event-drop><a href=#event-drop>drop</a></code> event was fired in the
        previous step, and the <a href=#current-drag-operation>current drag operation</a> is
        "move", and the source of the drag-and-drop operation is a
        selection in a text field</dt>

Received on Wednesday, 26 November 2008 01:58:29 UTC