|
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 29 June 2012</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 July 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-20120629/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120629/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2012/WD-css3-writing-modes-20120731/">http://www.w3.org/TR/2012/ED-css3-writing-modes-20120731/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -729,8 +729,8 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and |
729 | 729 | <p>Normally (i.e. when ‘<a href="#unicode-bidi0"><code |
730 | 730 | class=property>unicode-bidi</code></a>’ is ‘<a href="#normal"><code |
731 | 731 | class=css>normal</code></a>’) an inline element is transparent to the |
732 | | - unicode bidi algorithm; content is ordered as if it were not there. The |
733 | | - ‘<a href="#unicode-bidi0"><code |
| 732 | + unicode bidi algorithm; content is ordered as if the element boundaries |
| 733 | + were not there. The ‘<a href="#unicode-bidi0"><code |
734 | 734 | class=property>unicode-bidi</code></a>’ property allows inline elements |
735 | 735 | to create scopes within the algorithm, and to override the intrinsic |
736 | 736 | directionality of text. |
@@ -886,12 +886,12 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and |
886 | 886 | href="#direction0"><code class=property>direction</code></a>’-dependent |
887 | 887 | layout calculations. |
888 | 888 |
|
889 | | - <p>The final order of characters within in each <a |
890 | | - href="#paragraph"><i>bidi paragraph</i></a> is the same as if the bidi |
891 | | - control codes had been added as described above, markup had been stripped, |
892 | | - and the resulting character sequence had been passed to an implementation |
893 | | - of the Unicode bidirectional algorithm for plain text that produced the |
894 | | - same line-breaks as the styled text. |
| 889 | + <p>The final order of characters within each <a href="#paragraph"><i>bidi |
| 890 | + paragraph</i></a> is the same as if the bidi control codes had been added |
| 891 | + as described above, markup had been stripped, and the resulting character |
| 892 | + sequence had been passed to an implementation of the Unicode bidirectional |
| 893 | + algorithm for plain text that produced the same line-breaks as the styled |
| 894 | + text. |
895 | 895 |
|
896 | 896 | <p>In this process, replaced elements with ‘<code class=css>display: |
897 | 897 | inline</code>’ are treated as neutral characters, unless their ‘<a |
@@ -1032,7 +1032,7 @@ <h3 id=bidi-box-model><span class=secno>2.4. </span> Box model for inline |
1032 | 1032 | elements in bidirectional context</h3> |
1033 | 1033 |
|
1034 | 1034 | <p>Since bidi reordering can split apart and reorder text that is logically |
1035 | | - contiguous, bidirectional text can cause an inline boxes to be split and |
| 1035 | + contiguous, bidirectional text can cause an inline box to be split and |
1036 | 1036 | reordered within a line. |
1037 | 1037 |
|
1038 | 1038 | <p class=note>Note that in order to be able to flow inline boxes in a |
@@ -4402,10 +4402,10 @@ <h3 class=no-num id=other-references> Other references</h3> |
4402 | 4402 | <dt id=UTR50>[UTR50] |
4403 | 4403 |
|
4404 | 4404 | <dd>Eric Muller. <a |
4405 | | - href="http://www.unicode.org/reports/tr50/tr50-4.html"><cite>Unicode |
4406 | | - Properties for Vertical Text Layout.</cite></a> 20 April 2012. Proposed |
| 4405 | + href="http://www.unicode.org/reports/tr50/tr50-5.html"><cite>Unicode |
| 4406 | + Properties for Vertical Text Layout.</cite></a> 17 May 2012. Proposed |
4407 | 4407 | Draft Unicode Technical Report #50. URL: <a |
4408 | | - href="http://www.unicode.org/reports/tr50/tr50-4.html">http://www.unicode.org/reports/tr50/tr50-4.html</a> |
| 4408 | + href="http://www.unicode.org/reports/tr50/tr50-5.html">http://www.unicode.org/reports/tr50/tr50-5.html</a> |
4409 | 4409 | </dd> |
4410 | 4410 | <!----> |
4411 | 4411 | </dl> |
|
0 commit comments