File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -1173,7 +1173,7 @@ Line Breaking Details</h3>
11731173 (see [[#word-break-shaping]] ).
11741174
11751175 <h3 id="line-break-property">
1176- Line Breaking Rules : the 'line-break' property</h3>
1176+ Line Breaking Strictness : the 'line-break' property</h3>
11771177
11781178 <pre class="propdef">
11791179 Name : line-break
@@ -1308,7 +1308,8 @@ Line Breaking Details</h3>
13081308 specification finer control over line breaking may be necessary to
13091309 satisfy high-end publishing requirements.
13101310
1311- <h2 id="hyphenation">Breaking Within Words</h2>
1311+ <h3 id="hyphenation" oldids="hyphens-property" caniuse="css-hyphens">
1312+ Hyphenation: the 'hyphens' property</h3>
13121313
13131314 <p> <dfn id=hyphenate lt="hyphenation|hyphenate">Hyphenation</dfn>
13141315 allows the controlled splitting of words
@@ -1332,13 +1333,6 @@ Line Breaking Details</h3>
13321333 which is particularly important in long-word languages like German.
13331334 https://bugzilla.mozilla.org/show_bug.cgi?id=418975 -->
13341335
1335- <p> CSS also provides the 'overflow-wrap' property, which can allow
1336- arbitrary breaking within words when the text would otherwise overflow
1337- its container.
1338-
1339- <h3 id="hyphens-property" caniuse="css-hyphens">
1340- Hyphenation Control: the 'hyphens' property</h3>
1341-
13421336 <pre class="propdef">
13431337 Name : hyphens
13441338 Value : none | manual | auto
You can’t perform that action at this time.
0 commit comments