[html5] r7097 - [e] (0) sprinkle more bidi references Fixing https://www.w3.org/Bugs/Public/show [...]

whatwg at whatwg.org whatwg at whatwg.org
Mon May 7 17:36:25 PDT 2012


Author: ianh
Date: 2012-05-07 17:36:23 -0700 (Mon, 07 May 2012)
New Revision: 7097

Modified:
   complete.html
   index
   source
Log:
[e] (0) sprinkle more bidi references
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=16982
Affected topics: HTML

Modified: complete.html
===================================================================
--- complete.html	2012-05-08 00:28:22 UTC (rev 7096)
+++ complete.html	2012-05-08 00:36:23 UTC (rev 7097)
@@ -11515,7 +11515,7 @@
     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>
@@ -11551,7 +11551,7 @@
     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>
 
@@ -13001,7 +13001,7 @@
   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

Modified: index
===================================================================
--- index	2012-05-08 00:28:22 UTC (rev 7096)
+++ index	2012-05-08 00:36:23 UTC (rev 7097)
@@ -11515,7 +11515,7 @@
     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>
@@ -11551,7 +11551,7 @@
     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>
 
@@ -13001,7 +13001,7 @@
   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

Modified: source
===================================================================
--- source	2012-05-08 00:28:22 UTC (rev 7096)
+++ source	2012-05-08 00:36:23 UTC (rev 7097)
@@ -11937,7 +11937,8 @@
     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>
@@ -11995,7 +11996,8 @@
     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>
 
@@ -13581,7 +13583,7 @@
   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




More information about the Commit-Watchers mailing list