[html5] r5670 - [giow] (2) Update <br>'s bidi behavior to match WebKit and IE rather than Gecko [...]
whatwg at whatwg.org
whatwg at whatwg.org
Fri Nov 5 13:06:55 PDT 2010
Author: ianh
Date: 2010-11-05 13:06:53 -0700 (Fri, 05 Nov 2010)
New Revision: 5670
Modified:
complete.html
index
source
Log:
[giow] (2) Update <br>'s bidi behavior to match WebKit and IE rather than Gecko and Opera.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10828
Modified: complete.html
===================================================================
--- complete.html 2010-11-05 00:55:21 UTC (rev 5669)
+++ complete.html 2010-11-05 20:06:53 UTC (rev 5670)
@@ -17091,6 +17091,10 @@
element can be used within a <code><a href=#the-pre-element>pre</a></code> element to indicate
text that the user is to enter.</p>
+ <p class=note>A newline in a <code><a href=#the-pre-element>pre</a></code> element separates
+ paragraphs for the purposes of the Unicode bidirectional algorithm.
+ <a href=#refsBIDI>[BIDI]</a></p>
+
<div class=example>
<p>In the following snippet, a sample of computer code is
@@ -20092,8 +20096,8 @@
<p>Any content inside <code><a href=#the-br-element>br</a></code> elements must not be
considered part of the surrounding text.</p>
- <p>A <code><a href=#the-br-element>br</a></code> element does not separate paragraphs for the
- purposes of the Unicode bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>
+ <p class=note>A <code><a href=#the-br-element>br</a></code> element separates paragraphs for
+ the purposes of the Unicode bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>
</div>
Modified: index
===================================================================
--- index 2010-11-05 00:55:21 UTC (rev 5669)
+++ index 2010-11-05 20:06:53 UTC (rev 5670)
@@ -17068,6 +17068,10 @@
element can be used within a <code><a href=#the-pre-element>pre</a></code> element to indicate
text that the user is to enter.</p>
+ <p class=note>A newline in a <code><a href=#the-pre-element>pre</a></code> element separates
+ paragraphs for the purposes of the Unicode bidirectional algorithm.
+ <a href=#refsBIDI>[BIDI]</a></p>
+
<div class=example>
<p>In the following snippet, a sample of computer code is
@@ -20069,8 +20073,8 @@
<p>Any content inside <code><a href=#the-br-element>br</a></code> elements must not be
considered part of the surrounding text.</p>
- <p>A <code><a href=#the-br-element>br</a></code> element does not separate paragraphs for the
- purposes of the Unicode bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>
+ <p class=note>A <code><a href=#the-br-element>br</a></code> element separates paragraphs for
+ the purposes of the Unicode bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>
</div>
Modified: source
===================================================================
--- source 2010-11-05 00:55:21 UTC (rev 5669)
+++ source 2010-11-05 20:06:53 UTC (rev 5670)
@@ -18170,6 +18170,10 @@
element can be used within a <code>pre</code> element to indicate
text that the user is to enter.</p>
+ <p class="note">A newline in a <code>pre</code> element separates
+ paragraphs for the purposes of the Unicode bidirectional algorithm.
+ <a href="#refsBIDI">[BIDI]</a></p>
+
<div class="example">
<p>In the following snippet, a sample of computer code is
@@ -21417,8 +21421,8 @@
<p>Any content inside <code>br</code> elements must not be
considered part of the surrounding text.</p>
- <p>A <code>br</code> element does not separate paragraphs for the
- purposes of the Unicode bidirectional algorithm. <a
+ <p class="note">A <code>br</code> element separates paragraphs for
+ the purposes of the Unicode bidirectional algorithm. <a
href="#refsBIDI">[BIDI]</a></p>
</div>
More information about the Commit-Watchers
mailing list