CSS Values and Units Module Level 3 CR Test Suite

Textual Data Types (3 tests)

Test Refs Flags Info
+ 3 Textual Data Types
+ 3.1 Pre-defined Keywords
+ 3.1.1 CSS-wide keywords: initial, inherit and unset
multicol-inherit-002 = Ahem 'column-count' and inherit
  • This test checks that 'column-count' can be inherited by setting it with the CSS-wide keyword 'inherit'.
multicol-rule-color-inherit-001 = Ahem column-rule-color: inherit
  • This test checks that, by default, column-rule-color is the current color applying to the element unless reserved keyword 'inherit' is used in which case column-rule-color will be inherited from the parent's column-rule-color value.
multicol-rule-color-inherit-002 = Ahem column-rule-color: inherit (complex)
  • In this test, div#parent's computed 'column-rule-color' is given by div#parent's 'currentcolor' (a reserved keyword) and not 'red'. Then div.child's 'column-rule-color' take such specified value ('currentcolor') from its parent (due to 'inherit' keyword) and not 'red'. And then, it is applied to div.child's 'column-rule-color'.
+ 3.2 Author-defined Identifiers: the type
+ 3.3 Quoted Strings: the type
+ 3.4 Resource Locators: the type
+ 3.4.1 Relative URLs
+ 3.4.2 Empty URLs
+ 3.4.3 URL Modifiers