- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 05 Nov 2010 20:07:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv10299
Modified Files:
Overview.html
Log Message:
Update <br>'s bidi behavior to match WebKit and IE rather than Gecko and Opera. (whatwg r5670)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4536
retrieving revision 1.4537
diff -u -d -r1.4536 -r1.4537
--- Overview.html 5 Nov 2010 00:55:29 -0000 1.4536
+++ Overview.html 5 Nov 2010 20:06:59 -0000 1.4537
@@ -14974,7 +14974,9 @@
block of computer output the <code><a href="#the-pre-element">pre</a></code> element can be used
with a <code><a href="#the-samp-element">samp</a></code> element. Similarly, the <code><a href="#the-kbd-element">kbd</a></code>
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.<div class="example">
+ text that the user is to enter.<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><div class="example">
<p>In the following snippet, a sample of computer code is
presented.</p>
@@ -17413,8 +17415,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><h4 id="the-wbr-element"><span class="secno">4.6.26 </span>The <dfn><code>wbr</code></dfn> element</h4><dl class="element"><dt>Categories</dt>
<dd><a href="#flow-content">Flow content</a>.</dd>
Received on Friday, 5 November 2010 20:07:05 UTC