Skip to content

Commit 706d601

Browse files
committed
[css-box-3] Update Changes list, metadata.
1 parent b05b8d7 commit 706d601

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

css-box-3/Overview.bs

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ Work Status: Refining
77
Group: csswg
88
ED: https://drafts.csswg.org/css-box-3/
99
TR: https://www.w3.org/TR/css-box-3/
10-
Previous Version: https://www.w3.org/TR/2018/WD-css-box-3-20181218/
10+
Previous Version: https://www.w3.org/TR/2020/WD-css-box-3-20201028/
1111
Abstract: This specification describes the margin and padding properties, which create spacing in and around a CSS box.
1212
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1313
Ignored Terms: internal table elements, block layout
1414
At risk: applicability of 'margin', 'padding' and their longhands to [=ruby base containers=] and [=ruby annotation containers=]
15+
Issue Tracking: CSSWG GitHub https://github.com/w3c/csswg-drafts/issues
1516
</pre>
1617
<pre class='link-defaults'>
1718
spec:css-sizing-3; type:dfn; text:size
@@ -463,11 +464,17 @@ Changes Since CSS Level 2 {#changes}
463464
since <a href="https://www.w3.org/TR/CSS2/box.html">CSS Level 2</a>:
464465
<ul>
465466
<li>Adapting the prose slightly to account for vertical <a>writing modes</a>.
466-
<li>Defining the applicability of 'margin', 'padding' and their longhands to [=ruby base containers=] and [=ruby annotation containers=] (at risk)
467+
<li>Defining the non-applicability of 'margin', 'padding' and their longhands
468+
to [=ruby base containers=] and [=ruby annotation containers=] (at risk).
469+
<li>Providing a [[#keywords|centralized common definition]]
470+
of keywords that reference the various box edges
471+
for use in properties defined outside this spec
472+
(e.g. 'background-clip')
473+
to avoid repetition (and the resulting inevitable synchronization errors).
467474
</ul>
468475

469476
Privacy and Security Considerations {#priv-sec}
470477
===============================================
471478

472-
Box Model introduces no new privacy leaks,
473-
or security considerations beyond "implement it correctly".
479+
Box Model introduces no new privacy leaks
480+
or security considerations.

0 commit comments

Comments
 (0)