|
32 | 32 |
|
33 | 33 | <h1>CSS Text Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 August 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 August 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a href="http://dev.w3.org/csswg/css3-text/">$Date$ (CVS |
41 | 41 | $Revision$)</a> <!-- |
42 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120801/">http://www.w3.org/TR/2012/WD-css3-text-20120801/</a></dd> |
| 42 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-text-20120802/">http://www.w3.org/TR/2012/WD-css3-text-20120802/</a></dd> |
43 | 43 | --> |
44 | 44 |
|
45 | 45 |
|
@@ -1859,15 +1859,14 @@ <h4 id=bidi-linebox><span class=secno>7.1.1. </span> Bidirectionality and |
1859 | 1859 | its containing block has ‘<code class=css>unicode-bidi: |
1860 | 1860 | plaintext</code>’ <a href="#CSS3-WRITING-MODES" |
1861 | 1861 | rel=biblioentry>[CSS3-WRITING-MODES]<!--{{!CSS3-WRITING-MODES}}--></a>, |
1862 | | - the inline base direction the line box must be determined by the bidi |
1863 | | - paragraph to which it belongs: that is, the bidi paragraph that is |
1864 | | - immediately contained by the line box's containing block and for which the |
1865 | | - line box holds content. An empty line box (i.e. one that contains no |
1866 | | - atomic inlines or characters other than the line-breaking character, if |
1867 | | - any), takes its inline base direction from the preceding line box (if |
1868 | | - any), or, if this is the first line box in the containing block, then from |
1869 | | - the ‘<code class=property>direction</code>’ property of the containing |
1870 | | - block. |
| 1862 | + the inline base direction the line box must be determined by the base |
| 1863 | + direction of the bidi paragraph to which it belongs: that is, the bidi |
| 1864 | + paragraph for which the line box holds content. An empty line box (i.e. |
| 1865 | + one that contains no atomic inlines or characters other than the |
| 1866 | + line-breaking character, if any), takes its inline base direction from the |
| 1867 | + preceding line box (if any), or, if this is the first line box in the |
| 1868 | + containing block, then from the ‘<code |
| 1869 | + class=property>direction</code>’ property of the containing block. |
1871 | 1870 |
|
1872 | 1871 | <div class=example> |
1873 | 1872 | <p>In the following example, assuming the <code><block></code> is a |
|
0 commit comments