- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Tue, 23 Mar 2010 08:17:50 -0700
- To: Jonathan Kew <jonathan@jfkew.plus.com>
- Cc: John Daggett <jdaggett@mozilla.com>, fantasai <fantasai.lists@inkedblade.net>, www-style@w3.org
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