|
29 | 29 |
|
30 | 30 | <h1>CSS Text Level 3</h1> |
31 | 31 |
|
32 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 August 2011</h2> |
| 32 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 August 2011</h2> |
33 | 33 |
|
34 | 34 | <dl> |
35 | 35 | <dt>This version: |
36 | 36 |
|
37 | 37 | <dd><a href="http://dev.w3.org/csswg/css3-text/Overview.html">$Date: |
38 | | - 2011/08/15 22:00:25 $ (CVS $Revision$)</a> <!-- |
39 | | - <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110816/">http://www.w3.org/TR/2011/WD-css3-text-20110816/</a></dd> |
| 38 | + 2011/08/16 22:54:23 $ (CVS $Revision$)</a> <!-- |
| 39 | + <dd><a href="http://www.w3.org/TR/2011/WD-css3-text-20110819/">http://www.w3.org/TR/2011/WD-css3-text-20110819/</a></dd> |
40 | 40 | --> |
41 | 41 |
|
42 | 42 |
|
@@ -787,6 +787,15 @@ <h3 id=white-space-collapsing><span class=secno>3.1. </span> White Space |
787 | 787 | <!-- -->}</pre> |
788 | 788 | </div> |
789 | 789 |
|
| 790 | + <p class=issue>It's been pointed out that ‘<code |
| 791 | + class=css>trim-inner</code>’, ‘<code |
| 792 | + class=css>consume-before</code>’, and ‘<code |
| 793 | + class=css>consume-after</code>’ won't work well because ‘<a |
| 794 | + href="#text-space-collapse"><code |
| 795 | + class=property>text-space-collapse</code></a>’ is inherited, meaning |
| 796 | + that inserting a <span> or >div> would cause more white space to be |
| 797 | + removed than otherwise. |
| 798 | + |
790 | 799 | <h3 id=tab-size><span class=secno>3.2. </span> Tab Character Size: the |
791 | 800 | ‘<a href="#tab-size0"><code |
792 | 801 | class=property>tab-size</code></a>’ property</h3> |
@@ -1362,6 +1371,12 @@ <h3 id=line-break><span class=secno>4.1. </span> Line Breaking Strictness: |
1362 | 1371 | </ul> |
1363 | 1372 | </ul> |
1364 | 1373 |
|
| 1374 | + <p class=note>In CSS3 no distinction is made among the levels of strictness |
| 1375 | + in non-CJK text: only CJK codepoints are affected, unless the text is |
| 1376 | + marked as Chinese or Japanese, in which case some additional common |
| 1377 | + codepoints are affected. However a future level of CSS may add behaviors |
| 1378 | + affecting non-CJK text. |
| 1379 | + |
1365 | 1380 | <p>Support for this property is <em>optional</em>. It is recommended for |
1366 | 1381 | UAs that wish to support CJK typography and strongly recommended for UAs |
1367 | 1382 | in the Japanese market. |
|
0 commit comments