- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 26 Nov 2008 01:55:18 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv7066 Modified Files: Overview.html Log Message: fix references to <input type=text> (whatwg r2449) Index: Overview.html =================================================================== 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:55:29 UTC