Testing Fourth Testable Statement of Sec 17.5 of CSS2 Specification
-
4. The table-layout property has initial of auto, it applies to table and
inline-table elements, it is not inherited, percentages are N/A, and media
is visual.
PASS CRITERIA:
If statement #4 above is passed, then
the table below should have table layout of auto (initial value), because of
rule "#id1 {table-layout: }".
This paragraph should have be UA-default.
Rule specified is "p {table-layout: fixed}", but is ignored, since this
property only applies to table and inline-table elements.
The table below should have table layout of fixed, because of
rule "#id2 {table-layout: fixed}".
NOTE: Table within a table is included, but this included table has
table-layout of UA-default, since property is not inherited.
The table below should have table-layout of UA-default, because of
rule "#id3 {table-layout: 200%}".
Since percentages do not apply, this rule should be ignored.
All other properties of this page should be UA-default.