This new release now uses an external library to analyse the page.
You should use composer to install the module via: composer require drupal/w3c_validator
To update from a previous version:
- Delete the whole w3c_validator folder
- Run composer require drupal/w3c_validator
- Eventually run /core/rebuild.php if the module stands in a different location then it previously was
- Run update.php
- Enjoy and start correcting your HTML ^^ !
W3C Validator let's you validate your using the W3C HTML Validator test. This is on step into maintaining a properly coded site.
To admin W3C Validator, go to : /admin/config/development/w3c_validator
To validate manually a page, go to : /validator
To check your site and validate it all, go to : /admin/reports/w3c_validator
Feature: Possibility to chose between tho validation methods, using the W3C validator script or using the Tidy library (requires php tidy extension).
Feature: Possibility to validate authenticated pages, i.e.: unpublished nodes, private views. Only available when using the Tidy library method.
Task: default validator endpoint is now the official w3c validator url so you can start using the module right away without installing any script. A notice about the conveniency of installing your own instance of the validator is given in the system status report.
* Improved help.
* Dont show "clear results" button when there are no results.
* If no content type is selected, all nodes will be validated.
* Prevent using the module if it has not been configured.
* Added translation template.
* Bug fixes related to warnings messages.