@@ -820,7 +820,7 @@ Line Breaking Details</h3>
820820
821821 <pre class="propdef">
822822 Name : word-break
823- Value : normal | keep-all | break-all | break-word
823+ Value : normal | keep-all | break-all
824824 Initial : normal
825825 Inherited : yes
826826 Canonical order : n/a
@@ -886,19 +886,6 @@ Line Breaking Details</h3>
886886 Note: This value does not affect whether there are <a>soft wrap opportunities</a> around punctuation characters.
887887 To allow breaks anywhere, see ''line-break: anywhere'' .
888888
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-
902889 <dt> <dfn>keep-all</dfn> </dt>
903890 <dd> Breaking is forbidden within “words”:
904891 implicit <a>soft wrap opportunities</a> between <a>typographic letter units</a>
@@ -946,7 +933,7 @@ Line Breaking Details</h3>
946933 </div>
947934
948935 <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''
950937 the characters must still be shaped
951938 as if the word were <a href="#word-break-shaping">not broken</a> .
952939
@@ -1229,7 +1216,6 @@ Shaping Across Intra-word Breaks</h3>
12291216 at unforced <a>soft wrap opportunities</a> within words
12301217 (such as when breaking due to
12311218 ''word-break: break-all'' ,
1232- ''word-break: break-word'' ,
12331219 ''line-break: anywhere'' ,
12341220 ''overflow-wrap: break-word'' ,
12351221 or when <a>hyphenating</a> )
0 commit comments