CSS Cascading and Inheritance Level 3 CR Test Suite

Shorthand Properties (5 tests)

Test Refs Flags Info
+ 3 Shorthand Properties
+ 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
all-invalid Script CSS Cascading and Inheritance Level 3: parsing all with invalid values
  • all supports only the grammar 'initial | inherit | unset'.
all-valid Script CSS Cascading and Inheritance Level 3: parsing all with valid values
  • all supports the full grammar 'initial | inherit | unset'.