4.1.8 Declarations and properties

Chapter 4 - Syntax and basic data types - 4.1.8 Declarations and properties

Go to the relevant page of the specification.

declaration-whitespace-001
Parsing white space in style declaration
Various white space are allowed anywhere within the declaration and are ignored.
ignored-rules-001 (invalid)
Parsing invalid rules that precede good rules
Bad rules are ignored while following good rules are applied.
ignored-rules-002 (invalid)
Parsing invalid rules that follow good rules
Good rules are applied while following bad rules are ignored.
ignored-rules-003 (invalid)
Parsing invalid values
Invalid values are ignored while valid properties are applied.
ignored-rules-004 (invalid)
Parsing invalid values with spaces
Invalid values with spaces are ignored while valid properties are applied.
ignored-rules-005 (invalid)
Parsing invalid values that start with a valid value name
Invalid values that begin with a valid keyword are ignored while valid properties are applied.
ignored-rules-006 (invalid)
Parsing invalid values with slashes
Invalid values with slashes are ignored while valid properties are applied.
ignored-rules-007 (invalid)
Parsing invalid values that are functions
Invalid values that are functions are ignored while valid properties are applied.