Skip to content

Commit 8277812

Browse files
committed
[css-box-3] padding applies to table cells. Fixes w3c#3039.
1 parent 40387db commit 8277812

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-box-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Page-relative (Physical) Padding Properties: the 'padding-top', 'padding-right',
397397
Name: padding-top, padding-right, padding-bottom, padding-left
398398
Value: <<length-percentage>>
399399
Initial: 0
400-
Applies to: all elements except <a>internal table elements</a>
400+
Applies to: all elements except: <a>internal table elements</a> other than table cells
401401
Inherited: no
402402
Percentages: refer to <a>logical width</a> of containing block
403403
Computed value: a computed <<length-percentage>> value
@@ -416,7 +416,7 @@ Padding Shorthand: the 'padding' property {#padding-shorthand}
416416
Name: padding
417417
Value: <<'padding-top'>>{1,4}
418418
Initial: 0
419-
Applies to: all elements except <a>internal table elements</a>
419+
Applies to: all elements except: <a>internal table elements</a> other than table cells
420420
Inherited: no
421421
Percentages: refer to <a>logical width</a> of containing block
422422
Computed value: see individual properties

0 commit comments

Comments
 (0)