Testing Third Testable Statement of Sec 18.1 of CSS2 Specification
-
3. The cursor property has intial auto, it applies to all elements,
it is inherited, and percentage values are N/A.
PASS CRITERIA:
If statement #3 above is passed, this paragraph should have a cursor
of auto.
The rule applied is "p {cursor: }".
So the cursor property applies to the "p" element.
This h3 element should have a cursor of crosshair
This emphasized text should have a cursor of crosshair, since the
cursor property is inherited, and "em" is a child of 'h3".
No explicit rule is applied for "em".
THe rule applied is 'h3 {cursor: crosshair}".
So the cursor property applies to em and h3.
THis h4 element should have a cursor which is pointer.
The rule applied is "h4 {cursor: pointer}".
So the cursor property applies to h4.
This strong text should have a cursor of move
; so the cursor property applies
to the strong element.
The rule applied is "strong {cursor: move}".
This blockquote element should have a cursor of UA-default.
The rule applied is "blockquote {cursor: 50%}", which should be
UA-default.
All other properties of this page should be UA-default.