https://bugzilla.wikimedia.org/show_bug.cgi?id=51101

--- Comment #4 from Michael M. <listenle...@gmail.com> ---
(In reply to comment #3)
> I'm not able to find a specification anywhere so far that seems to demand
> that
> the properties are specified in a certain order.

There is no such specification:
http://www.w3.org/TR/css3-background/#the-background uses || as separator in
the syntax, which means "at least one in any order"
(http://www.w3.org/TR/WD-css3-syntax-20030813/#property-def-value), so it
should work in any order. All current browsers seem to interprete the
background syntax correctly in any order.

But in FF10 I can see in the CSS inspector that the background is set to only

-moz-linear-gradient(transparent, transparent),
url("//bits.wikimedia.org/static-1.22wmf10/extensions/UniversalLanguageSelector/lib/jquery.ime/css/../images/tick.svg?2013-07-11T14:26:40Z")

so probably this issue can be fixed by moving the no-repeat to directly after
the url.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to