https://bugzilla.wikimedia.org/show_bug.cgi?id=27096
--- Comment #2 from Brion Vibber <[email protected]> 2011-02-02 00:30:45 UTC --- Nobody really uses the CSS validator much as it tends to come up with warnings that are... dubious. The warnings here don't make any sense; does it think that .mw-codereview-struck and .mw-wordcloud-size-5 are going to be used in the same place? These are not actually problems at all, as those class styles are never used together. 'darkcyan' is indeed technically not listed in CSS 2.1, but it is standard in the CSS 3 colors module and is supported by all known browsers. Wouldn't hurt to swap it to a hex code, but not a lot of reason for it either. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
