CSS Cascading and Inheritance Level 3 CR Test Suite

Shorthand Properties (2 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"
  • The 'direction' property should not be included in the properties that the 'all' shorthand is expanded to.
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).