|
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 15 August 2011</h2> |
| 35 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</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/2011/WD-css3-writing-modes-20110815">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110815/</a> |
| 43 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-writing-modes-20110816">http://www.w3.org/TR/2011/ED-css3-writing-modes-20110816/</a> |
44 | 44 | --> |
45 | 45 |
|
46 | 46 |
|
@@ -514,13 +514,11 @@ <h2 id=text-direction><span class=secno>2. </span> Inline Direction and |
514 | 514 | bidirectional text. The algorithm consists of an implicit part based on |
515 | 515 | character properties, as well as explicit controls for embeddings and |
516 | 516 | overrides. CSS relies on this algorithm to achieve proper bidirectional |
517 | | - rendering. The <span class=propinst-direction>‘<a |
518 | | - href="#direction0"><code class=property>direction</code></a>’</span> |
519 | | - and <span class=propinst-unicode-bidi>‘<a |
520 | | - href="#unicode-bidi0"><code |
521 | | - class=property>unicode-bidi</code></a>’</span> properties allow |
522 | | - authors to specify how the elements and attributes of a document language |
523 | | - map to this algorithm. |
| 517 | + rendering. The ‘<a href="#direction0"><code |
| 518 | + class=property>direction</code></a>’ and ‘<a |
| 519 | + href="#unicode-bidi0"><code class=property>unicode-bidi</code></a>’ |
| 520 | + properties allow authors to specify how the elements and attributes of a |
| 521 | + document language map to this algorithm. |
524 | 522 |
|
525 | 523 | <p>User agents that support bidirectional text must apply the Unicode |
526 | 524 | bidirectional algorithm to every sequence of inline-level boxes |
@@ -670,7 +668,7 @@ <h3 id=unicode-bidi><span class=secno>2.2. </span> Embeddings and |
670 | 668 | <tr> |
671 | 669 | <th>Value: |
672 | 670 |
|
673 | | - <td>normal | embed | [ isolate || bidi-override ] | plaintext ] |
| 671 | + <td>normal | embed | [ isolate || bidi-override ] | plaintext |
674 | 672 |
|
675 | 673 | <tr> |
676 | 674 | <th>Initial: |
@@ -4039,7 +4037,7 @@ <h2 class=no-num id=property-index> Property Index</h2> |
4039 | 4037 | <tr> |
4040 | 4038 | <th><a class=property href="#unicode-bidi0">unicode-bidi</a> |
4041 | 4039 |
|
4042 | | - <td>normal | embed | [ isolate || bidi-override ] | plaintext ] |
| 4040 | + <td>normal | embed | [ isolate || bidi-override ] | plaintext |
4043 | 4041 |
|
4044 | 4042 | <td>normal |
4045 | 4043 |
|
|
0 commit comments