Skip to content

Commit 021e7cd

Browse files
committed
[css-box-3] Bikeshed fixes
1 parent 6fdb35b commit 021e7cd

1 file changed

Lines changed: 7 additions & 9 deletions

File tree

css-box-3/Overview.bs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,14 @@
22
Title: CSS Box Model Module Level 3
33
Shortname: css-box
44
Level: 3
5-
Status: WD
6-
Work Status: Refining
5+
Status: ED
6+
Work Status: Exploring
77
Group: csswg
88
ED: https://drafts.csswg.org/css-box-3/
9-
Date: 2018-08-02
109
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/
1211
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]]).
1312
Editor: Elika J. Etemad / fantasai, Invited Expert, http://fantasai.inkedblade.net/contact, w3cid 35400
14-
WPT Path Prefix: css/css-box/
1513
Ignored Terms: internal table elements, block layout
1614
</pre>
1715

@@ -92,7 +90,7 @@ Module Interactions</h3>
9290
<p>All properties in this module apply to the
9391
''::first-line'' and ''::first-letter'' pseudo-elements.
9492

95-
The CSS Box Model
93+
The CSS Box Model {#box-model}
9694
=================
9795

9896
<p export>Each box has a <dfn>content area</dfn>
@@ -192,7 +190,7 @@ The CSS Box Model
192190
is specified in [[css-break-3]]
193191
and controlled by the 'box-decoration-break' property.
194192

195-
Margins
193+
Margins {#margins}
196194
=======
197195

198196
<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
223221
Applies to: all elements except <a>internal table elements</a>
224222
Inherited: no
225223
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
227225
Animation type: by computed value type
228226
</pre>
229227

@@ -373,7 +371,7 @@ Padding Shorthand: the 'padding' property {#padding-shorthand}
373371
</pre>
374372
</div>
375373

376-
Changes Since CSS Level 2
374+
Changes Since CSS Level 2 {#changes}
377375
=========================
378376

379377
There are no non-editorial changes since CSS Level 2,

0 commit comments

Comments
 (0)