@@ -820,7 +820,7 @@ Line Breaking Details</h3>
820
820
821
821
<pre class="propdef">
822
822
Name : word-break
823
- Value : normal | keep-all | break-all | break-word
823
+ Value : normal | keep-all | break-all
824
824
Initial : normal
825
825
Inherited : yes
826
826
Canonical order : n/a
@@ -886,19 +886,6 @@ Line Breaking Details</h3>
886
886
Note: This value does not affect whether there are <a>soft wrap opportunities</a> around punctuation characters.
887
887
To allow breaks anywhere, see ''line-break: anywhere'' .
888
888
889
- <dt> <dfn>break-word</dfn> </dt>
890
- <dd> An otherwise unbreakable sequence of <a>characters</a>
891
- may be broken at an arbitrary point if
892
- there are no otherwise-acceptable break points in the line.
893
- Shaping characters are still shaped as if the word were not
894
- broken, and grapheme clusters must stay together as one unit.
895
- No hyphenation character is inserted at the break point.
896
-
897
- The behavior is the same as 'word-wrap' /''overflow-wrap: break-word'' ,
898
- except that this value is taken into account
899
- when computing <a>min-content inline size</a>
900
- as other values of this property are.
901
-
902
889
<dt> <dfn>keep-all</dfn> </dt>
903
890
<dd> Breaking is forbidden within “words”:
904
891
implicit <a>soft wrap opportunities</a> between <a>typographic letter units</a>
@@ -946,7 +933,7 @@ Line Breaking Details</h3>
946
933
</div>
947
934
948
935
<p> When shaping scripts such as Arabic
949
- are allowed to break within words due to ''word-break/break-all'' or ''word-break/break-word'' ,
936
+ are allowed to break within words due to ''word-break/break-all''
950
937
the characters must still be shaped
951
938
as if the word were <a href="#word-break-shaping">not broken</a> .
952
939
@@ -1229,7 +1216,6 @@ Shaping Across Intra-word Breaks</h3>
1229
1216
at unforced <a>soft wrap opportunities</a> within words
1230
1217
(such as when breaking due to
1231
1218
''word-break: break-all'' ,
1232
- ''word-break: break-word'' ,
1233
1219
''line-break: anywhere'' ,
1234
1220
''overflow-wrap: break-word'' ,
1235
1221
or when <a>hyphenating</a> )
0 commit comments