Note: You are currently viewing documentation for Moodle 1.9. Up-to-date documentation for the latest stable version is available here: W3C validation.

W3C validation: Difference between revisions

From MoodleDocs
(see also)
mNo edit summary
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{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".
#Give that user all the roles and permissions that you want the validator to have. Easiest is just to make it an admin.
#(Optional) Turn debugging up a little in ''Administration > Server > [[Debugging]]''. This will give you handy validation links in the footer.
#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 ==
== See also ==
*[http://moodle.org/mod/forum/discuss.php?d=35461 xhtml-validation problem] forum discussion
*[[Web developer extension]]
 
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=85468 How to use http://validator.w3.org/ without login?] forum discussion
== External links ==
*Using Moodle [http://moodle.org/mod/forum/discuss.php?d=35461 xhtml-validation problem] forum discussion
*[http://validator.w3.org/ The W3C Markup Validation Service]


[[Category:Administrator]]
[[Category:Administrator]]
[[Category:Developer]]
[[Category:Developer]]
[[Category:Themes]]
[[Category:Themes]]
[[es:Validación W3C]]
[[ja:W3C妥当性検証]]
[[de:W3C_Validierung]]

Latest revision as of 00:17, 11 October 2009



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