On Dec 23, 2011, at 11:38 AM, Philippe Wittenbergh wrote: > Chris send me a link to the offending page off-list. > > minimal: > http://dev.l-c-n.com/_temp/ck-20111223.html > > The problem is caused by 'vertical-align: top' in the reset block. > (toggle it on/off in Firebug). > > Now the Big Question: why would Gecko do that ? Sounds like a bug to me, > although I'd need to reparse the relevant text in CSS2.1 spec to be sure. > > Notice also that the text-decoration is above of the link text in my Gecko > nightly.
After pondering this a bit, I don't think there is a bug at all. Notice that the document above is in pseudo-strict mode (aka semi-quirks mode), as it uses a transitional doctype. In strict mode, everything behaves correctly. http://dev.l-c-n.com/_temp/ck-20111223-2.html Philippe -- Philippe Wittenbergh http://l-c-n.com/ ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
