+
3.1 Resetting All Properties: the all property |
all-prop-001 |
= |
|
CSS Cascade: "all" shorthand property excludes "direction" and "unicode-bidi"
- Test passes if 'all' resets properties other than 'direction' and 'unicode-bidi'.
|
all-prop-002 |
= |
|
CSS Cascade: all:inherit includes display:inherit
- all:inherit should cause display:inherit so the red divs will display inline/horizontal (like their parent span) rather than block/vertical (like the default UA style for a div).
|
all-prop-initial-xml |
|
Script |
all: initial on unknown XML tree
|