Testing Eighth Testable Statement of Sec 17.6 of CSS2 Specification
-
8. There are four precedence rules to determine which border style "wins"
in case of a conflict.
PASS CRITERIA:
If statement #8 above is passed, then
the table below should have three columns and five rows, with different
border styles.
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
The rules applied are
"table {border-collapse: collapse; border: 5px solid yellow;}",
*#col1 {border: 3px solid black}", "td {border: 1px solid red; padding: 1em:}"
, "td.solid-blue {border: 5px dashed blue;}", and "td.solid-green
{border: 5px solid green}".
All other properties of this page should be UA-default.