CSS 2.2 CR Test Suite

Assigning property values, Cascading, and Inheritance (2 tests)

Test Refs Flags Info
+ 6 Assigning property values, Cascading, and Inheritance
+ 6.1 Specified, computed, and actual values
+ 6.1.1 Specified values
+ 6.1.2 Computed values
+ 6.1.3 Used values
+ 6.1.4 Actual values
+ 6.2 Inheritance
+ 6.2.1 The 'inherit' value
inherit-computed-001 = CSS cascading: Inherit the computed value
  • Each property may also have a cascaded value of 'inherit', which means that, for a given element, the property takes as specified value the computed value of the element's parent.
inherit-computed-002 = CSS cascading: Inherit the computed value
  • Each property may also have a cascaded value of 'inherit', which means that, for a given element, the property takes as specified value the computed value of the element's parent.
+ 6.3 The @import rule
+ 6.4 The cascade
+ 6.4.1 Cascading order
+ 6.4.2 !important rules
+ 6.4.3 Calculating a selector's specificity
+ 6.4.4 Precedence of non-CSS presentational hints