Re: [CSSWG] Minutes and Resolutions 2010-03-17

On Tue, Mar 23, 2010 at 4:52 AM, Jonathan Kew <jonathan@jfkew.plus.com> wrote:
> Here, new character-transform-aware UAs would replace the vertical-align and font-size settings, using 'inherit' instead. Does this apply regardless of the order? Or would later properties override earlier ones, so that
>
>    sup {
>        character-transform: superscript;
>        vertical-align: super;
>        font-size: smaller;
>        line-height: normal;
>    }
>
> could double-superscript the text because the vertical-align/font-size override the 'inherit' setting triggered by character-transform? Or would the subsequent vertical-align/font-size settings actually override the character-transform property altogether?

It would double-superscript the text, following normal CSS rules for
assigning values (latest always wins).

~TJ

Received on Tuesday, 23 March 2010 15:18:43 UTC