Re: CSS 2.1 WD and non-CSS presentational hints

On Wed, 28 Aug 2002, Chris Lilley wrote:
> 
> [...] CSS 2.1 proposes to give [the style attribute] the highest
> possible specificity thus disabling all possible restyling further
> down the line.

To be precise, CSS 2.1 gives the style attribute the levels just below and
just above the exact middle level of the cascade, not the highest level:

  (least important)
  1. user agent style sheets (and non-CSS presentational hints)
  2. user normal style sheets
  3. author normal style sheets
  4. style attribute normal style sheets    <<<<<<
  5. author important style sheets
  6. style attribute important style sheets <<<<<<
  7. DOM override normal style sheets
  8. DOM override important style sheets
  9. user important style sheets
  (most important)

-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Saturday, 31 August 2002 14:11:26 UTC