Short URL: http://html5.org/r/5670
| SVN | Bug | Comment | Time (UTC) |
|---|---|---|---|
| 5670 | 10828 | 2010-11-05 20:06 |
Index: source
===================================================================
--- source (revision 5669)
+++ source (revision 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>