Skip to content

Commit dfd8b9b

Browse files
committed
[css-cox-3][editorial] Updates for PR
1 parent f8c8212 commit dfd8b9b

1 file changed

Lines changed: 16 additions & 5 deletions

File tree

css-box-3/Overview.bs

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,16 @@
22
Title: CSS Box Model Module Level 3
33
Shortname: css-box
44
Level: 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
610
Work Status: Refining
711
Group: csswg
812
ED: https://drafts.csswg.org/css-box-3/
913
TR: 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/
1115
Abstract: This specification describes the margin and padding properties, which create spacing in and around a CSS box.
1216
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1317
Ignored 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

Comments
 (0)