Skip to content

Commit 9c7950f

Browse files
committed
[css-text-3] Revert change to make word/overflow-wrap: break-word affect intrinsic sizing due to web-compat. #2951 #2682
This reverts commit 18e77c3.
1 parent d61c2de commit 9c7950f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

css-text-3/Overview.bs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ Line Breaking Details</h3>
12851285
</dl>
12861286

12871287
<p><a>Soft wrap opportunities</a> introduced by ''overflow-wrap: break-word''
1288-
<em>are</em> considered when calculating <a lt="min-content size">min-content intrinsic sizes</a>.
1288+
are not considered when calculating <a lt="min-content size">min-content intrinsic sizes</a>.
12891289

12901290
<p>For legacy reasons, UAs must treat 'word-wrap' as an [=legacy name alias=]
12911291
of the 'overflow-wrap' property.
@@ -2545,7 +2545,6 @@ Changes</h2>
25452545
since that handles symbols better.
25462546
<li>Added ''line-break: anywhere''.
25472547
<li>Tweaked handling of Ambiguous characters during <a href="#line-break-transform">segment break transformation</a> to respond to language context.
2548-
<li>Changed ''overflow-wrap: break-word'' to affect min-content intrinsic sizes.
25492548
</ul>
25502549

25512550
<h3 class="no-num" id="changes-2013">

0 commit comments

Comments
 (0)