Re: [CSS21] Status of defult (intrinsic) style sheet in UA

On Wed, 23 Nov 2005, L. David Baron wrote:
> 
>  1. UA stylesheet
>  2. non-HTML presentational attributes
>  3. user stylesheet, sorted by specificity and then order
>  4. HTML presentational attributes
>  5. author stylesheet, sorted by specificity and then order
>  6. style attributes
>  7. getOverrideStyle stylesheet
>  8. author stylesheet !important, sorted by specificity and then order
>  9. getOverrideStyle stylesheet !important
>  10. user stylesheet !important, sorted by specificity and then order
>  11. UA stylesheet !important, sorted by specificity and then order

6. style attributes should be split into two: style, and style!important, 
the latter of which goes between your numbers 8 and 9.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 23 November 2005 20:42:13 UTC