- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 02 May 2011 23:46:53 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv21171
Modified Files:
semantics.html spec.html the-button-element.html
Log Message:
Say what a line break is when editing a textarea. (whatwg r6048)
[updated by splitter]
Index: semantics.html
===================================================================
RCS file: /sources/public/html5/spec/semantics.html,v
retrieving revision 1.1048
retrieving revision 1.1049
diff -u -d -r1.1048 -r1.1049
--- semantics.html 13 Apr 2011 22:46:48 -0000 1.1048
+++ semantics.html 2 May 2011 23:46:50 -0000 1.1049
@@ -1764,14 +1764,15 @@
<p>All descendant elements must be processed, according to their
semantics, before the <code><a href="#the-style-element">style</a></code> element itself is
- evaluated. For styling languages that consist of pure text, user
- agents must evaluate <code><a href="#the-style-element">style</a></code> elements by passing the
- concatenation of the contents of all the <a href="infrastructure.html#text-node" title="text
- node">text nodes</a> that are direct children of the
- <code><a href="#the-style-element">style</a></code> element (not any other nodes such as comments or
- elements), in <a href="infrastructure.html#tree-order">tree order</a>, to the style system. For
- XML-based styling languages, user agents must pass all the child
- nodes of the <code><a href="#the-style-element">style</a></code> element to the style system.</p>
+ evaluated. For styling languages that consist of pure text (as
+ opposed to XML), user agents must evaluate <code><a href="#the-style-element">style</a></code>
+ elements by passing the concatenation of the contents of all the
+ <a href="infrastructure.html#text-node" title="text node">text nodes</a> that are direct children
+ of the <code><a href="#the-style-element">style</a></code> element (not any other nodes such as
+ comments or elements), in <a href="infrastructure.html#tree-order">tree order</a>, to the style
+ system. For XML-based styling languages, user agents must pass all
+ the child nodes of the <code><a href="#the-style-element">style</a></code> element to the style
+ system.</p>
<p>All <a href="urls.html#url" title="URL">URLs</a> found by the styling language's
processor must be <a href="urls.html#resolve-a-url" title="resolve a url">resolved</a>,
Index: the-button-element.html
===================================================================
RCS file: /sources/public/html5/spec/the-button-element.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- the-button-element.html 28 Apr 2011 20:00:27 -0000 1.60
+++ the-button-element.html 2 May 2011 23:46:51 -0000 1.61
@@ -1300,9 +1300,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="webappapis.html#queue-a-task">queue a task</a> to <a href="webappapis.html#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="webappapis.html#queue-a-task">queue a
+ task</a> to <a href="webappapis.html#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
Index: spec.html
===================================================================
RCS file: /sources/public/html5/spec/spec.html,v
retrieving revision 1.1458
retrieving revision 1.1459
diff -u -d -r1.1458 -r1.1459
--- spec.html 2 May 2011 22:46:57 -0000 1.1458
+++ spec.html 2 May 2011 23:46:50 -0000 1.1459
@@ -367,7 +367,7 @@
<a href="Overview.html">single page HTML</a>,
<a href="spec.html">multipage HTML</a>,
<a href="author/">web developer edition</a>.
-This is revision 1.4853.
+This is revision 1.4855.
</p>
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Monday, 2 May 2011 23:46:55 UTC