Boris Zbarsky wrote: > * Fallback is easy: > > background: url(image.png); > background: gradient(....);
That should have been: background: url(image.png); background: none gradient(....); conforming UAs that don't do gradient() would discard the second declaration. Good thing background is a shorthand, eh? ;) -Boris _______________________________________________ dev-tech-layout mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-layout

