@@ -15,6 +15,7 @@ Ignored Terms: internal table elements, block layout
1515</pre>
1616<pre class='link-defaults'>
1717spec:css-sizing-3; type:dfn; text:size
18+ spec:css-backgrounds-3; type:property; text:border-radius
1819</pre>
1920
2021Introduction {#intro}
@@ -610,13 +611,15 @@ Borders {#borders}
610611Recent Changes {#changes}
611612==============
612613
613- Changes since the previous Working Draft include:
614+ Changes since the <a href="https://www.w3.org/TR/2022/WD-css-box-4-20221103/">3 November 2022 Working Draft</a> include:
614615 * Removing the effect of 'margin-trim' on floats,
615616 because there are use cases for both trimming and not trimming their margins,
616617 and it is complicated to imlement.
617618 (<a href="https://github.com/w3c/csswg-drafts/issues/8547">Issue 8547</a> )
618619 * Clarifying that only descendant margins are trimmed by 'margin-trim'
619620 even if self or sibling margins would have collapsed with the trimmed margin.
621+ * Introducing terms for the [=shaped edge|shaped=] and [=unshaped edge|unshaped=] [=edges=] of a [=box=] .
622+ (<a href="https://github.com/w3c/csswg-drafts/issues/5132">Issue 5132</a> )
620623
621624Changes Since CSS Level 3 {#changes-since-3}
622625=========================
@@ -637,8 +640,12 @@ Changes Since CSS Level 2 {#changes-since-2}
637640 <li> Defining the applicability of 'margin' , 'padding' and their longhands to [=ruby base containers=] and [=ruby annotation containers=]
638641 </ul>
639642
640- Privacy and Security Considerations {#priv-sec }
643+ Privacy Considerations {#priv}
641644===============================================
642645
643- Box Model introduces no new privacy leaks,
644- or security considerations beyond "implement it correctly".
646+ No privacy considerations have been reported on this module.
647+
648+ Security Considerations {#sec}
649+ ===============================================
650+
651+ No security considerations have been reported on this module.
0 commit comments