[html5] r6048 - [giow] (0) Say what a line break is when editing a textarea.

whatwg at whatwg.org whatwg at whatwg.org
Mon May 2 16:14:31 PDT 2011


Author: ianh
Date: 2011-05-02 16:14:29 -0700 (Mon, 02 May 2011)
New Revision: 6048

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Say what a line break is when editing a textarea.

Modified: complete.html
===================================================================
--- complete.html	2011-05-02 23:08:34 UTC (rev 6047)
+++ complete.html	2011-05-02 23:14:29 UTC (rev 6048)
@@ -48134,9 +48134,13 @@
   specified.</p>
 
   <p>When a <code><a href=#the-textarea-element>textarea</a></code> is <a href=#concept-textarea-mutable title=concept-textarea-mutable>mutable</a>, its <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> should be
-  editable by the user. Any time the user causes the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> to change, the
-  user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-  event</a> that bubbles named <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
+  editable by the user: the user agent should allow the user to edit,
+  insert, and remove text, and to insert and remove line breaks in the
+  form of U+000A LINE FEED (LF) characters. Any time the user causes
+  the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw
+  value</a> to change, the user agent must <a href=#queue-a-task>queue a
+  task</a> to <a href=#fire-a-simple-event>fire a simple event</a> that bubbles named
+  <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
   element. User agents may wait for a suitable break in the user's
   interaction before queuing the task; for example, a user agent could
   wait for the user to have not hit a key for 100ms, so as to only

Modified: index
===================================================================
--- index	2011-05-02 23:08:34 UTC (rev 6047)
+++ index	2011-05-02 23:14:29 UTC (rev 6048)
@@ -48162,9 +48162,13 @@
   specified.</p>
 
   <p>When a <code><a href=#the-textarea-element>textarea</a></code> is <a href=#concept-textarea-mutable title=concept-textarea-mutable>mutable</a>, its <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> should be
-  editable by the user. Any time the user causes the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a> to change, the
-  user agent must <a href=#queue-a-task>queue a task</a> to <a href=#fire-a-simple-event>fire a simple
-  event</a> that bubbles named <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
+  editable by the user: the user agent should allow the user to edit,
+  insert, and remove text, and to insert and remove line breaks in the
+  form of U+000A LINE FEED (LF) characters. Any time the user causes
+  the element's <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw
+  value</a> to change, the user agent must <a href=#queue-a-task>queue a
+  task</a> to <a href=#fire-a-simple-event>fire a simple event</a> that bubbles named
+  <code title=event-input>input</code> at the <code><a href=#the-textarea-element>textarea</a></code>
   element. User agents may wait for a suitable break in the user's
   interaction before queuing the task; for example, a user agent could
   wait for the user to have not hit a key for 100ms, so as to only

Modified: source
===================================================================
--- source	2011-05-02 23:08:34 UTC (rev 6047)
+++ source	2011-05-02 23:14:29 UTC (rev 6048)
@@ -54081,11 +54081,13 @@
   <p>When a <code>textarea</code> is <span
   title="concept-textarea-mutable">mutable</span>, its <span
   title="concept-textarea-raw-value">raw value</span> should be
-  editable by the user. Any time the user causes the element's <span
-  title="concept-textarea-raw-value">raw value</span> to change, the
-  user agent must <span>queue a task</span> to <span>fire a simple
-  event</span> that bubbles named <code
-  title="event-input">input</code> at the <code>textarea</code>
+  editable by the user: the user agent should allow the user to edit,
+  insert, and remove text, and to insert and remove line breaks in the
+  form of U+000A LINE FEED (LF) characters. Any time the user causes
+  the element's <span title="concept-textarea-raw-value">raw
+  value</span> to change, the user agent must <span>queue a
+  task</span> to <span>fire a simple event</span> that bubbles named
+  <code title="event-input">input</code> at the <code>textarea</code>
   element. User agents may wait for a suitable break in the user's
   interaction before queuing the task; for example, a user agent could
   wait for the user to have not hit a key for 100ms, so as to only




More information about the Commit-Watchers mailing list