File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2344,8 +2344,12 @@ Line Breaking Details</h3>
2344
2344
<li> For <a>soft wrap opportunities</a> created by characters that disappear at the line break (e.g. U+0020 SPACE),
2345
2345
properties on the box directly containing that character control the line breaking at that opportunity.
2346
2346
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;
2348
2348
<!-- 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.
2349
2353
2350
2354
<wpt>
2351
2355
line-breaking/line-breaking-009.html
You can’t perform that action at this time.
0 commit comments