Annotation of 2002/css-validator/about.html.en, revision 1.15
1.1 ot 1: <?xml version="1.0" encoding="utf-8"?>
2: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3: "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4: <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5: <head>
6: <title>About the W3C CSS Validation Service</title>
7: <link rev="made" href="mailto:www-validator-css@w3.org" />
8: <link rev="start" href="./" title="Home Page" />
9: <style type="text/css" media="all">
1.2 ot 10: @import "style/base.css";
11: @import "style/docs.css";
1.1 ot 12: </style>
1.15 ! ot 13: <meta name="revision" content="$Id: about.html.en,v 1.14 2009/01/08 22:16:55 ot Exp $" />
1.1 ot 14: </head>
15:
16: <body>
1.6 ot 17: <div id="banner">
18: <h1 id="title"><a href="http://www.w3.org/"><img alt="W3C" width="110" height="61" id="logo" src="./images/w3c.png" /></a>
19: <a href="./"><span>CSS Validation Service</span></a></h1>
20: <p id="tagline">
21: Check Cascading Style Sheets (CSS) and (X)HTML documents with style sheets
22: </p>
23: </div>
24: <div class="doc">
1.1 ot 25:
26: <h2>About the CSS Validator</h2>
27:
28: <h3 id="TableOfContents">Table of contents</h3>
29: <div id="toc">
30: <ol>
31: <li>About this Service
32: <ol>
33: <li><a href="#what">What is this? Do I need it?</a></li>
34: <li><a href="#help">The explanation above is incomprehensible! Help!</a></li>
35: <li><a href="#reference">So, this is the authority on what is correct CSS and what isn't?</a></li>
1.8 ot 36: <li><a href="#validCSS">What does “Valid CSS” mean? Which version of CSS does this validator use?</a></li>
1.1 ot 37: <li><a href="#free">How much does it cost?</a></li>
38: <li><a href="#who">Who wrote this tool? Who maintains it?</a></li>
39: <li><a href="#contact">How do I contact the authors? Report a bug?</a></li>
40: <li><a href="#participate">Can I help?</a></li>
41: </ol>
42: </li>
43: <li>Developers' corner
44: <ol>
45: <li><a href="#code">What is the CSS Validator written in? Is the source available somewhere?</a></li>
46: <li><a href="#install">Can I install and run the CSS Validator myself?</a></li>
47: <li><a href="#api">Can I build an application upon this validator? Is there an API?</a></li>
48: </ol>
49: </li>
50: </ol>
51: </div><!-- toc -->
52: <h3 id="about">About this Service</h3>
53:
54: <h4 id="what">What is this? Do I need it?</h4>
55:
56: <p>The W3C CSS Validation Service is a free software created by the W3C
57: to help Web designers and Web developers check Cascading Style Sheets (CSS).
58: It can be used on this <a href="./">free service</a> on the web, or downloaded
59: and used either as a java program, or as a java servlet on a Web server.</p>
60:
61: <p>Do <em>you</em> need it? If you are a Web developer or a Web designer, this
62: tool will be an invaluable ally. Not only will it compare your style sheets to the
63: CSS specifications, helping you find errors, typos, or incorrect uses of CSS, it will
64: also tell you when your CSS poses some risks in terms of usability.</p>
65:
66: <h4 id="help">The explanation above is incomprehensible! Help!</h4>
67: <p>Most documents on the Web are written in a computer language called HTML. This language
68: can be used to create pages with structured information, links, and multimedia objects. For
69: color, text, and layout, HTML uses a styling language called CSS, short for "Cascading Style Sheets".
70: What this tool does is help people authoring CSS check, and fix if necessary, their CSS Style Sheets.</p>
71:
72: <h4 id="reference">So, this is the authority on what is correct CSS and what isn't?</h4>
73: <p>No. It is a helpful and reliable tool, but a software tool, and like every software, it has some
74: <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator">bugs and issues</a>.
75: The actual reference on Cascading Style Sheets are the <a href="http://www.w3.org/Style/CSS/#specs">CSS
76: Specifications</a>.</p>
77:
1.8 ot 78: <h4 id="validCSS">What does “Valid CSS” mean? Which version of CSS does this validator use?</h4>
79: <p>According to the <a href="http://www.w3.org/TR/CSS21/conform.html#valid-style-sheet"
80: title="CSS 2.1 Specification – Conformance: requirements and recommendations">CSS 2.1 Specification</a>:
81: <q cite="http://www.w3.org/TR/CSS21/conform.html">The validity of a style sheet depends on the level of
82: CSS used for the style sheet. […] valid CSS 2.1 style sheet must be written according to the grammar of CSS 2.1.
83: Furthermore, it must contain only at-rules, property names, and property values defined in this specification.</q></p>
84:
85: <p>By default, this validator checks style sheets against the grammar, properties and values defined in the
86: <a href="http://www.w3.org/TR/CSS21/"
87: title="Cascading Style Sheets Level 2 Revision 1 (CSS 2.1) Specification">CSS 2.1</a> specification,
88: but other CSS profiles can be checked against by using the options.</p>
89:
90: <p>CSS is an evolving language, and it is considered by many that “CSS” is a single grammar
91: (the one defined in the latest specification) with a number of properties and acceptable
92: values defined in various profiles.In a future version of this validator, the default behavior may be to check
93: style sheets against that latest “CSS grammar” and the cloud of all standardized CSS properties and values.</p>
94:
1.1 ot 95: <h4 id="free">How much does it cost?</h4>
96: <p>Nothing. The service is free. The source is <a href="DOWNLOAD.html">open</a> and you are free
97: to download it, use it, modify it, distribute it,
98: and <a href="http://www.w3.org/Consortium/Legal/copyright-software">more</a>.
99: If you really like it, you are welcome to <a href="#participate">join the project</a> or donate to W3C via the
100: <a href="http://www.w3.org/Consortium/sup">W3C supporters program</a>, but nobody forces you to.</p>
101:
102: <h4 id="who">Who wrote this tool? Who maintains it?</h4>
103: <p>W3C maintains and hosts the tool, thanks to the work and contributions by W3C staff,
104: volunteer developers and translators. See the <a href="thanks.html">credits and acknowledgments page</a>
105: for details. <a href="#participate">You too can help</a>.</p>
106:
107: <h4 id="participate">Can I help?</h4>
108: <p>Of course. If you are a java programmer, you can help the CSS Validator project by
109: checking out the <a href="#code">code</a>,
110: adopting and fixing <a href="http://www.w3.org/Bugs/Public/buglist.cgi?product=CSSValidator">bugs</a>,
111: or helping build new features.</p>
112: <p>But you do not need to be a coder to help build and maintain this tool: you can also help improve the
113: documentation, participate in translating the validator in your language, or subscribe to the
114: <a href="http://lists.w3.org/Archives/Public/www-validator-css/">mailing-list</a> and discuss about the tool
115: or help other users.</p>
116:
117: <h4 id="contact">Any other question?</h4>
118: <p>If you have any question regarding CSS or the CSS validator, check out the available
119: <a href="Email">mailing-lists and forums</a>. But before that, make sure that your question
120: or comment is not covered already by the <a href="http://www.websitedev.de/css/validator-faq">CSS Validator
121: <acronym title="Frequently Asked Questions">FAQ</acronym> document</a>.</p>
122:
123:
124: <h3 id="dev">Developers' corner</h3>
125: <h4 id="code">What is the CSS Validator written in? Is the source available somewhere?</h4>
126: <p>The W3C CSS validator is written using the java language, and yes, its source
127: is available, using CVS: you can
128: <a href="http://dev.w3.org/cvsweb/2002/css-validator/">browse the code online</a>
129: or follow the instructions there to download the whole source tree. For a quick
130: overview of the classes used in the CSS Validator code, check out the
131: <a href="README.html">README</a> file.</p>
132:
133: <h4 id="install">Can I install and run the CSS Validator myself?</h4>
134: <p>It is possible to download and install the CSS validator, and to run it either from the command line, or
135: as a servlet in a Web server. Read the <a href="RUN.html">instructions</a> for installation and use.</p>
136:
137: <h4 id="api">Can I build an application upon this validator? Is there an API?</h4>
1.4 ot 138: <p>Yes, and <a href="api.html">yes</a>. The CSS Validator has a (RESTful) <a href="api.html">SOAP interface</a>
1.1 ot 139: which should make it reasonably easy to build applications (Web or otherwise) upon it. Good manners and
140: respectful usage of shared resources are of course customary: make sure your applications sleep() between
141: calls to the validator, or install and run your own instance of the validator.</p>
1.6 ot 142: </div>
1.1 ot 143: <ul class="navbar" id="menu">
144: <li><strong><a href="./" title="Home page for the W3C CSS Validation Service">Home</a></strong> <span class="hideme">|</span></li>
1.5 ot 145: <li><a href="documentation.html" title="Documentation for the W3C CSS Validation Service">Documentation</a> <span class="hideme">|</span></li>
146: <li><a href="DOWNLOAD.html" title="Download the CSS validator">Download</a> <span class="hideme">|</span></li>
147: <li><a href="Email.html" title="How to provide feedback on this service">Feedback</a> <span class="hideme">|</span></li>
148: <li><a href="thanks.html" title="Credits and Acknowlegments">Credits</a><span class="hideme">|</span></li>
1.1 ot 149:
150: </ul>
151:
1.3 ot 152: <ul id="lang_choice">
1.11 ot 153:
1.13 ot 154: <li><a href="about.html.de"
1.11 ot 155: lang="de"
156: xml:lang="de"
157: hreflang="de"
158: rel="alternate">Deutsch</a>
159: </li>
160:
1.13 ot 161: <li><a href="about.html.en"
1.11 ot 162: lang="en"
163: xml:lang="en"
164: hreflang="en"
165: rel="alternate">English</a>
166: </li>
167:
1.13 ot 168: <li><a href="about.html.es"
1.11 ot 169: lang="es"
170: xml:lang="es"
171: hreflang="es"
172: rel="alternate">Español</a>
173: </li>
174:
1.13 ot 175: <li><a href="about.html.fr"
1.11 ot 176: lang="fr"
177: xml:lang="fr"
178: hreflang="fr"
179: rel="alternate">Français</a>
180: </li>
181:
1.13 ot 182: <li><a href="about.html.ko"
1.11 ot 183: lang="ko"
184: xml:lang="ko"
185: hreflang="ko"
186: rel="alternate">한국어</a>
187: </li>
188:
1.13 ot 189: <li><a href="about.html.it"
1.11 ot 190: lang="it"
191: xml:lang="it"
192: hreflang="it"
193: rel="alternate">Italiano</a>
194: </li>
195:
1.13 ot 196: <li><a href="about.html.nl"
1.11 ot 197: lang="nl"
198: xml:lang="nl"
199: hreflang="nl"
200: rel="alternate">Nederlands</a>
201: </li>
202:
1.13 ot 203: <li><a href="about.html.ja"
1.11 ot 204: lang="ja"
205: xml:lang="ja"
206: hreflang="ja"
207: rel="alternate">日本語</a>
208: </li>
209:
1.13 ot 210: <li><a href="about.html.pl-PL"
1.11 ot 211: lang="pl-PL"
212: xml:lang="pl-PL"
213: hreflang="pl-PL"
214: rel="alternate">Polski</a>
215: </li>
216:
1.13 ot 217: <li><a href="about.html.pt-BR"
1.11 ot 218: lang="pt-BR"
219: xml:lang="pt-BR"
220: hreflang="pt-BR"
221: rel="alternate">Português</a>
222: </li>
223:
1.13 ot 224: <li><a href="about.html.ru"
1.11 ot 225: lang="ru"
226: xml:lang="ru"
227: hreflang="ru"
228: rel="alternate">Русский</a>
229: </li>
230:
1.13 ot 231: <li><a href="about.html.sv"
1.11 ot 232: lang="sv"
233: xml:lang="sv"
234: hreflang="sv"
235: rel="alternate">Svenska</a>
236: </li>
237:
1.13 ot 238: <li><a href="about.html.zh-cn"
1.11 ot 239: lang="zh-cn"
240: xml:lang="zh-cn"
241: hreflang="zh-cn"
242: rel="alternate">简体中文</a>
243: </li>
244: </ul>
245:
246:
247:
1.3 ot 248:
249:
1.5 ot 250:
1.12 ot 251:
252:
1.6 ot 253: <div id="footer">
1.1 ot 254: <p id="activity_logos">
1.6 ot 255:
1.1 ot 256: <a href="http://www.w3.org/QA/" title="W3C's Quality Assurance Activity, bringing you free Web quality tools and more"><img src="http://www.w3.org/QA/2002/12/qa-small.png" alt="QA" /></a><a href="http://www.w3.org/Style/CSS/learning" title="Learn more about Cascading Style Sheets"><img src="images/woolly-icon" alt="CSS" /></a>
257: </p>
258:
1.15 ! ot 259: <p id="support_logo">
! 260: <a href="http://www.w3.org/QA/Tools/Donate">
! 261: <img src="http://www.w3.org/QA/Tools/I_heart_validator" alt="I heart Validator logo" title=" Validators Donation Program" />
! 262: </a>
! 263: </p>
1.1 ot 264:
265: <p class="copyright">
1.14 ot 266: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 1994-2009
1.1 ot 267: <a href="http://www.w3.org/"><acronym title="World Wide Web Consortium">W3C</acronym></a>®
268:
269: (<a href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute of Technology">MIT</acronym></a>,
270: <a href="http://www.ercim.org/"><acronym title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>,
271: <a href="http://www.keio.ac.jp/">Keio</a>),
272: All Rights Reserved.
273: W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
274: <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>,
275: <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a>
276:
277: and <a rel="Copyright" href="http://www.w3.org/Consortium/Legal/copyright-software">software licensing</a>
278:
279: rules apply. Your interactions with this site are in accordance
280: with our <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Public">public</a> and
281: <a href="http://www.w3.org/Consortium/Legal/privacy-statement#Members">Member</a> privacy
282: statements.
283: </p>
284:
1.6 ot 285: </div>
1.1 ot 286: </body>
287:
288: </html>
Webmaster