Skip to content

Commit f159579

Browse files
committed
[css-text] Clarify overflow-wrap: break-word <https://lists.w3.org/Archives/Public/www-style/2015Jun/0100.html>
1 parent 09aeff6 commit f159579

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-text/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1297,7 +1297,8 @@ Canonical order: N/A
12971297
introduced by ''word-break: keep-all'' may be relaxed to match ''word-break: normal''
12981298
if there are no otherwise-acceptable break points in the line.</dd>
12991299
<dt><dfn>break-word</dfn></dt>
1300-
<dd>An unbreakable "word" may be broken at an arbitrary point if
1300+
<dd>An otherwise unbreakable sequence of <a>characters</a>
1301+
may be broken at an arbitrary point if
13011302
there are no otherwise-acceptable break points in the line.
13021303
Shaping characters are still shaped as if the word were not
13031304
broken, and grapheme clusters must stay together as one unit.

0 commit comments

Comments
 (0)