https://bugzilla.wikimedia.org/show_bug.cgi?id=54729
--- Comment #1 from Bartosz DziewoĆski <[email protected]> --- [[mw:Developer access]]. Get it and submit patches directly! :) (In reply to comment #0) > * It does not negatively impact compatibility, as far as I know (IE > 6 does not support the [title] selector, but does not support the > <abbr> element either). jQuery (which we include on all pages) includes a hack to make <abbr> and other elements stylable in IE6. Adding an attribute selector, however, will force it to drop the entire rule (including the styles for .explain) per the CSS spec (browsers should drop the entire rule if they don't understand any part of it). So if we want to support IE6, we need to split this rule and provide different styles for saner browsers. I'm not sure if we want to do this, or if we should just kill this altogether (apart from the .explain part, I guess). -- 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
