Task #7940
Validation of (X)HTML
| Status: | Accepted | Start date: | 2010-05-27 | |
|---|---|---|---|---|
| Priority: | Must have | Due date: | ||
| Assignee: | Andreas Becker | % Done: | 0% |
|
| Category: | HTML | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
Bram and I are trying to validate all the backend source
History
Updated by Jo Hasenau about 3 years ago
- Status changed from New to Accepted
Is there a simple way to collect and provide the feedback of the validator?
Updated by Bram Janssens about 3 years ago
Jo Hasenau wrote:
Is there a simple way to collect and provide the feedback of the validator?
The W3C validator checks the markup validity of webpages: http://validator.w3.org/check
We can also link to the validation results for a specific page. You do this by giving "check" an "uri" parameter pointing at the page you want to validate. For example <http://validator.w3.org/check?uri=http%3A%2F%2Fwww.example.com%2F> will validate the www.example.com home page.
Maybe we should provide a template to collect all the data of the validator?
Template:
- URl
- URL + valdidation link
- Date + number of errors
Any other suggestions?