On Mon, Aug 15, 2011 at 7:26 PM, jidanni@jidanni.org wrote:
In Firefox I seem to have this https://addons.mozilla.org/en-US/firefox/collections/mozilla/webdeveloper/ installed, and browsing my vanilla MediaWiki site, its console showed me some errors...
Unknown property 'zoom'.
http://reference.sitepoint.com/css/zoom
Expected 'important' but found 'ie'. Expected ';' or '}' to terminate declaration but found 'ie'. Declaration dropped.
This is a workaround for IE. I imagine Krinkle or Roan could say more.
Error in parsing value for 'list-style-type'. Declaration dropped.
What was the value?
Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'. Ruleset ignored due to bad selector.
These -webkit definitions are vendor prefix, and is perfectly valid in CSS. You would see similiar with -moz. Some validators will yell about them, but they're fine
-Chad