|
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-05-11 name=dcterms.date> |
| 13 | + <meta content=2013-05-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>
|
|
43 | 43 |
|
44 | 44 | <h1>CSS Text Module Level 3</h1>
|
45 | 45 |
|
46 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 May 2013</h2> |
| 46 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 13 May 2013</h2> |
47 | 47 |
|
48 | 48 | <dl>
|
49 | 49 | <dt>This version:</dt>
|
50 | 50 | <!--
|
51 |
| - <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130511/">http://www.w3.org/TR/2013/WD-css3-text-20130511/</a></dd> |
| 51 | + <dd><a href="http://www.w3.org/TR/2013/WD-css3-text-20130513/">http://www.w3.org/TR/2013/WD-css3-text-20130513/</a></dd> |
52 | 52 | -->
|
53 | 53 |
|
54 | 54 | <dd><a
|
@@ -1380,7 +1380,31 @@ <h3 id=word-break><span class=secno>5.3. </span> Breaking Rules for
|
1380 | 1380 | </table>
|
1381 | 1381 |
|
1382 | 1382 | <p>This property specifies <a href="#soft-wrap-opportunity"><i>soft wrap
|
1383 |
| - opportunities</i></a> between letters. Values have the following meanings: |
| 1383 | + opportunities</i></a> between letters, i.e. where it is “normal” and |
| 1384 | + permissible to break lines of text. |
| 1385 | + |
| 1386 | + <div class=example> |
| 1387 | + <p>For example, in some styles of CJK typesetting, English words are |
| 1388 | + allowed to break between any two letters, rather than only at spaces or |
| 1389 | + hyphenation points; this can be enabled with ‘<a |
| 1390 | + href="#break-all"><code class=css>word-break:break-all</code></a>’. |
| 1391 | + <figure> <img |
| 1392 | + alt="A snippet of Japanese text with English in it. The word 'caption' is broken into 'capt' and 'ion' across two lines." |
| 1393 | + src=break-all.png> <figcaption>An example of English text embedded in |
| 1394 | + Japanese being broken at an arbitrary point in the word.</figcaption> |
| 1395 | + </figure> |
| 1396 | + |
| 1397 | + <p>As another example, Korean has two styles of line-breaking: between any |
| 1398 | + two Korean syllables (‘<code class=css>word-break: normal</code>’) |
| 1399 | + or, like English, mainly at spaces (‘<code class=css>word-break: |
| 1400 | + keep-all</code>’). |
| 1401 | + </div> |
| 1402 | + |
| 1403 | + <p class=note> To enable additional break opportunities only in the case of |
| 1404 | + overflow, see ‘<a href="#overflow-wrap0"><code |
| 1405 | + class=property>overflow-wrap</code></a>’. |
| 1406 | + |
| 1407 | + <p>Values have the following meanings: |
1384 | 1408 |
|
1385 | 1409 | <dl>
|
1386 | 1410 | <dt><dfn id=normal1 title="word-break:normal">‘<code
|
|
0 commit comments