Skip to content

Commit ce8ee39

Browse files
committed
[css-text-3] atomic inlines are surrounded by soft wrap opportunities
Part of #4576
1 parent 4652c86 commit ce8ee39

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

css-text-3/Overview.bs

+7-5
Original file line numberDiff line numberDiff line change
@@ -2363,11 +2363,11 @@ Line Breaking Details</h3>
23632363
line-breaking/line-breaking-019.html
23642364
</wpt>
23652365

2366-
<li>The line breaking behavior of a replaced element or other atomic inline
2367-
is equivalent to an ideographic character
2368-
(Unicode linebreaking class <code>ID</code> [[!UAX14]]),
2369-
and additionally, for Web-compatibility, introduces a <a>soft wrap opportunity</a>
2370-
between itself and any adjacent U+00A0 NO-BREAK SPACE character.
2366+
<li>For Web-compatibility
2367+
there is a [=soft wrap opportunity=]
2368+
before and after each replaced element or other [=atomic inline=],
2369+
even when adjacent to a character that would normally suppress them,
2370+
such as U+00A0 NO-BREAK SPACE.
23712371

23722372
<wpt>
23732373
line-breaking/line-breaking-atomic-001.html
@@ -2378,11 +2378,13 @@ Line Breaking Details</h3>
23782378
line-breaking/line-breaking-atomic-006.html
23792379
line-breaking/line-breaking-atomic-007.html
23802380
line-breaking/line-breaking-atomic-008.html
2381+
line-breaking/line-breaking-atomic-009.html
23812382
line-breaking/line-breaking-replaced-001.html
23822383
line-breaking/line-breaking-replaced-002.html
23832384
line-breaking/line-breaking-replaced-003.html
23842385
line-breaking/line-breaking-replaced-004.html
23852386
line-breaking/line-breaking-replaced-005.html
2387+
line-breaking/line-breaking-replaced-006.html
23862388
line-breaking/line-breaking-atomic-nowrap-001.html
23872389
</wpt>
23882390

0 commit comments

Comments
 (0)