@@ -7,11 +7,12 @@ Work Status: Refining
77Group : csswg
88ED : https://drafts.csswg.org/css-box-3/
99TR : 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 /
1111Abstract : This specification describes the margin and padding properties, which create spacing in and around a CSS box.
1212Editor : Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
1313Ignored Terms : internal table elements, block layout
1414At 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'>
1718spec: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
469476Privacy 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