- From: Simon Pieters <simonp@opera.com>
- Date: Mon, 13 Feb 2012 14:03:02 +0100
On Mon, 13 Feb 2012 13:38:49 +0100, L. David Baron <dbaron at dbaron.org> wrote: > On Monday 2012-02-13 09:00 +0100, Simon Pieters wrote: >> >Exactly. My proposal, again, is that neither of these quirks >> >apply inside a shorthand. >> >> But this is not what Gecko does. >> >> http://software.hixie.ch/utilities/js/live-dom-viewer/saved/1339 >> >> I don't know how much content uses unitless lengths or hashless >> colors in shorthands in quirks mode. We will need to research both >> implementations and content to inform what the spec should say here, >> I think. > > To be exact, they don't apply inside the following shorthands: > -moz-border-end > -moz-border-start > -moz-columns > background > border > border-bottom > border-image > border-left > border-right > border-top > the size/weight/style and family parts of 'font' > list-style > outline > and also don't apply inside the following complex properties: > box-shadow > text-shadow > > I suspect that the bit that was documenting an exception for > font-size was documenting the exception (that the quirk *does* > apply) for *within* the 'font' shorthand. > > -David Thanks! You say that it doesn't apply for the size of 'font'. The link above uses font:60 serif and has a 60px font size in Firefox Nightly for me. These also get applied: font:101 serif font:100 60 serif font:100 100 serif font:bold 100 serif font:normal normal normal 100 serif These don't: font:100 serif font:100/1 serif font:normal 100 serif font:normal normal 100 serif -- Simon Pieters Opera Software
Received on Monday, 13 February 2012 05:03:02 UTC