[html5] r4483 - [giow] (0) Clarify that <br> doesn't stop bidi processing. Fixing http://www.w3. [...]

whatwg at whatwg.org whatwg at whatwg.org
Tue Jan 5 03:16:10 PST 2010


Author: ianh
Date: 2010-01-05 03:16:07 -0800 (Tue, 05 Jan 2010)
New Revision: 4483

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Clarify that <br> doesn't stop bidi processing.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8363

Modified: complete.html
===================================================================
--- complete.html	2010-01-05 08:44:05 UTC (rev 4482)
+++ complete.html	2010-01-05 11:16:07 UTC (rev 4483)
@@ -14850,6 +14850,9 @@
   <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>
+
   </div>
 
 
@@ -17830,8 +17833,8 @@
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-bdo-element>bdo</a></code> element <a href=#represents>represents</a> explicit
   text directionality formatting control for its children. It allows
-  authors to override the Unicode bidi algorithm by explicitly
-  specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p>
+  authors to override the Unicode bidirectional algorithm by
+  explicitly specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p>
 
   <p>Authors must specify the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
   attribute on this element, with the value <code>ltr</code> to

Modified: index
===================================================================
--- index	2010-01-05 08:44:05 UTC (rev 4482)
+++ index	2010-01-05 11:16:07 UTC (rev 4483)
@@ -14685,6 +14685,9 @@
   <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>
+
   </div>
 
 
@@ -17665,8 +17668,8 @@
    <dd>Uses <code><a href=#htmlelement>HTMLElement</a></code>.</dd>
   </dl><p>The <code><a href=#the-bdo-element>bdo</a></code> element <a href=#represents>represents</a> explicit
   text directionality formatting control for its children. It allows
-  authors to override the Unicode bidi algorithm by explicitly
-  specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p>
+  authors to override the Unicode bidirectional algorithm by
+  explicitly specifying a direction override. <a href=#refsBIDI>[BIDI]</a></p>
 
   <p>Authors must specify the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code>
   attribute on this element, with the value <code>ltr</code> to

Modified: source
===================================================================
--- source	2010-01-05 08:44:05 UTC (rev 4482)
+++ source	2010-01-05 11:16:07 UTC (rev 4483)
@@ -15612,6 +15612,10 @@
   <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
+  href="#refsBIDI">[BIDI]</a></p>
+
   </div>
 
 
@@ -18858,8 +18862,9 @@
 
   <p>The <code>bdo</code> element <span>represents</span> explicit
   text directionality formatting control for its children. It allows
-  authors to override the Unicode bidi algorithm by explicitly
-  specifying a direction override. <a href="#refsBIDI">[BIDI]</a></p>
+  authors to override the Unicode bidirectional algorithm by
+  explicitly specifying a direction override. <a
+  href="#refsBIDI">[BIDI]</a></p>
 
   <p>Authors must specify the <code title="attr-dir">dir</code>
   attribute on this element, with the value <code>ltr</code> to




More information about the Commit-Watchers mailing list