[html5] r5739 - [] (0) Clarify whether the APIs for the text field selections operate on the 'va [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 4 16:38:50 PST 2011


Author: ianh
Date: 2011-01-04 16:38:49 -0800 (Tue, 04 Jan 2011)
New Revision: 5739

Modified:
   complete.html
   index
   source
Log:
[] (0) Clarify whether the APIs for the text field selections operate on the 'value' or the 'raw value' for <textarea> elements.

Modified: complete.html
===================================================================
--- complete.html	2011-01-04 23:28:01 UTC (rev 5738)
+++ complete.html	2011-01-05 00:38:49 UTC (rev 5739)
@@ -221,7 +221,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>Web Applications 1.0</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 January 2011</h2>
+    <h2 class="no-num no-toc">Draft Standard — 5 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -47312,6 +47312,11 @@
   an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. Otherwise, they must
   act as described below.</p>
 
+  <p>For <code><a href=#the-input-element>input</a></code> elements, these methods and attributes
+  must operate on the element's <a href=#concept-fe-value title=concept-fe-value>value</a>. For <code><a href=#the-textarea-element>textarea</a></code>
+  elements, these methods and attributes must operate on the element's
+  <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>.</p>
+
   <p>The <dfn id=dom-textarea/input-select title=dom-textarea/input-select><code>select()</code></dfn> method
   must cause the contents of the text field to be fully selected.</p>
 

Modified: index
===================================================================
--- index	2011-01-04 23:28:01 UTC (rev 5738)
+++ index	2011-01-05 00:38:49 UTC (rev 5739)
@@ -225,7 +225,7 @@
 
   <header class=head id=head><p><a class=logo href=http://www.whatwg.org/ rel=home><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
    <hgroup><h1>HTML5 (including next generation additions still in development)</h1>
-    <h2 class="no-num no-toc">Draft Standard — 4 January 2011</h2>
+    <h2 class="no-num no-toc">Draft Standard — 5 January 2011</h2>
    </hgroup><p>You can take part in this work. <a href=http://www.whatwg.org/mailing-list>Join the working group's discussion list.</a></p>
    <p><strong>Web designers!</strong> We have a <a href=http://blog.whatwg.org/faq/>FAQ</a>, a <a href=http://forums.whatwg.org/>forum</a>, and a <a href=http://www.whatwg.org/mailing-list#help>help mailing list</a> for you!</p>
    <!--<p class="impl"><strong>Implementors!</strong> We have a <a href="http://www.whatwg.org/mailing-list#implementors">mailing list</a> for you too!</p>-->
@@ -47294,6 +47294,11 @@
   an <code><a href=#invalid_state_err>INVALID_STATE_ERR</a></code> exception. Otherwise, they must
   act as described below.</p>
 
+  <p>For <code><a href=#the-input-element>input</a></code> elements, these methods and attributes
+  must operate on the element's <a href=#concept-fe-value title=concept-fe-value>value</a>. For <code><a href=#the-textarea-element>textarea</a></code>
+  elements, these methods and attributes must operate on the element's
+  <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>.</p>
+
   <p>The <dfn id=dom-textarea/input-select title=dom-textarea/input-select><code>select()</code></dfn> method
   must cause the contents of the text field to be fully selected.</p>
 

Modified: source
===================================================================
--- source	2011-01-04 23:28:01 UTC (rev 5738)
+++ source	2011-01-05 00:38:49 UTC (rev 5739)
@@ -53105,6 +53105,12 @@
   an <code>INVALID_STATE_ERR</code> exception. Otherwise, they must
   act as described below.</p>
 
+  <p>For <code>input</code> elements, these methods and attributes
+  must operate on the element's <span
+  title="concept-fe-value">value</span>. For <code>textarea</code>
+  elements, these methods and attributes must operate on the element's
+  <span title="concept-textarea-raw-value">raw value</span>.</p>
+
   <p>The <dfn
   title="dom-textarea/input-select"><code>select()</code></dfn> method
   must cause the contents of the text field to be fully selected.</p>




More information about the Commit-Watchers mailing list