22Title : CSS Box Model Module Level 3
33Shortname : css-box
44Level : 3
5- Status : ED
5+ Status : PR
6+ Prepare for TR : yes
7+ Date : 2023-02-16
8+ Deadline : 2023-03-16
9+ Implementation Report : https://wpt.fyi/results/css/css-box
610Work Status : Refining
711Group : csswg
812ED : https://drafts.csswg.org/css-box-3/
913TR : https://www.w3.org/TR/css-box-3/
10- Previous Version : https://www.w3.org/TR/2020/WD -css-box-3-20201028 /
14+ Previous Version : https://www.w3.org/TR/2022/CRD -css-box-3-20221103 /
1115Abstract : This specification describes the margin and padding properties, which create spacing in and around a CSS box.
1216Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1317Ignored Terms : internal table elements, block layout
@@ -473,6 +477,7 @@ Changes Since CSS Level 2 {#changes}
473477 The following changes have been made to this module
474478 since <a href="https://www.w3.org/TR/CSS2/box.html">CSS Level 2</a> :
475479 <ul>
480+ <li> Marked application to internal ruby boxes as undefined in this level.</li>
476481 <li> Adapting the prose slightly to account for vertical <a>writing modes</a> .
477482 <li> Cross-linking to relevant concepts in [[css-break-3]] and [[css-backgrounds-3]] .
478483 <li> Providing a [[#keywords|centralized common definition]]
@@ -482,8 +487,14 @@ Changes Since CSS Level 2 {#changes}
482487 to avoid repetition (and the resulting inevitable synchronization errors).
483488 </ul>
484489
485- Privacy and Security Considerations {#priv-sec }
490+ Privacy Considerations {#priv}
486491===============================================
487492
488- Box Model introduces no new privacy leaks
489- or security considerations.
493+ No privacy considerations have been reported on this module.
494+
495+ Security Considerations {#sec}
496+ ===============================================
497+
498+ No security considerations have been reported on this module.
499+
500+
0 commit comments