Skip to content

Commit 23610b0

Browse files
committed
[css-box-3] Fix computed value, add animation type line.
1 parent ae3f844 commit 23610b0

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

css-box-3/Overview.bs

+8-4
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,8 @@ Page-relative (Physical) Margin Properties: the 'margin-top', 'margin-right', 'm
223223
Applies to: all elements except <a>internal table elements</a>
224224
Inherited: no
225225
Percentages: refer to <a>logical width</a> of containing block
226-
Computed value: absolute length
226+
Computed value: the keyword ''auto'' or an absolute length and/or percentage combination
227+
Animation type: per computed value
227228
</pre>
228229

229230
These properties set the top, right, bottom, and left
@@ -242,7 +243,8 @@ Margin Shorthand: the 'margin' property {#margin-shorthand}
242243
Applies to: all elements except <a>internal table elements</a>
243244
Inherited: no
244245
Percentages: refer to <a>logical width</a> of containing block
245-
Computed value: absolute length
246+
Computed value: see individual properties
247+
Animation type: per computed value
246248
</pre>
247249

248250
The 'margin' property is a shorthand property for setting
@@ -314,7 +316,8 @@ Page-relative (Physical) Padding Properties: the 'padding-top', 'padding-right',
314316
Applies to: all elements except <a>internal table elements</a>
315317
Inherited: no
316318
Percentages: refer to <a>logical width</a> of containing block
317-
Computed value: absolute length
319+
Computed value: an absolute length and/or percentage combination
320+
Animation type: per computed value
318321
</pre>
319322

320323
These properties set the top, right, bottom, and left
@@ -332,7 +335,8 @@ Padding Shorthand: the 'padding' property {#padding-shorthand}
332335
Applies to: all elements except <a>internal table elements</a>
333336
Inherited: no
334337
Percentages: refer to <a>logical width</a> of containing block
335-
Computed value: absolute length
338+
Computed value: see individual properties
339+
Animation type: per computed value
336340
</pre>
337341

338342
The 'padding' property is a shorthand property for setting

0 commit comments

Comments
 (0)