@@ -8361,9 +8361,26 @@ Recent Changes</h3>
83618361
83628362 The following normative changes have been made since
83638363 the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230903/">September 2023 Candidate Recommendation Draft</a> :
8364+
83648365 * Corrected the Computed Value line for 'text-align-last' .
83658366 (<a href="https://github.com/w3c/csswg-drafts/issues/7331">Issue 7331</a> )
83668367
8368+ * Disambiguate soft wrap opportunities around replaced elements.
8369+ (<a href="https://github.com/w3c/csswg-drafts/issues/9964">Issue 9964</a> )
8370+
8371+ <blockquote>
8372+ For [=soft wrap opportunities=] defined by the boundary between two characters<ins> or [=atomic inlines=] </ins> ,
8373+ the 'white-space' property
8374+ on the nearest common ancestor of the two characters
8375+ controls breaking;
8376+ </blockquote>
8377+
8378+ <wpt>
8379+ line-breaking/line-breaking-030.html
8380+ line-breaking/line-breaking-031.html
8381+ line-breaking/line-breaking-032.html
8382+ </wpt>
8383+
83678384 The following normative changes have been made since
83688385 the <a href="https://www.w3.org/TR/2023/CRD-css-text-3-20230213/">February 2023 Candidate Recommendation Draft</a> .
83698386 * Update [[#small-kana]] to Unicode 15.0.
@@ -8493,23 +8510,6 @@ Recent Changes</h3>
84938510 <wpt title="This is an authoring requirement, tests not needed">
84948511 </wpt>
84958512
8496- * Disambiguate soft wrap opportunities around replaced elements.
8497- (<a href="https://github.com/w3c/csswg-drafts/issues/9964">Issue 9964</a> )
8498-
8499- <blockquote>
8500- For [=soft wrap opportunities=] defined by the boundary between two characters<ins> or [=atomic inlines=] </ins> ,
8501- the 'white-space' property
8502- on the nearest common ancestor of the two characters
8503- controls breaking;
8504- </blockquote>
8505-
8506- <wpt>
8507- line-breaking/line-breaking-030.html
8508- line-breaking/line-breaking-031.html
8509- line-breaking/line-breaking-032.html
8510- </wpt>
8511-
8512-
85138513 In addition there have been some minor editorial fixes.
85148514
85158515<h3 class="no-num" id="old-changes">
0 commit comments