Skip to content

Commit

Permalink
[giow] (0) Clarify that <br> doesn't stop bidi processing.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=8363

git-svn-id: http://svn.whatwg.org/webapps@4483 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Jan 5, 2010
1 parent 3614331 commit 3ea7de4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
7 changes: 5 additions & 2 deletions complete.html
Expand Up @@ -14850,6 +14850,9 @@ <h4 id=the-br-element><span class=secno>4.5.3 </span>The <dfn><code>br</code></d
<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>


Expand Down Expand Up @@ -17830,8 +17833,8 @@ <h4 id=the-bdo-element><span class=secno>4.6.23 </span>The <dfn><code>bdo</code>
<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
Expand Down
7 changes: 5 additions & 2 deletions index
Expand Up @@ -14685,6 +14685,9 @@ Sydney&lt;/p&gt;</pre>
<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>


Expand Down Expand Up @@ -17665,8 +17668,8 @@ out of 233&thinsp;257&thinsp;824 bytes available&lt;/meter&gt;&lt;/p&gt;</pre>
<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
Expand Down
9 changes: 7 additions & 2 deletions source
Expand Up @@ -15612,6 +15612,10 @@ Sydney&lt;/p&gt;</pre>
<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>


Expand Down Expand Up @@ -18858,8 +18862,9 @@ out of 233&#x2009;257&#x2009;824 bytes available&lt;/meter>&lt;/p></pre>

<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
Expand Down

0 comments on commit 3ea7de4

Please sign in to comment.