@@ -1343,19 +1343,18 @@ <h3 id=word-break><span class=secno>5.2. </span> Word Breaking Rules: the
13431343 < dt > < dfn id =keep-all
13441344 title ="line-break:keep-all "> < code > keep-all</ code > </ dfn >
13451345
1346- < dd > Sequences of < a href ="#block-scripts "> block characters can no longer
1347- break on implied break points. This option is mostly used where the
1346+ < dd > < a href ="#block-scripts "> Block</ a > characters no longer create implied
1347+ break points. Otherwise this option is equivalent to ‘< code
1348+ class =css > normal</ code > ’. This option is mostly used where the
13481349 presence of word separator characters still creates line-breaking
1349- opportunities, as in Korean.</ a >
1350+ opportunities, as in Korean.
13501351
13511352 < dt > < dfn id =hyphenate
13521353 title ="word-break:hyphenate "> < code > hyphenate</ code > </ dfn >
13531354
13541355 < dd > Words may be broken at an appropriate hyphenation point in addition to
13551356 opportunities available under ‘< code
1356- class =css > normal</ code > ’. Hyphenation requires that the user agent
1357- have an hyphenation resource appropriate to the language of the text
1358- being broken.
1357+ class =css > normal</ code > ’.
13591358 < p class =issue > This value is proposed to replace the ‘< a
13601359 href ="#hyphens0 "> < code class =property > hyphens</ code > </ a > ’
13611360 property. Other values could be added as ‘< code
@@ -1364,8 +1363,8 @@ <h3 id=word-break><span class=secno>5.2. </span> Word Breaking Rules: the
13641363 </ dl >
13651364
13661365 < p > When shaping scripts such as Arabic are allowed to break within words
1367- due to ‘< code class =property > break-all</ code > ’ or hyphenation,
1368- the characters must still be shaped as if the word were not broken.
1366+ due to ‘< code class =css > break-all</ code > ’ or hyphenation, the
1367+ characters must still be shaped as if the word were not broken.
13691368
13701369 < h2 id =hyphenation > < span class =secno > 6. </ span > Hyphenation</ h2 >
13711370
0 commit comments