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

--- Comment #11 from Jon <[email protected]> ---
(In reply to comment #9)
> (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

If you really feel the need for a citation check out:
http://stevesouders.com/efws/css-selectors/csscreate.php

That aside use of a single class .link-https rather than a combination of class
.link-https, div#content a.external[href ^="https://";] would be preferable for
a variety of reasons readability, maintainability, reduced file size... are you
really telling me this is not a no-brainer?

-- 
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

Reply via email to