@@ -15,6 +15,7 @@ Ignored Terms: internal table elements, block layout
15
15
</pre>
16
16
<pre class='link-defaults'>
17
17
spec:css-sizing-3; type:dfn; text:size
18
+ spec:css-backgrounds-3; type:property; text:border-radius
18
19
</pre>
19
20
20
21
Introduction {#intro}
@@ -610,13 +611,15 @@ Borders {#borders}
610
611
Recent Changes {#changes}
611
612
==============
612
613
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:
614
615
* Removing the effect of 'margin-trim' on floats,
615
616
because there are use cases for both trimming and not trimming their margins,
616
617
and it is complicated to imlement.
617
618
(<a href="https://github.com/w3c/csswg-drafts/issues/8547">Issue 8547</a> )
618
619
* Clarifying that only descendant margins are trimmed by 'margin-trim'
619
620
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> )
620
623
621
624
Changes Since CSS Level 3 {#changes-since-3}
622
625
=========================
@@ -637,8 +640,12 @@ Changes Since CSS Level 2 {#changes-since-2}
637
640
<li> Defining the applicability of 'margin' , 'padding' and their longhands to [=ruby base containers=] and [=ruby annotation containers=]
638
641
</ul>
639
642
640
- Privacy and Security Considerations {#priv-sec }
643
+ Privacy Considerations {#priv}
641
644
===============================================
642
645
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