|
2 | 2 | Title: CSS Box Model Module Level 3 |
3 | 3 | Shortname: css-box |
4 | 4 | Level: 3 |
5 | | -Status: WD |
6 | | -Work Status: Refining |
| 5 | +Status: ED |
| 6 | +Work Status: Exploring |
7 | 7 | Group: csswg |
8 | 8 | ED: https://drafts.csswg.org/css-box-3/ |
9 | | -Date: 2018-08-02 |
10 | 9 | TR: https://www.w3.org/TR/css-box-3/ |
11 | | -Previous Version: https://www.w3.org/TR/2018/WD-css3-box-20180731/ |
| 10 | +Previous Version: https://www.w3.org/TR/2018/WD-css-box-3-20180802/ |
12 | 11 | Abstract: This specification describes the margin and padding properties, which create spacing in and around a CSS box. It may later be extended to include borders (currently described in [[css-backgrounds-3]]). |
13 | 12 | Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400 |
14 | | -WPT Path Prefix: css/css-box/ |
15 | 13 | Ignored Terms: internal table elements, block layout |
16 | 14 | </pre> |
17 | 15 |
|
@@ -92,7 +90,7 @@ Module Interactions</h3> |
92 | 90 | <p>All properties in this module apply to the |
93 | 91 | ''::first-line'' and ''::first-letter'' pseudo-elements. |
94 | 92 |
|
95 | | -The CSS Box Model |
| 93 | +The CSS Box Model {#box-model} |
96 | 94 | ================= |
97 | 95 |
|
98 | 96 | <p export>Each box has a <dfn>content area</dfn> |
@@ -192,7 +190,7 @@ The CSS Box Model |
192 | 190 | is specified in [[css-break-3]] |
193 | 191 | and controlled by the 'box-decoration-break' property. |
194 | 192 |
|
195 | | -Margins |
| 193 | +Margins {#margins} |
196 | 194 | ======= |
197 | 195 |
|
198 | 196 | <dfn export lt="margin">Margins</dfn> surround the border edge of a box, |
@@ -223,7 +221,7 @@ Page-relative (Physical) Margin Properties: the 'margin-top', 'margin-right', 'm |
223 | 221 | Applies to: all elements except <a>internal table elements</a> |
224 | 222 | Inherited: no |
225 | 223 | Percentages: refer to <a>logical width</a> of containing block |
226 | | - Computed value: the keyword ''auto'' or a computed <<length-percentage>> value |
| 224 | + Computed value: the keyword ''margin/auto'' or a computed <<length-percentage>> value |
227 | 225 | Animation type: by computed value type |
228 | 226 | </pre> |
229 | 227 |
|
@@ -373,7 +371,7 @@ Padding Shorthand: the 'padding' property {#padding-shorthand} |
373 | 371 | </pre> |
374 | 372 | </div> |
375 | 373 |
|
376 | | -Changes Since CSS Level 2 |
| 374 | +Changes Since CSS Level 2 {#changes} |
377 | 375 | ========================= |
378 | 376 |
|
379 | 377 | There are no non-editorial changes since CSS Level 2, |
|
0 commit comments