@@ -754,8 +754,10 @@ spec:css-sizing-3; type:property; text:box-sizing
754
754
Name : table-layout
755
755
Value : auto | fixed
756
756
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
759
761
</pre>
760
762
761
763
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
783
785
Name : border-collapse
784
786
Value : separate | collapse
785
787
Initial : separate
786
- Applies To : <a>table-root </a> boxes
788
+ Applies To : <a>table grid boxes </a>
787
789
Inherited : yes
790
+ Computed value : specified keyword
791
+ Animation type : discrete
788
792
</pre>
789
793
790
794
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
802
806
Name : border-spacing
803
807
Value : <length>{1,2}
804
808
Initial : 0px 0px
805
- Applies To : <a>table-root</a> boxes when 'border-collapse' is <code>separate</code>
806
809
Inherited : yes
810
+ Applies To : <a>table grid boxes</a> when 'border-collapse' is ''border-collapse/separate''
807
811
Computed Value : two absolute lengths
808
- Animatable : yes
812
+ Animation type : per computed value
809
813
</pre>
810
814
811
815
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
826
830
Initial : top
827
831
Applies to : <a>table-caption</a> boxes
828
832
Inherited : yes
833
+ Computed value : specified keyword
834
+ Animation type : discrete
829
835
</pre>
830
836
831
837
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>
2519
2525
Initial : show
2520
2526
Applies to : <a>table-cell</a> boxes
2521
2527
Inherited : yes
2528
+ Computed value : specified keyword
2529
+ Animation type : discrete
2522
2530
</pre>
2523
2531
2524
2532
<a>In collapsed-borders mode</a> ,
0 commit comments