[html5] r5768 - [e] (0) add a note about newlines in textarea vs the bidi algorithm Fixing http: [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Jan 11 11:36:35 PST 2011
Author: ianh
Date: 2011-01-11 11:36:34 -0800 (Tue, 11 Jan 2011)
New Revision: 5768
Modified:
complete.html
index
source
Log:
[e] (0) add a note about newlines in textarea vs the bidi algorithm
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=11502
Modified: complete.html
===================================================================
--- complete.html 2011-01-11 19:11:01 UTC (rev 5767)
+++ complete.html 2011-01-11 19:36:34 UTC (rev 5768)
@@ -45815,6 +45815,11 @@
</div>
+ <p class=note>A newline in a <code><a href=#the-textarea-element>textarea</a></code> element, and in
+ its <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>,
+ separates paragraphs for the purposes of the Unicode bidirectional
+ algorithm. <a href=#refsBIDI>[BIDI]</a></p>
+
<p>The <dfn id=attr-textarea-readonly title=attr-textarea-readonly><code>readonly</code></dfn> attribute
is a <a href=#boolean-attribute>boolean attribute</a> used to control whether the text
can be edited by the user or not.</p>
Modified: index
===================================================================
--- index 2011-01-11 19:11:01 UTC (rev 5767)
+++ index 2011-01-11 19:36:34 UTC (rev 5768)
@@ -45797,6 +45797,11 @@
</div>
+ <p class=note>A newline in a <code><a href=#the-textarea-element>textarea</a></code> element, and in
+ its <a href=#concept-textarea-raw-value title=concept-textarea-raw-value>raw value</a>,
+ separates paragraphs for the purposes of the Unicode bidirectional
+ algorithm. <a href=#refsBIDI>[BIDI]</a></p>
+
<p>The <dfn id=attr-textarea-readonly title=attr-textarea-readonly><code>readonly</code></dfn> attribute
is a <a href=#boolean-attribute>boolean attribute</a> used to control whether the text
can be edited by the user or not.</p>
Modified: source
===================================================================
--- source 2011-01-11 19:11:01 UTC (rev 5767)
+++ source 2011-01-11 19:36:34 UTC (rev 5768)
@@ -51323,6 +51323,11 @@
</div>
+ <p class="note">A newline in a <code>textarea</code> element, and in
+ its <span title="concept-textarea-raw-value">raw value</span>,
+ separates paragraphs for the purposes of the Unicode bidirectional
+ algorithm. <a href="#refsBIDI">[BIDI]</a></p>
+
<p>The <dfn
title="attr-textarea-readonly"><code>readonly</code></dfn> attribute
is a <span>boolean attribute</span> used to control whether the text
More information about the Commit-Watchers
mailing list