@@ -223,7 +223,8 @@ Page-relative (Physical) Margin Properties: the 'margin-top', 'margin-right', 'm
223
223
Applies to : all elements except <a>internal table elements</a>
224
224
Inherited : no
225
225
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
227
228
</pre>
228
229
229
230
These properties set the top, right, bottom, and left
@@ -242,7 +243,8 @@ Margin Shorthand: the 'margin' property {#margin-shorthand}
242
243
Applies to : all elements except <a>internal table elements</a>
243
244
Inherited : no
244
245
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
246
248
</pre>
247
249
248
250
The 'margin' property is a shorthand property for setting
@@ -314,7 +316,8 @@ Page-relative (Physical) Padding Properties: the 'padding-top', 'padding-right',
314
316
Applies to : all elements except <a>internal table elements</a>
315
317
Inherited : no
316
318
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
318
321
</pre>
319
322
320
323
These properties set the top, right, bottom, and left
@@ -332,7 +335,8 @@ Padding Shorthand: the 'padding' property {#padding-shorthand}
332
335
Applies to : all elements except <a>internal table elements</a>
333
336
Inherited : no
334
337
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
336
340
</pre>
337
341
338
342
The 'padding' property is a shorthand property for setting
0 commit comments