html5/spec Overview.html,1.4854,1.4855

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv18545

Modified Files:
	Overview.html 
Log Message:
Say what a line break is when editing a textarea. (whatwg r6048)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4854
retrieving revision 1.4855
diff -u -d -r1.4854 -r1.4855
--- Overview.html	2 May 2011 23:08:44 -0000	1.4854
+++ Overview.html	2 May 2011 23:14:41 -0000	1.4855
@@ -36667,9 +36667,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

Received on Monday, 2 May 2011 23:14:47 UTC