Re: [cssom] simple assignment involving !important

Anne van Kesteren wrote:
> Testing shows that Internet Explorer 7 does not support it and Opera 9 
> and Firefox 2 do...

For what it's worth, the relevant code in Firefox has the following comment:

  //XXXbz this function does not deal well with something like "foo
  //!important" as the aPropValue.  It will parse the "foo" and set it
  //in the decl, then ignore the !important.  It should either fail to
  //parse this or do !important correctly....

> Would specifying something to that effect make sense? Probably 
> indicating that including !important would lead to the method call being 
> ignored?

I would be happy with that.

-Boris

Received on Tuesday, 5 June 2007 15:55:59 UTC