@@ -1424,7 +1424,7 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14241424 < dd > Lines may break only at < a href ="#word-separator "> word separators</ a >
14251425 and other explicit break opportunities. Otherwise this option is
14261426 equivalent to ‘< code class =css > normal</ code > ’. This option is
1427- mostly used where the presence of word separator characters still creates
1427+ mostly used where word separator characters are present to create
14281428 line-breaking opportunities, as in Korean.
14291429 </ dl >
14301430
@@ -1459,7 +1459,7 @@ <h3 id=word-break><span class=secno>4.2. </span> Word Breaking Rules: the
14591459 < dd >
14601460 < pre > 这是一些汉字,·and·some·Latin,<!--
14611461 --> ·و·کمی·نوشتنن·عربی,·<!--
1462- --> และ·ตัวอย่าง·การเขียน·ภาษาไทย .</ pre >
1462+ --> และตัวอย่างการเขียนภาษาไทย .</ pre >
14631463 </ dl >
14641464 </ div >
14651465
@@ -4880,6 +4880,10 @@ <h2 class=no-num id=default-stylesheet>Appendix D: Default UA Stylesheet</h2>
48804880 < pre > < code class =css >
48814881<!-- --> /* make list items align together */
48824882<!-- --> li { text-align: match-parent; }
4883+ <!-- --> /* Korean prefers to break only at spaces */
4884+ <!-- --> :root:lang(ko) {
4885+ <!-- --> word-break: keep-all;
4886+ <!-- --> }
48834887<!-- --> /* disable inheritance of text-emphasis marks to ruby text:
48844888<!-- --> emphasis marks should only apply to base text */
48854889<!-- --> rt { text-emphasis: none; }
0 commit comments