You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-text/Overview.bs
+6-1Lines changed: 6 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -747,7 +747,12 @@ Line Breaking Details</h3>
747
747
<li>Out-of-flow elements do not introduce a <i>forced line break</i>
748
748
or <i>soft wrap opportunity</i> in the flow.
749
749
<li>The line breaking behavior of a replaced element or other atomic inline
750
-
is equivalent to that of the Object Replacement Character (U+FFFC).
750
+
is equivalent to that of the Object Replacement Character (U+FFFC)
751
+
and introduces a <i>soft wrap opportunity</i> both before and after itself.
752
+
For Web-compatibility, this rule take precedence over <code>WJ</code> and <code>GL</code> handling;
753
+
in terms of [[!UAX14]],
754
+
this shifts the <code>CB</code> rule (<a href="http://www.unicode.org/reports/tr14/#LB20"><code>LB20</code></a>)
755
+
immediately above the <code>WJ</code> and <code>GL</code> rules (<a href="http://www.unicode.org/reports/tr14/#LB11"><code>LB11</code></a>/<a href="http://www.unicode.org/reports/tr14/#LB12"><code>LB12</code></a>).
751
756
<li>For <i>soft wrap opportunities</i> created by characters that disappear at the line break (e.g. U+0020 SPACE),
752
757
properties on the element containing that character control the line breaking at that opportunity.
753
758
For <i>soft wrap opportunities</i> defined by the boundary between two characters,
0 commit comments