|
10 | 10 | rel=dcterms.rights> |
11 | 11 | <meta content="CSS Text Module Level 3 (CSS3 Text)" name=dcterms.title> |
12 | 12 | <meta content=text name=dcterms.type> |
13 | | - <meta content=2013-09-11 name=dcterms.date> |
| 13 | + <meta content=2013-09-13 name=dcterms.date> |
14 | 14 | <meta content="Elika J. Etemad" name=dcterms.creator> |
15 | 15 | <meta content="Koji Ishii" name=dcterms.creator> |
16 | 16 | <meta content=W3C name=dcterms.publisher> |
|
68 | 68 |
|
69 | 69 | <h1>CSS Text Module Level 3</h1> |
70 | 70 |
|
71 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 September |
| 71 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 September |
72 | 72 | 2013</h2> |
73 | 73 |
|
74 | 74 | <dl> |
75 | 75 | <dt>This version:</dt> |
76 | 76 | <!-- |
77 | | - <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130911/">http://www.w3.org/TR/2013/WD-css3-text-20130911/</a></dd> |
| 77 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130913/">http://www.w3.org/TR/2013/WD-css3-text-20130913/</a></dd> |
78 | 78 | --> |
79 | 79 |
|
80 | 80 | <dd><a |
@@ -1372,14 +1372,12 @@ <h3 id=line-break><span class=secno>5.2. </span> Breaking Rules for |
1372 | 1372 | <dd>Breaks text using the most stringent set of line-breaking rules. |
1373 | 1373 | </dl> |
1374 | 1374 |
|
1375 | | - <p class=issue> It is unclear how Korean should be handled here. It should |
1376 | | - perhaps not be included in the lists below (alongside Chinese and |
1377 | | - Japanese). Also, the behavior of ‘<code class=css>word-break: |
1378 | | - keep-all</code>’ may be more appropriate if it also triggered ‘<code |
1379 | | - class=css>strict</code>’ line-breaking here, at least in the case of |
1380 | | - ‘<code class=css>auto</code>’. See <a |
1381 | | - href="http://lists.w3.org/Archives/Public/public-i18n-cjk/2013AprJun/0001.html">this |
1382 | | - thread</a> for further discussion of these issues. |
| 1375 | + <p class="feedback issue"> The rules here are following guidelines from <a |
| 1376 | + href="http://www.w3.org/TR/klreq/#line-break">KLREQ</a> for Korean, which |
| 1377 | + don't allow the Chinese/Japanese-specific breaks. However, the resulting |
| 1378 | + behavior could use some review and feedback to make sure they are correct, |
| 1379 | + particularly when “word basis” breaking is used (‘<code |
| 1380 | + class=css>word-break: keep-all</code>’) in Korean. |
1383 | 1381 |
|
1384 | 1382 | <p>CSS distinguishes between three levels of strictness in the rules for |
1385 | 1383 | text wrapping. The precise set of rules in effect for each level is up to |
|
0 commit comments