[html5] r6241 - [giow] (1) Make textarea and input consistent. (Interop here is a disaster curre [...]

whatwg at whatwg.org whatwg at whatwg.org
Thu Jun 16 11:03:36 PDT 2011


Author: ianh
Date: 2011-06-16 11:03:34 -0700 (Thu, 16 Jun 2011)
New Revision: 6241

Modified:
   complete.html
   index
   source
Log:
[giow] (1) Make textarea and input consistent. (Interop here is a disaster currently, so we can change this with impunity.)
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=12423

Modified: complete.html
===================================================================
--- complete.html	2011-06-16 07:16:14 UTC (rev 6240)
+++ complete.html	2011-06-16 18:03:34 UTC (rev 6241)
@@ -49546,10 +49546,10 @@
   <p>The <dfn id=dom-textarea-value title=dom-textarea-value><code>value</code></dfn>
   attribute must, on getting, return the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>; on setting, it
   must set the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw
-  value</a> to the new value, and should then move the text entry
-  cursor position to the end of the text field, unselecting any
-  selected text and resetting the selection direction to
-  <i>none</i>.</p>
+  value</a> to the new value, set the element's <a href=#concept-textarea-dirty title=concept-textarea-dirty>dirty value flag</a> to true, and
+  should then move the text entry cursor position to the end of the
+  text field, unselecting any selected text and resetting the
+  selection direction to <i>none</i>.</p>
 
   <p>The <dfn id=dom-textarea-textlength title=dom-textarea-textLength><code>textLength</code></dfn> IDL
   attribute must return the <a href=#code-point-length>code-point length</a> of the

Modified: index
===================================================================
--- index	2011-06-16 07:16:14 UTC (rev 6240)
+++ index	2011-06-16 18:03:34 UTC (rev 6241)
@@ -49418,10 +49418,10 @@
   <p>The <dfn id=dom-textarea-value title=dom-textarea-value><code>value</code></dfn>
   attribute must, on getting, return the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>; on setting, it
   must set the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw
-  value</a> to the new value, and should then move the text entry
-  cursor position to the end of the text field, unselecting any
-  selected text and resetting the selection direction to
-  <i>none</i>.</p>
+  value</a> to the new value, set the element's <a href=#concept-textarea-dirty title=concept-textarea-dirty>dirty value flag</a> to true, and
+  should then move the text entry cursor position to the end of the
+  text field, unselecting any selected text and resetting the
+  selection direction to <i>none</i>.</p>
 
   <p>The <dfn id=dom-textarea-textlength title=dom-textarea-textLength><code>textLength</code></dfn> IDL
   attribute must return the <a href=#code-point-length>code-point length</a> of the

Modified: source
===================================================================
--- source	2011-06-16 07:16:14 UTC (rev 6240)
+++ source	2011-06-16 18:03:34 UTC (rev 6241)
@@ -55636,10 +55636,11 @@
   attribute must, on getting, return the element's <span
   title="concept-textarea-raw-value">raw value</span>; on setting, it
   must set the element's <span title="concept-textarea-raw-value">raw
-  value</span> to the new value, and should then move the text entry
-  cursor position to the end of the text field, unselecting any
-  selected text and resetting the selection direction to
-  <i>none</i>.</p>
+  value</span> to the new value, set the element's <span
+  title="concept-textarea-dirty">dirty value flag</span> to true, and
+  should then move the text entry cursor position to the end of the
+  text field, unselecting any selected text and resetting the
+  selection direction to <i>none</i>.</p>
 
   <p>The <dfn
   title="dom-textarea-textLength"><code>textLength</code></dfn> IDL




More information about the Commit-Watchers mailing list