-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Platonides wrote:
Aryeh Gregor wrote:
On Thu, Nov 20, 2008 at 10:19 AM, Platonides Platonides@gmail.com wrote:
PS: Could someone replace on common/shared.css border:1px solid darkblue; by border: 1px solid #00008B; /*darkblue*/ ? Just to get rid of the warning.
No. "darkblue" is nice and comprehensible, and completely standards-compliant. That the validator doesn't recognize parts of the CSS3 Color module that are (AFAIK) universally implemented by browsers is its own fault.
It is. But I would prefer to get rid of that warning. :-)
The w3 CSS validator is frankly pretty crappy; it freaks out at perfectly legitimate use of vendor extensions with generic fallbacks.
Of course, funky hacks like the *blah are kind of nasty. I'd much prefer to see specialized rules put in the IE version-specific CSS files which are loaded via IE's conditional comments.
- -- brion