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

From MoodleDocs
Revision as of 07:21, 16 June 2011 by Michael de Raadt (talk | contribs) (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". ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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