https://bugzilla.wikimedia.org/show_bug.cgi?id=46757
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Unprioritized |Low Summary|Use of @embed inside a |CSSMin: Using @embed in the |property in css file |middle of a declaration |generates invalid css |should not generate invalid | |CSS Severity|normal |minor --- Comment #7 from Krinkle <[email protected]> --- Lowering priority. @-annotations need to be used before a declaration or before a selector (to have it apply to all declarations in that rule). Using it within a declaration is invalid use and should be ignored by CSS. It generating invalid CSS is a bug, but even when we fix this bug, it still won't do what you want it do do, which is to embed the image. So, for now, please fix the stylesheets (which you'll have to do anyway). -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
