COLLECTED BY
Organization:
Alexa Crawls
Starting in 1996,
Alexa Internet has been donating their crawl data to the Internet Archive. Flowing in every day, these data are added to the
Wayback Machine after an embargo period.
this data is currently not publicly accessible.
The Wayback Machine - https://web.archive.org/all/20061005020146/http://jigsaw.w3.org:80/css-validator/README.html
CSS
Validator
CSS Validator version 2.0
This is a CSS validator for Cascading Style Sheets, level
2. See the copyright notice.
You can run it on a web server, on the command line or use it in your new
browser.
If you have any questions or problems with the validator, send us an email.
This directory contains:
-
org.w3c.css.parser.analyzer
-
The parser generated with
JavaCC 0.7.1.
You'll probably not want to see this directory.
-
org.w3c.css.parser
-
The front-end of the parser
-
org.w3c.css.values
-
All values for the parser to construct an expression.
-
org.w3c.css.properties
-
Configuration and profile properties files and classes handling their loading
-
org.w3c.css.properties.css1
-
All cascading style sheet level 1 properties (+ css2 and some of css3).
-
org.w3c.css.properties.aural
-
For Aural properties.
-
org.w3c.css.properties.css2.table
-
All CSS2 table properties.
-
org.w3c.css.properties.css2.user
-
All CSS2 user properties.
-
org.w3c.css.properties.css2.font
-
All CSS2 font properties.
-
org.w3c.css.properties.paged
-
All CSS2 paged properties.
-
org.w3c.css.css
-
The validator is here !
-
org.w3c.css.util
-
some utilities for a lot of classes
-
org.w3c.css.servlet
-
The validator servlet.
In servlet mode, URL like file are desactivated. Be careful with
URL, you can put a URL request so if your site have special
authorization to access web pages, it should be dangerous to run the
validator on it. You can desactivated all URL request with the init
parameter 'import'. Set this parameter to 'false' (default) means
any URL request (except file:) are authorized. see the javadoc documentation
for more informations on the servlet.
-
docs
-
the javadoc documentation.
-
HOWTO
-
How can you add your owns properties ?
-
RUN
-
How to launch the validator on your local system.
You have a lot of configuration files in the validator (in Java, it means
properties).
validator-css