This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 13075 - Vendor Extensions as warning not available in help or as argument.
Summary: Vendor Extensions as warning not available in help or as argument.
Status: NEW
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: Other (show other bugs)
Version: CSS Validator
Hardware: Macintosh MacOS X
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-28 09:09 UTC by Stefan Wallin
Modified: 2011-06-28 09:09 UTC (History)
0 users

See Also:


Attachments

Description Stefan Wallin 2011-06-28 09:09:52 UTC
From digging around in the source code it looks lite it should be possible to invoke the validator warning and not throwing errors for the vendor extensions by feeding it this line of code:

java -jar css-validator.jar --vextwarning=true http://url

And it doesn't choke on the argument. But these to lines produce no different output:


# java -jar css-validator.jar --vextwarning=true --output=xhtml http://url

# java -jar css-validator.jar --vextwarning=false --output=xhtml http://url


Further on it is not visible or documented in:
java -jar css-validator.jar --help