Skip to content

Commit d7be0ac

Browse files
committed
[css-tables-3] Fix up propdef tables
1 parent 60e10c2 commit d7be0ac

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

css-tables-3/Overview.bs

+13-5
Original file line numberDiff line numberDiff line change
@@ -754,8 +754,10 @@ spec:css-sizing-3; type:property; text:box-sizing
754754
Name: table-layout
755755
Value: auto | fixed
756756
Initial: auto
757-
Applies To: <a>table-root</a> boxes
758-
Inherited: yes
757+
Applies to: <a>table grid boxes</a>
758+
Inherited: no
759+
Computed value: specified keyword
760+
Animation type: discrete
759761
</pre>
760762

761763
A table-root is said to be laid out <dfn>in fixed mode</dfn>
@@ -783,8 +785,10 @@ spec:css-sizing-3; type:property; text:box-sizing
783785
Name: border-collapse
784786
Value: separate | collapse
785787
Initial: separate
786-
Applies To: <a>table-root</a> boxes
788+
Applies To: <a>table grid boxes</a>
787789
Inherited: yes
790+
Computed value: specified keyword
791+
Animation type: discrete
788792
</pre>
789793

790794
When the 'border-collapse' property has <code>collapse</code> as its value,
@@ -802,10 +806,10 @@ spec:css-sizing-3; type:property; text:box-sizing
802806
Name: border-spacing
803807
Value: <​length​>{1,2}
804808
Initial: 0px 0px
805-
Applies To: <a>table-root</a> boxes when 'border-collapse' is <code>separate</code>
806809
Inherited: yes
810+
Applies To: <a>table grid boxes</a> when 'border-collapse' is ''border-collapse/separate''
807811
Computed Value: two absolute lengths
808-
Animatable: yes
812+
Animation type: per computed value
809813
</pre>
810814

811815
The lengths specify the distance that separates adjoining cell borders <a>in separated-borders mode</a>,
@@ -826,6 +830,8 @@ spec:css-sizing-3; type:property; text:box-sizing
826830
Initial: top
827831
Applies to: <a>table-caption</a> boxes
828832
Inherited: yes
833+
Computed value: specified keyword
834+
Animation type: discrete
829835
</pre>
830836

831837
This property specifies the position of the caption box with respect to the table grid box.
@@ -2519,6 +2525,8 @@ With a table-internal box as non-containing block parent</h3>
25192525
Initial: show
25202526
Applies to: <a>table-cell</a> boxes
25212527
Inherited: yes
2528+
Computed value: specified keyword
2529+
Animation type: discrete
25222530
</pre>
25232531

25242532
<a>In collapsed-borders mode</a>,

0 commit comments

Comments
 (0)