Note:

This site is no longer used and is in read-only mode. Instead please go to our new Moodle Developer Resource site.

W3C validation: Difference between revisions

From MoodleDocs
Created page with "{{Themes}} To use the [http://validator.w3.org/ W3C Markup Validation Service]: #Set your theme to "standard" or "standardwhite". #Add a user with the username "w3cvalidator". ..."
 
No edit summary
Line 14: Line 14:
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=35461 xhtml-validation problem] forum discussion
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=35461 xhtml-validation problem] forum discussion


[[Category:Administrator]]
[[Category:Developer]]
[[Category:Themes]]
[[Category:Themes]]

Revision as of 07:21, 16 June 2011


To use the W3C Markup Validation Service:

  1. Set your theme to "standard" or "standardwhite".
  2. Add a user with the username "w3cvalidator".
  3. Give that user all the roles and permissions that you want the validator to have. Easiest is just to make it an admin.
  4. (Optional) Turn debugging up a little in Administration > Server > Debugging. This will give you handy validation links in the footer.
  5. Click on the links to validate that page (or paste URLs directly). They should work now, because Moodle automatically detects the validator and treats it as the w3cvalidator user.

See also