Skip to content

Commit 18e77c3

Browse files
frivoalfantasai
authored andcommitted
[css-text-3] overflow-wrap:break-word affects intrinsic sizing
Closes #2682
1 parent 1c23d4b commit 18e77c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

css-text-3/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1260,7 +1260,7 @@ Line Breaking Details</h3>
12601260
</dl>
12611261

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

12651265
<p>For legacy reasons, UAs must treat 'word-wrap' as an alternate name
12661266
for the 'overflow-wrap' property, as if it were a <a>shorthand</a> of 'overflow-wrap'.
@@ -2507,6 +2507,7 @@ Changes</h2>
25072507
since that handles symbols better.
25082508
<li>Added ''line-break: anywhere''.
25092509
<li>Tweaked handling of Ambiguous characters during <a href="#line-break-transform">segment break transformation</a> to respond to language context.
2510+
<li>Changed ''overflow-wrap: break-word'' to affect min-content intrinsic sizes.
25102511
</ul>
25112512

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

0 commit comments

Comments
 (0)