Re: [css3-cascade] Filtering invalid declarations

On Fri, Jun 7, 2013 at 11:24 PM, Simon Sapin <simon.sapin@exyr.org> wrote:
> 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 */

Fixed.

~TJ

Received on Monday, 24 June 2013 21:23:07 UTC