https://bugzilla.wikimedia.org/show_bug.cgi?id=51101
--- Comment #3 from Siebrand <[email protected]> --- For convenience pasting all uses of no-repeat in ULS. Sorted the occurrences in two groups. no-repeat immediately after URL: lib/jquery.ime/css/jquery.ime.css: background: url('../images/ime-active.png') no-repeat left center; lib/jquery.uls/css/jquery.uls.css: background: transparent url('../images/icon-language.png') no-repeat scroll left center; lib/jquery.uls/css/jquery.uls.css: background: transparent url('../images/world_map.png') no-repeat scroll right top; lib/jquery.uls/css/jquery.uls.css: background: transparent url('../images/close.png') no-repeat scroll center center; lib/jquery.uls/css/jquery.uls.css: background: transparent url('../images/search.png') no-repeat scroll right center; lib/jquery.uls/css/jquery.uls.css: background: transparent url('../images/clear.png') no-repeat scroll left center; no-repeat not immediately after URL: lib/jquery.ime/css/jquery.ime.css: background: url(../images/tick.png) left 4px center no-repeat; resources/css/ext.uls.displaysettings.css: background: transparent url('../images/display.png') left top no-repeat; resources/css/ext.uls.css: background: transparent url('../images/cog-sprite.png') right top no-repeat; resources/css/ext.uls.css: background: transparent url('../images/help.png') left center no-repeat; resources/css/ext.uls.inputsettings.css: background: transparent url('../images/input.png') left top no-repeat; resources/css/ext.uls.inputsettings.css: background: transparent url('../images/remove-input.png') left top no-repeat; resources/css/ext.uls.inputsettings.css: background: transparent url('../images/cog.png') center top no-repeat; Michael, are you familiar with any upstream reports on certain browsers or rendering engines behaving badly depending on where no-repeat is positioned? I'm not able to find a specification anywhere so far that seems to demand that the properties are specified in a certain order. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
