|
32 | 32 |
|
33 | 33 | <h1>CSS Writing Modes Module Level 3</h1> |
34 | 34 |
|
35 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 24 April 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 April 2012</h2> |
36 | 36 |
|
37 | 37 | <dl> |
38 | 38 | <dt>This version: |
39 | 39 |
|
40 | 40 | <dd><a |
41 | 41 | href="http://dev.w3.org/csswg/css3-writing-modes/">http://dev.w3.org/csswg/css3-writing-modes/</a> |
42 | 42 | <!-- |
43 | | - <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120424/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120424/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120425/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120425/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -554,7 +554,7 @@ <h2 id=text-direction><span class=secno>2. </span> Inline Direction and |
554 | 554 | block, but in the case of a paragraph contained by bidi <a |
555 | 555 | href="#isolate">isolation</a> it is the isolating inline element instead. |
556 | 556 |
|
557 | | - <p>Because the base directionality of a text depends on the structure and |
| 557 | + <p>Because the base direction of a text depends on the structure and |
558 | 558 | semantics of the document, the ‘<a href="#direction0"><code |
559 | 559 | class=property>direction</code></a>’ and ‘<a |
560 | 560 | href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’ |
@@ -621,15 +621,15 @@ <h3 id=direction><span class=secno>2.1. </span> Specifying Directionality: |
621 | 621 | <td>specified value |
622 | 622 | </table> |
623 | 623 |
|
624 | | - <p>This property specifies the base directionality of text and elements on |
625 | | - a line, and the directionality of embeddings and overrides (see ‘<a |
626 | | - href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’) |
627 | | - for the Unicode bidirectional algorithm. In addition, it affects the |
| 624 | + <p>This property specifies the inline base direction or directionality of |
| 625 | + any bidi paragraph, embedding, or override established by the element. |
| 626 | + (See ‘<a href="#unicode-bidi0"><code |
| 627 | + class=property>unicode-bidi</code></a>’) In addition, it informs the |
628 | 628 | ordering of <a href="http://www.w3.org/TR/CSS21/tables.html">table</a> |
629 | 629 | column layout, the direction of horizontal <a |
630 | 630 | href="http://www.w3.org/TR/CSS21/visufx.html#overflow">overflow</a>, and |
631 | | - the default alignment of text within a line, and other things that depend |
632 | | - on the base inline base direction. |
| 631 | + the default alignment of text within a line, and other layout effects that |
| 632 | + depend on the element's inline base direction. |
633 | 633 |
|
634 | 634 | <p>Values for this property have the following meanings: |
635 | 635 |
|
@@ -776,8 +776,8 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and |
776 | 776 | class=property>direction</code></a>’ as usual, but by following |
777 | 777 | the heuristic in rules P2 and P3 of the Unicode bidirectional algorithm. |
778 | 778 | An element immediately contains a bidi paragraph if the element itself, |
779 | | - but none of its descendants, is a block container or bidi-isolating |
780 | | - inline that contains the entire bidi paragraph. |
| 779 | + but none of its descendants, both contains the entire bidi paragraph and |
| 780 | + is a block container or bidi-isolating inline. |
781 | 781 | </dl> |
782 | 782 |
|
783 | 783 | <p class=note>Because the ‘<a href="#unicode-bidi0"><code |
|
0 commit comments