https://bugzilla.wikimedia.org/show_bug.cgi?id=54604
--- Comment #9 from Bartosz DziewoĆski <[email protected]> --- (In reply to comment #8) > The CSS is pretty ridiculous. Let's not forget that CSS parses from the > rightmost rule so something like a.external[href ^="news:"] can be a pretty > expensive operation. [citation needed]. I don't see why would it be particularly more expensive than any of the hundreds of other rules we have. Assuming that the hypothetical browser does indeed naively match from the right side always, [href^="news:"] will immediately not match (most elements don't even have a href attribute) and the ten or so of such rules should not be noticeable. -- 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
