5.2 Selector Syntax |
|
|
|
5.2.1 Grouping |
|
|
|
5.3 Universal Selector |
|
|
|
5.4 Type Selectors |
|
|
|
5.5 Descendant Selectors |
|
|
|
5.6 Child Selectors |
|
|
|
5.7 Adjacent Sibling Selectors |
|
|
|
5.8.1 Attribute Selectors |
|
|
|
5.8.3 Class Selectors |
List fails |
|
|
5.9 ID Selectors |
|
Can't start with a number |
|
5.10 Pseudo-Class Combinations |
:hover and :active styles already shown |
|
|
5.11.1 :first-child |
|
|
|
5.11.2 :link and :visited |
|
|
|
5.11.3 :active, :hover and :focus |
|
Radio buttons not affected |
|
5.11.4 :lang |
|
|
|
5.12.1 :first-line |
List fails |
List fails |
List fails |
5.12.2 :first-letter |
List fails |
List fails |
List fails |
5.12.3 :before and :after |
|
|
"S" not green. |
6.2.1 inherit |
|
|
|
6.3 @import |
|
|
|
6.4.1 Cascading Order |
|
|
|
6.4.2 !important rules |
|
|
|
6.4.3 Calculating specificity |
Fails on last line |
|
|
6.4.4 Precedence of non-CSS hints |
|
|
|
8.2 Margins, padding, borders |
|
|
|
8.3 margin-top |
|
|
|
8.3 margin-right |
Nothing happens |
|
|
8.3 margin-bottom |
|
|
|
8.3 margin-left |
|
|
|
8.3 margin |
|
|
|
8.4 padding-top |
|
|
|
8.4 padding-right |
|
|
|
8.4 padding-bottom |
|
|
|
8.4 padding-left |
|
|
|
8.4 padding |
|
|
|
8.5.1 border-top-width |
|
|
|
8.5.1 border-right-width |
|
|
|
8.5.1 border-bottom-width |
|
|
|
8.5.1 border-left-width |
|
|
|
8.5.1 border-width |
|
|
|
8.5.2 border-top-color |
|
|
|
8.5.2 border-right-color |
|
|
|
8.5.2 border-bottom-color |
|
|
|
8.5.2 border-left-color |
|
|
|
8.5.2 border-color |
|
|
|
8.5.3 border-top-style |
|
|
|
8.5.3 border-right-style |
|
|
|
8.5.3 border-bottom-style |
|
|
|
8.5.3 border-left-style |
|
|
|
8.5.3 border-style |
|
|
|
8.5.4 border-top |
|
|
|
8.5.4 border-right |
|
|
|
8.5.4 border-bottom |
|
|
|
8.5.4 border-left |
|
|
|
8.5.4 border |
|
|
|
9.2.5 display |
Heading not inline; lists not compacted |
Heading not inline; lists not compacted |
|
9.3.1 position |
Doesn't recognize :fixed |
|
'background-attachment: fixed' doesn't work (not part of this test) |
9.3.2 top |
|
|
|
9.3.2 right |
|
|
|
9.3.2 bottom |
|
|
|
9.3.2 left |
|
|
|
9.5.1 float |
|
Yellow float in 4th test too far down? |
|
9.5.2 clear |
|
|
|
9.8.2 Relative Positioning |
Slight discrepancies - need more testing |
Slight discrepancies - need more testing |
Slight discrepancies - need more testing |
9.8.3 Floating A Box |
Inner blue floats correct? |
Inner blue floats correct? |
|
9.8.4 Absolute Positioning |
Last test fails. Inner blue spans correct? |
Last test fails. Second blue span can disappear! |
|
9.9.1 z-index |
|
First image disappears! (To solve, add z-index:1 to paragraph) |
|
9.10 direction |
|
|
|
9.10 unicode-bidi |
|
|
Borders split |
10.2 width |
|
|
|
10.3.1 Computing widths and margins: inline, non-replaced elements |
|
|
|
10.3.2 Computing widths and margins: inline, replaced elements |
|
|
|
10.3.3 Computing widths and margins: block-level, non-replaced elements in normal flow |
|
|
|
10.3.4 Computing widths and margins: block-level, replaced elements in normal flow |
|
|
|
10.3.5 Computing widths and margins: floating, non-replaced elements |
|
|
|
10.3.6 Computing widths and margins: floating, replaced elements |
|
|
|
10.3.7 Computing widths and margins: absolutely positioned, non-replaced elements |
|
|
|
10.3.8 Computing widths and margins: absolutely positioned, replaced elements |
|
|
|
10.4 min-width |
|
|
|
10.4 max-width |
|
|
|
10.5 height |
|
|
|
10.6.1 Computing heights and margins: inline, non-replaced elements |
|
|
|
10.6.2 Computing heights and margins: inline, replaced elements; block-level, replaced elements in normal flow; and floating, replaced elements |
|
|
|
10.6.3 Computing heights and margins: block-level, non-replaced elements in normal flow; and floating, non-replaced elements |
|
|
|
10.6.4 Computing heights and margins: absolutely positioned, non-replaced elements |
|
|
|
10.6.5 Computing heights and margins: absolutely positioned, replaced elements |
|
|
|
10.7 min-height |
"applies only to td, th and tr elements in fixed-layout tables" - MSDN Article |
|
|
10.7 max-height |
|
|
|
10.8 line-height |
Adds grey background to whole line not span only |
|
|
10.8 vertical-align |
|
|
|
11.1.1 overflow |
First square expanded to fit content |
|
|
11.1.2 clip |
Not required to pass |
Not required to pass |
Not required to pass |
11.2 visibility |
|
|
3rd row still open |
12.1 :before and :after |
|
|
|
12.2 content |
No generated content shown |
Line breaks not used ("/A") Invalid test! <h3> used instead of <h1>. Once corrected, test works, but only with white-space:pre applied. A space should also be used after the "/A" to avoid creating a character code on screen. |
Line breaks not used ("/A"). (Worked in 7.11!) Invalid test! <h3> used instead of <h1>. Once corrected, test works. (Use white-space:pre for Opera 7.23. Later versions work OK without it.) A space should also be used after the "/A" to avoid creating a character code on screen. |
12.4.1 quotes |
|
Nested quotes not right |
Third nested quotes wrong on last line |
12.5 counter-reset |
|
|
|
12.5 counter-increment |
|
|
|
12.6.1 marker-offset |
|
|
|
12.6.2 list-style-type |
Several faults |
Georgian gives question marks (?) |
Several faults |
12.6.2 list-style-image |
|
|
|
12.6.2 list-style-position |
|
|
|
12.6.2 list-style |
|
|
|
14.1 color |
|
|
|
14.2.1 background-color |
|
|
|
14.2.1 background-image |
|
|
|
14.2.1 background-repeat |
|
|
|
14.2.1 background-attachment |
|
|
|
14.2.1 background-position |
|
|
|
14.2.1 background |
|
|
|
15.2.2 font-family |
|
|
Cursive/fantasy fonts dubious |
15.2.3 font-style |
|
|
|
15.2.3 font-variant |
|
|
|
15.2.3 font-weight |
|
|
|
15.2.3 font-stretch |
|
|
|
15.2.4 font-size |
|
|
|
15.2.4 font-size-adjust |
|
|
Sizes not set |
15.2.5 font |
font:caption & font:small-caption correct? |
|
|
16.1 text-indent |
Last line starts on right (?) |
|
|
16.2 text-align |
|
|
|
16.3.1 text-decoration |
|
|
Image not underlined |
16.3.2 text-shadow |
|
|
|
16.4 letter-spacing |
|
|
|
16.4 word-spacing |
|
|
|
16.5 text-transform |
|
|
|
16.6 white-space |
Minimise window to see |
|
|
17.4.1 caption-side |
|
|
|
17.5.2 table-layout |
"The specification does not seem entirely clear" |
"The specification does not seem entirely clear" |
"The specification does not seem entirely clear" |
17.6 border-collapse |
No padding around 1st table |
|
Last 2 fail - extra padding on right! |
17.6.1 border-spacing |
|
|
|
17.6.1 empty-cells |
|
|
See this modified test |
18.1 cursor |
|
cursor:url fails |
cursor:url & last test fails |
18.2 User preferences for colors |
|
|
|
18.3 User preferences for fonts |
font-caption correct? (Compare to others) |
|
|
18.4 outline |
|
|
|
18.4 outline-width |
|
|
Last test wrong |
18.4 outline-style |
|
|
Last test wrong |
18.4 outline-color |
|
|
|