@@ -7,11 +7,12 @@ Work Status: Refining
7
7
Group : csswg
8
8
ED : https://drafts.csswg.org/css-box-3/
9
9
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 /
11
11
Abstract : This specification describes the margin and padding properties, which create spacing in and around a CSS box.
12
12
Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
13
13
Ignored Terms : internal table elements, block layout
14
14
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
15
16
</pre>
16
17
<pre class='link-defaults'>
17
18
spec:css-sizing-3; type:dfn; text:size
@@ -463,11 +464,17 @@ Changes Since CSS Level 2 {#changes}
463
464
since <a href="https://www.w3.org/TR/CSS2/box.html">CSS Level 2</a> :
464
465
<ul>
465
466
<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).
467
474
</ul>
468
475
469
476
Privacy and Security Considerations {#priv-sec}
470
477
===============================================
471
478
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