Annotation of 2002/css-validator/README.cvs.html, revision 1.6
1.1 dom 1: <h1 class="center">CSS Validator version 2.0</h1>
2:
3: <p>
4: This is a CSS validator for <a
5: href="http://www.w3.org/TR/REC-CSS2/">Cascading Style Sheets, level
6: 2</a>. See the <a href="COPYRIGHT.html">copyright notice</a>.
7: </p>
8: <p>
9: You can run it on a web server, on the command line or use it in your new
10: browser.
11: </p>
12:
13: <p>
14: If you have any questions or problems with the validator, send us an <a
1.5 bjoern 15: href="http://jigsaw.w3.org/css-validator/Email.html">email</a>. <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED"
1.4 bjoern 16: >Known problems</a> are listed in <a href="http://www.w3.org/Bugs/Public/">W3C's Bugzilla</a>.
1.1 dom 17: </p>
18:
19: <p>This directory contains:</p>
20: <dl>
21: <dt>
22: <a href="org/w3c/css/parser/analyzer">org.w3c.css.parser.analyzer</a></dt>
23: <dd>
24: The parser generated with
25: <a href="http://www.suntest.com/JavaCC">JavaCC 0.7.1</a>.
26: You'll probably not want to see this directory.</dd>
27: <dt>
28: <a href="org/w3c/css/parser">org.w3c.css.parser</a></dt>
29: <dd>
30: The front-end of the parser</dd>
31: <dt>
32: <a href="org/w3c/css/values">org.w3c.css.values</a></dt>
33: <dd>
34: All values for the parser to construct an expression.</dd>
35: <dt>
36: <a href="org/w3c/css/properties">org.w3c.css.properties</a></dt>
37: <dd>
1.6 ! ylafon 38: All cascading style sheet level 1 properties (+ css2 and some of css3).</dd>
1.1 dom 39: <dt>
40: <a href="org/w3c/css/aural">org.w3c.css.aural</a></dt>
41: <dd>
42: For Aural properties.</dd>
43: <dt>
44: <a href="org/w3c/css/table">org.w3c.css.table</a></dt>
45: <dd>
46: All CSS2 table properties.</dd>
47: <dt>
48: <a href="org/w3c/css/user">org.w3c.css.user</a></dt>
49: <dd>
50: All CSS2 user properties.</dd>
51: <dt>
52: <a href="org/w3c/css/font">org.w3c.css.font</a></dt>
53: <dd>
54: All CSS2 font properties.</dd>
55: <dt>
56: <a href="org/w3c/css/paged">org.w3c.css.paged</a></dt>
57: <dd>
58: All CSS2 paged properties.</dd>
59: <dt>
60: <a href="org/w3c/css/css">org.w3c.css.css</a> </dt>
61: <dd>
62: The validator is here !</dd>
63: <dt>
64: <a href="org/w3c/css/util">org.w3c.css.util</a></dt>
65: <dd>
66: some utilities for a lot of classes</dd>
67: <dt>
68: <a href="org/w3c/css/servlet">org.w3c.css.servlet</a></dt>
69: <dd>
70: The validator servlet.
71: <div class="box">
72: <p>
73: In servlet mode, URL like file are desactivated. Be careful with
74: URL, you can put a URL request so if your site have special
75: authorization to access web pages, it should be dangerous to run the
76: validator on it. You can desactivated all URL request with the init
77: parameter 'import'. Set this parameter to 'false' (default) means
78: any URL request (except file:) are authorized. see the <a
79: href="docs/org.w3c.css.servlet.CssValidator.html">javadoc documentation</a>
80: for more informations on the servlet.
81: </p>
82: </div></dd>
83: <dt>
84: docs</dt>
85: <dd>
86: the <a href="docs/packages.html">javadoc documentation</a>.</dd>
87: <dt>
88: <a href="HOWTO.html">HOWTO</a></dt>
89: <dd>
90: How can you add your owns properties ?</dd>
91: <dt>
92: <a href="RUN.html">RUN</a></dt>
93: <dd>
94: How to launch the validator on your local system.</dd>
95: </dl>
96:
97: <p>
98: You have a lot of configuration files in the validator (in Java, it means
99: properties).
100: </p>
101:
102: <ul>
103: <li>package org.w3c.css.parser
104: <dl>
105: <dt>
106: <a href="org/w3c/css/parser/Config.properties">Config.properties</a></dt>
107: <dd>
108: The default CssStyle to use when parsing a document.</dd>
109: <dt>
110: <a href="org/w3c/css/parser/Elements.dtd4">Elements.dtd4</a></dt>
111: <dd>
112: All HTML elements recognized by a selector.</dd>
113: </dl></li>
114: <li>package org.w3c.css.util
115: <dl>
116: <dt>
117: <a href="org/w3c/css/util/Messages.properties">Messages.properties</a></dt>
118: <dd>
119: All warning and error messages used by the parser.</dd>
120: </dl></li>
121: <li>package org.w3c.css.properties
122: <dl>
123: <dt>
124: <a href="org/w3c/css/properties/CSS1Default.properties">CSS1Default.properties</a></dt>
125: <dd>
126: Inheritance controls for all CSS1 properties.</dd>
127: <dt>
128: <a href="org/w3c/css/properties/CSS1Properties.properties">CSS1Properties.properties</a></dt>
129: <dd>
130: All CSS1 properties.</dd>
131: </dl></li>
132: <li>package org.w3c.css.aural
133: <dl>
134: <dt>
135: <a href="org/w3c/css/aural/ACSSDefault.properties">ACSSDefault.properties</a></dt>
136: <dd>
137: Inheritance controls for all aural properties.</dd>
138: <dt>
139: <a href="org/w3c/css/aural/AuralProperties.properties">AuralProperties.properties</a></dt>
140: <dd>
141: All CSS1 and Aural properties.</dd>
142: <dt>
143: <a href="org/w3c/css/aural/AuralDefault.properties">AuralDefault.properties</a></dt>
144: <dd>
145: Configuration for Aural browser.</dd>
146: </dl></li>
147: <li>package org.w3c.css.font
148: <dl>
149: <dt>
150: <a href="org/w3c/css/font/Font.properties">Font.properties</a></dt>
151: <dd>
152: Inheritance controls for all font properties and configuration file for the parser.</dd>
153: </dl></li>
154: <li>package org.w3c.css.css
155: <dl>
156: <dt>
157: <a href="org/w3c/css/css/format.properties">format.properties</a></dt>
158: <dd>
159: Available output format for the validator</dd>
160: <dt>
161: <a href="org/w3c/css/css/text.properties">text.properties</a></dt>
162: <dd>
163: text output format.</dd>
164: <dt>
165: <a href="org/w3c/css/css/html.properties">html.properties</a></dt>
166: <dd>
167: html output properties.</dd>
168: </dl></li>
169: </ul>
Webmaster