Changes between Version 7 and Version 8 of Documentation/FAQ

Show
Ignore:
Timestamp:
07/22/10 22:33:40 (3 years ago)
Author:
ijacobs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/FAQ

    v7 v8  
    1212Validation 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. 
    1313 
     14Learn more [http://validator.w3.org/docs/help.html#validation_basics about markup validation]. 
     15 
    1416== How do I get started making my pages valid? == 
    1517 
    1618See [http://www.w3.org/QA/2002/09/Step-by-step Making your website valid: a step by step guide] and see other [http://www.w3.org/QA/Library/#websitequality resources on Web quality]. 
     19 
     20== What checks does Unicorn do? == 
     21 
     22Today Unicorn aggregates results from the following tools: 
     23 
     24*  
    1725 
    1826