Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion css-text-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1260,7 +1260,7 @@ Line Breaking Details</h3>
</dl>

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

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

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