Skip to content

Commit

Permalink
[e] (0) fix references to <input type=text>
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.whatwg.org/webapps@2449 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Nov 26, 2008
1 parent 0206dc1 commit f38cf5b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 10 deletions.
13 changes: 8 additions & 5 deletions index
Expand Up @@ -40931,7 +40931,8 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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
Expand Down Expand Up @@ -40962,8 +40963,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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>
Expand All @@ -40973,8 +40975,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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>
Expand Down
13 changes: 8 additions & 5 deletions source
Expand Up @@ -46704,7 +46704,8 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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
Expand Down Expand Up @@ -46743,8 +46744,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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>
Expand All @@ -46754,8 +46756,9 @@ http://developer.apple.com/documentation/AppleApplications/Conceptual/SafariJSPr

<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>
Expand Down

0 comments on commit f38cf5b

Please sign in to comment.