| Version 9 (modified by ijacobs, 3 years ago) |
|---|
- Frequently Asked Questions
- What is Unicorn?
- What does "validation" mean?
- How do I get started making my pages valid?
- What checks does Unicorn do?
- Unicorn reports false positives!
- How do I write a new validation service to be part of Unicorn?
- How can I contribute code to the Unicorn project?
- Can I download and install Unicorn?
Frequently Asked Questions
Please send additional questions or suggestions to the publicly archived mailing-list public-unicorn@…
What is Unicorn?
Unicorn is W3C's unified validator, which helps people improve the quality of their Web pages by performing a variety of checks. Unicorn gathers the results of the popular HTML and CSS validators, as well as other useful services.
What does "validation" mean?
Validation is a process of testing some piece of content (HTML, CSS, etc.) against a set of rules. The HTML validator determines whether the markup conforms to the grammar of HTML (e.g., as expressed through a document type definition, or DTD). The CSS validator determines whether the CSS rules conform to CSS syntax.
Learn more about markup validation.
How do I get started making my pages valid?
See Making your website valid: a step by step guide and see other resources on Web quality.
What checks does Unicorn do?
checks
Today Unicorn aggregates results from the following tools:
* Markup validator (HTML, XHTML, ...). See also the Markup validator FAQ. * CSS validator. See also the CSS validator FAQ. * mobileOK checker. * Feed checker (RSS, Atom). See also the Feed validator FAQ.
Unicorn reports false positives!
Unicorn gathers results from other validators and Web Services. Unicorn reporting errors means the corresponding validator did report errors. If you believe this is wrong, you should contact the maintainer of this validator directly as Unicorn is not faulty here.
How do I write a new validation service to be part of Unicorn?
See our information about developing a new service for Unicorn.
How can I contribute code to the Unicorn project?
See information about contributing code to Unicorn.
Can I download and install Unicorn?
Yes! Unicorn is an open source software which means anyone can download, use, modify and redistribute it freely. Full instructions on how to install Unicorn are available
