Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) sprinkle more bidi references
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16982
Affected topics: HTML

git-svn-id: http://svn.whatwg.org/webapps@7097 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 8, 2012
1 parent 7eb7fa8 commit 0a69af6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
6 changes: 3 additions & 3 deletions complete.html
Expand Up @@ -11515,7 +11515,7 @@ <h5 id=the-dir-attribute><span class=secno>3.2.3.6 </span>The <dfn title=attr-di
a manner analogous to the Paragraph Level determination in the
bidirectional algorithm). Authors are urged to only use this value
as a last resort when the direction of the text is truly unknown
and no better server-side heuristic can be applied.</p>
and no better server-side heuristic can be applied. <a href=#refsBIDI>[BIDI]</a></p>

<p class=note>For <code><a href=#the-textarea-element>textarea</a></code> and <code><a href=#the-pre-element>pre</a></code>
elements, the heuristic is applied on a per-paragraph level.</p>
Expand Down Expand Up @@ -11551,7 +11551,7 @@ <h5 id=the-dir-attribute><span class=secno>3.2.3.6 </span>The <dfn title=attr-di
there is no character of bidirectional character type L anywhere
before it in the element's <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-rtl title=concept-rtl>rtl</a>'. Otherwise, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'. <a href=#refsBIDI>[BIDI]</a></p>

</dd>

Expand Down Expand Up @@ -13001,7 +13001,7 @@ <h4 id=requirements-relating-to-bidirectional-algorithm-formatting-characters><s
embeddings and overrides are explicitly terminated by a U+202C POP
DIRECTIONAL FORMATTING character. This helps reduce incidences of
text being reused in a manner that has unforeseen effects on the
bidirectional algorithm.</p>
bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>

<p>The aforementioned restrictions are defined by specifying that
certain parts of documents form <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm
Expand Down
6 changes: 3 additions & 3 deletions index
Expand Up @@ -11515,7 +11515,7 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
a manner analogous to the Paragraph Level determination in the
bidirectional algorithm). Authors are urged to only use this value
as a last resort when the direction of the text is truly unknown
and no better server-side heuristic can be applied.</p>
and no better server-side heuristic can be applied. <a href=#refsBIDI>[BIDI]</a></p>

<p class=note>For <code><a href=#the-textarea-element>textarea</a></code> and <code><a href=#the-pre-element>pre</a></code>
elements, the heuristic is applied on a per-paragraph level.</p>
Expand Down Expand Up @@ -11551,7 +11551,7 @@ Transport Protocol"&gt;HTTP&lt;/abbr&gt; today.&lt;/p&gt;</pre>
there is no character of bidirectional character type L anywhere
before it in the element's <a href=#concept-fe-value title=concept-fe-value>value</a>, then <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-rtl title=concept-rtl>rtl</a>'. Otherwise, <a href=#the-directionality>the
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'.</p>
directionality</a> of the element is '<a href=#concept-ltr title=concept-ltr>ltr</a>'. <a href=#refsBIDI>[BIDI]</a></p>

</dd>

Expand Down Expand Up @@ -13001,7 +13001,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
embeddings and overrides are explicitly terminated by a U+202C POP
DIRECTIONAL FORMATTING character. This helps reduce incidences of
text being reused in a manner that has unforeseen effects on the
bidirectional algorithm.</p>
bidirectional algorithm. <a href=#refsBIDI>[BIDI]</a></p>

<p>The aforementioned restrictions are defined by specifying that
certain parts of documents form <a href=#bidirectional-algorithm-formatting-character-ranges>bidirectional-algorithm
Expand Down
8 changes: 5 additions & 3 deletions source
Expand Up @@ -11937,7 +11937,8 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
a manner analogous to the Paragraph Level determination in the
bidirectional algorithm). Authors are urged to only use this value
as a last resort when the direction of the text is truly unknown
and no better server-side heuristic can be applied.</p>
and no better server-side heuristic can be applied. <a
href="#refsBIDI">[BIDI]</a></p>

<p class="note">For <code>textarea</code> and <code>pre</code>
elements, the heuristic is applied on a per-paragraph level.</p>
Expand Down Expand Up @@ -11995,7 +11996,8 @@ Transport Protocol">HTTP&lt;/abbr> today.&lt;/p></pre>
directionality</span> of the element is '<span
title="concept-rtl">rtl</span>'. Otherwise, <span>the
directionality</span> of the element is '<span
title="concept-ltr">ltr</span>'.</p>
title="concept-ltr">ltr</span>'. <a
href="#refsBIDI">[BIDI]</a></p>

</dd>

Expand Down Expand Up @@ -13581,7 +13583,7 @@ http://software.hixie.ch/utilities/js/live-dom-viewer/?%3C%21DOCTYPE%20HTML%3E%0
embeddings and overrides are explicitly terminated by a U+202C POP
DIRECTIONAL FORMATTING character. This helps reduce incidences of
text being reused in a manner that has unforeseen effects on the
bidirectional algorithm.</p>
bidirectional algorithm. <a href="#refsBIDI">[BIDI]</a></p>

<p>The aforementioned restrictions are defined by specifying that
certain parts of documents form <span>bidirectional-algorithm
Expand Down

0 comments on commit 0a69af6

Please sign in to comment.