Chapter 6 - Assigning property values, Cascading, and Inheritance - 6.1.1 Specified values
Go to the relevant page of the specification.
- cascade-precedence-001
-
cascade mechanism has precedence over inheritance - font boldness
When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that b elements are specified in the user agents style sheets to embold their text content. - cascade-precedence-002
-
cascade mechanism has precedence over inheritance - font styling
When determining the specified value of a property, the cascade mechanism of (user agent, author, user) style sheets has precedence. If no value results from such mechanism, then the property may inherit from its parent. In this testcase, it is presumed that i elements are specified in the user agents style sheets to italicize their text content. - list-style-019 (image)
-
list-style - initial value
'list-style' property is a shorthand notation that sets the three properties 'list-style-type', 'list-style-image' and 'list-style-position'. If one of the 3 list-style properties is not specified explicitly, then such 'list-style' property is assigned its initial value as indicated in its property definition. - non-inherited-value-001
-
Non-inherited values
If the cascade results in a value, use it.