@@ -8206,6 +8206,25 @@ Recent Changes</h3>
82068206 * Update [[#small-kana]] to Unicode 15.0.
82078207 (<a href="https://github.com/w3c/csswg-drafts/issues/8442">Issue 8442</a> )
82088208
8209+ * Non-tailorable Unicode line breaking controls other than NBSP
8210+ take precedence over our rule about atomic inlines.
8211+ (<a href="https://github.com/w3c/csswg-drafts/issues/8972">Issue 8972</a> )
8212+ <blockquote>
8213+ For Web-compatibility
8214+ there is a [=soft wrap opportunity=]
8215+ before and after each replaced element or other [=atomic inline=] ,
8216+ even when adjacent to a character that would normally suppress them,
8217+ <del> such as</del><ins> including</ins> U+00A0 NO-BREAK SPACE.
8218+ <ins>
8219+ However,
8220+ with the exception of U+00A0 NO-BREAK SPACE,
8221+ there must be no [=soft wrap opportunity=]
8222+ between [=atomic inlines=] and adjacent characters
8223+ belonging to the Unicode GL, WJ, or ZWJ line breaking classes.
8224+ [[UAX14]]
8225+ </ins>
8226+ </blockquote>
8227+
82098228 The following normative changes have been made since
82108229 the <a href="https://www.w3.org/TR/2020/CR-css-text-3-20201222/">December 2020 Candidate Recommendation</a> .
82118230
@@ -8273,25 +8292,6 @@ Recent Changes</h3>
82738292 in the source document text and markup.</ins></p>
82748293 </blockquote>
82758294
8276- * Non-tailorable Unicode line breaking controls other than NBSP
8277- take precedence over our rule about atomic inlines.
8278- (<a href="https://github.com/w3c/csswg-drafts/issues/8972">Issue 8972</a> )
8279- <blockquote>
8280- For Web-compatibility
8281- there is a [=soft wrap opportunity=]
8282- before and after each replaced element or other [=atomic inline=] ,
8283- even when adjacent to a character that would normally suppress them,
8284- <del> such as</del><ins> including</ins> U+00A0 NO-BREAK SPACE.
8285- <ins>
8286- However,
8287- with the exception of U+00A0 NO-BREAK SPACE,
8288- there must be no [=soft wrap opportunity=]
8289- between [=atomic inlines=] and adjacent characters
8290- belonging to the Unicode GL, WJ, or ZWJ line breaking classes.
8291- [[UAX14]]
8292- </ins>
8293- </blockquote>
8294-
82958295 In addition there have been some minor editorial fixes.
82968296
82978297<h3 class="no-num" id="old-changes">
0 commit comments