@@ -246,7 +246,8 @@ <h2 class="no-num no-toc" id=contents> Table of Contents</h2>
246246 property</ a >
247247 </ ul >
248248
249- < li > < a href ="#hyphenation "> < span class =secno > 6. </ span > Hyphenation</ a >
249+ < li > < a href ="#hyphenation "> < span class =secno > 6. </ span > Breaking Within
250+ Words</ a >
250251 < ul class =toc >
251252 < li > < a href ="#hyphens "> < span class =secno > 6.1. </ span > Hyphenation
252253 Control: the ‘< code class =property > hyphens</ code > ’ property</ a >
@@ -1438,7 +1439,7 @@ <h3 id=word-break><span class=secno>5.3. </span> Breaking Rules for
14381439 due to ‘< code class =css > break-all</ code > ’, the characters must still
14391440 be shaped as if the word were not broken.
14401441
1441- < h2 id =hyphenation > < span class =secno > 6. </ span > Hyphenation </ h2 >
1442+ < h2 id =hyphenation > < span class =secno > 6. </ span > Breaking Within Words </ h2 >
14421443
14431444 < p > < dfn id =hyphenation0 title ="hyphenation|hyphenate "> Hyphenation</ dfn >
14441445 allows the controlled splitting of words to improve the layout of
@@ -1462,6 +1463,11 @@ <h2 id=hyphenation><span class=secno>6. </span>Hyphenation</h2>
14621463 which is particularly important in long-word languages like German.
14631464 https://bugzilla.mozilla.org/show_bug.cgi?id=418975 -->
14641465
1466+ < p > CSS also provides the ‘< a href ="#overflow-wrap0 "> < code
1467+ class =property > overflow-wrap</ code > </ a > ’ property, which can allow
1468+ arbitrary breaking within words when the text would otherwise overflow its
1469+ container.
1470+
14651471 < h3 id =hyphens > < span class =secno > 6.1. </ span > Hyphenation Control: the ‘< a
14661472 href ="#hyphens0 "> < code class =property > hyphens</ code > </ a > ’ property</ h3 >
14671473
0 commit comments