Skip to content

Commit d4edbd8

Browse files
committed
[css-text-3] Make boundary behavior of word-break/line-break/overflow-wrap undefined. w3c#3897
1 parent 0d78686 commit d4edbd8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

css-text-3/Overview.bs

+5-1
Original file line numberDiff line numberDiff line change
@@ -2344,8 +2344,12 @@ Line Breaking Details</h3>
23442344
<li>For <a>soft wrap opportunities</a> created by characters that disappear at the line break (e.g. U+0020 SPACE),
23452345
properties on the box directly containing that character control the line breaking at that opportunity.
23462346
For <a>soft wrap opportunities</a> defined by the boundary between two characters,
2347-
the properties on nearest common ancestor of the two characters controls breaking.
2347+
the 'white-space' property on the nearest common ancestor of the two characters controls breaking;
23482348
<!-- http://lists.w3.org/Archives/Public/www-style/2008Dec/0043.html -->
2349+
which elements’ 'line-break', 'word-break', and 'overflow-wrap' properties
2350+
control the determination of [=soft wrap opportunities=]
2351+
at such boundaries
2352+
is undefined in Level 3.
23492353

23502354
<wpt>
23512355
line-breaking/line-breaking-009.html

0 commit comments

Comments
 (0)