Skip to content

Commit 7fad7d5

Browse files
committed
Remove fallback to 'direction' property for 'unicode-bidi: plaintext' <http://lists.w3.org/Archives/Public/www-style/2010Dec/0334.html>
1 parent 3e0dfc1 commit 7fad7d5

2 files changed

Lines changed: 12 additions & 17 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828

2929
<h1>CSS Writing Modes Module Level 3</h1>
3030

31-
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 13 February
31+
<h2 class="no-num no-toc" id=longstatus-date>W3C Working Draft 24 February
3232
2011</h2>
3333

3434
<dl>
3535
<dt>This version:
3636

3737
<dd><a
38-
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110213</a>
38+
href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110224">http://www.w3.org/TR/2011/WD-css3-writing-modes-20110224</a>
3939

4040

4141
<dt>Latest version:
@@ -619,11 +619,8 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span>Embeddings and Overrides:
619619
containing block element is determined not by the element's computed
620620
&lsquo;<a href="#direction0"><code
621621
class=property>direction</code></a>&rsquo; as usual, but by following
622-
rules P1, P2, and P3 of the Unicode bidirectional algorithm. However, if
623-
no direction-determining character is found in step P2, then the value
624-
of the &lsquo;<a href="#direction0"><code
625-
class=property>direction</code></a>&rsquo; property is used instead.
626-
Note this value has no effect on inline elements.
622+
rules P1, P2, and P3 of the Unicode bidirectional algorithm. Note this
623+
value has no effect on inline elements.
627624
</dl>
628625

629626
<p>The final order of characters in each block-level element is the same as
@@ -2462,10 +2459,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
24622459
<dt id=CSS21>[CSS21]
24632460

24642461
<dd>Bert Bos; et al. <a
2465-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
2466-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
2467-
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
2468-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
2462+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
2463+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
2464+
2010. W3C Working Draft. (Work in progress.) URL: <a
2465+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
24692466
</dd>
24702467
<!---->
24712468

@@ -2521,10 +2518,10 @@ <h3 class=no-num id=other-references>Other references</h3>
25212518
<dt id=CSS3TEXT>[CSS3TEXT]
25222519

25232520
<dd>Elika J. Etemad; Koji Ishii; Shinyu Murakami. <a
2524-
href="http://www.w3.org/TR/2010/WD-css3-text-20101005"><cite>CSS Text
2525-
Level 3.</cite></a> 5 October 2010. W3C Working Draft. (Work in
2521+
href="http://www.w3.org/TR/2011/WD-css3-text-20110215"><cite>CSS Text
2522+
Level 3.</cite></a> 15 February 2011. W3C Working Draft. (Work in
25262523
progress.) URL: <a
2527-
href="http://www.w3.org/TR/2010/WD-css3-text-20101005">http://www.w3.org/TR/2010/WD-css3-text-20101005</a>
2524+
href="http://www.w3.org/TR/2011/WD-css3-text-20110215">http://www.w3.org/TR/2011/WD-css3-text-20110215</a>
25282525
</dd>
25292526
<!---->
25302527

css3-writing-modes/Overview.src.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -349,9 +349,7 @@ <h3 id="unicode-bidi">Embeddings and Overrides: the 'unicode-bidi' property</h3>
349349
base directionality of each "paragraph" for which the element
350350
is the containing block element is determined not by the element's
351351
computed 'direction' as usual, but by following rules P1, P2,
352-
and P3 of the Unicode bidirectional algorithm. However, if no
353-
direction-determining character is found in step P2, then the
354-
value of the 'direction' property is used instead. Note this value
352+
and P3 of the Unicode bidirectional algorithm. Note this value
355353
has no effect on inline elements.
356354
</dl>
357355

0 commit comments

Comments
 (0)