[css3-cascade] Filtering invalid declarations

Section 4.1. Filtering Declarations gives a list of necessary conditions 
for a declaration to apply to a given element. This list should have an 
item added: declarations only apply if they are syntactically valid, and 
their value is valid for their property.

For example:

   color*: red; /* Invalid property syntax */
   color: ideas sleeping furiously; /* Invalid value */

-- 
Simon Sapin

Received on Saturday, 8 June 2013 06:24:27 UTC