[html5] r2449 - [e] (0) fix references to <input type=text>

whatwg at whatwg.org whatwg at whatwg.org
Tue Nov 25 17:55:11 PST 2008


Author: ianh
Date: 2008-11-25 17:55:11 -0800 (Tue, 25 Nov 2008)
New Revision: 2449

Modified:
   index
   source
Log:
[e] (0) fix references to <input type=text>

Modified: index
===================================================================
--- index	2008-11-26 01:46:46 UTC (rev 2448)
+++ index	2008-11-26 01:55:11 UTC (rev 2449)
@@ -40931,7 +40931,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
@@ -40962,8 +40963,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>
@@ -40973,8 +40975,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>

Modified: source
===================================================================
--- source	2008-11-26 01:46:46 UTC (rev 2448)
+++ source	2008-11-26 01:55:11 UTC (rev 2449)
@@ -46704,7 +46704,8 @@
 
        <dt>If the <span>current target element</span> is a text field
        (e.g. <code>textarea</code>, or an <code>input</code> element
-       with <code title="">type="text"</code><!--XXX xref-->)</dt>
+       whose <code title="attr-input-type">type</code> attribute is in
+       the <span title="attr-input-type-text">Text</span> 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
@@ -46743,8 +46744,9 @@
 
        <dt>If the <span>current target element</span> is a text field
        (e.g. <code>textarea</code>, or an <code>input</code> element
-       with <code title="">type="text"</code><!--XXX xref-->), and a
-       <code title="event-drop">drop</code> event was fired in the
+       whose <code title="attr-input-type">type</code> attribute is in
+       the <span title="attr-input-type-text">Text</span> state), and
+       a <code title="event-drop">drop</code> event was fired in the
        previous step, and the <span>current drag operation</span> is
        "move", and the source of the drag-and-drop operation is a
        selection in the DOM</dt>
@@ -46754,8 +46756,9 @@
 
        <dt>If the <span>current target element</span> is a text field
        (e.g. <code>textarea</code>, or an <code>input</code> element
-       with <code title="">type="text"</code><!--XXX xref-->), and a
-       <code title="event-drop">drop</code> event was fired in the
+       whose <code title="attr-input-type">type</code> attribute is in
+       the <span title="attr-input-type-text">Text</span> state), and
+       a <code title="event-drop">drop</code> event was fired in the
        previous step, and the <span>current drag operation</span> is
        "move", and the source of the drag-and-drop operation is a
        selection in a text field</dt>




More information about the Commit-Watchers mailing list