- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 May 2012 00:36:41 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv17295
Modified Files:
Overview.html
Log Message:
sprinkle more bidi references (whatwg r7097)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.5653
retrieving revision 1.5654
diff -u -d -r1.5653 -r1.5654
--- Overview.html 8 May 2012 00:28:28 -0000 1.5653
+++ Overview.html 8 May 2012 00:36:29 -0000 1.5654
@@ -10780,7 +10780,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>
@@ -10816,7 +10816,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>
@@ -12173,7 +12173,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
Received on Tuesday, 8 May 2012 00:36:44 UTC