CSS Wrapping & Breaking Demonstration

word-wrap: normal
VeryLongWordWithoutAnySpacesThatWillOverflowAndNotWrap
word-wrap: break-word
VeryLongWordWithoutAnySpacesThatWillWrapBecauseOfBreakWord
word-wrap: initial
WordWrapInitialExampleWithoutSpacesWillOverflowAndNotWrap
word-wrap: inherit
WordWrapInheritExampleWithoutSpacesWillWrapBecauseInherited
overflow-wrap: normal
AntidisestablishmentarianismWithoutAnySpacesThatWillOverflow
overflow-wrap: break-word
AntidisestablishmentarianismWithoutAnySpacesThatWillWrap
overflow-wrap: initial
OverflowWrapInitialExampleWithoutSpacesWillOverflow
overflow-wrap: inherit
OverflowWrapInheritExampleWithoutSpacesWillWrapBecauseInherited
word-break: normal
PneumonoultramicroscopicsilicovolcanoconiosisWithoutSpaces
word-break: break-all
PneumonoultramicroscopicsilicovolcanoconiosisWithoutSpacesWillBreak
word-break: initial
WordBreakInitialExampleWithoutSpacesWillNotBreak
word-break: inherit
WordBreakInheritExampleWithoutSpacesWillBreakBecauseInherited
MSO equivalency check
VeryLongWordWithoutAnySpacesThatWillNowWrapInOutlook
word-break: keep-all
这是一些中文文本,这些文本在“keep-all”模式下不会中断