Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: moodle.org
-
Labels:None
-
Environment:Firefox - outline headings using the Web Developer extension.
-
URL:
Description
See the formal_white theme - the Moodle logo should be marked up as <h1 class="headermain"><img alt="Moodle" .. /></h1> - good for accessibility.
Also, the H1s in the middle column, "Welcome to Moodle" "Moodle Community"... could be demoted to H2. Ask the W3C validator for an outline and you'll see the discrepancy:
http://validator.w3.org/check?uri=http%3A%2F%2Fmoodle.org&charset=%28detect+automatically%29&doctype=Inline&outline=1&verbose=1
Congratulations, no validation errors today!! And I think you got rid of the <table> from the Moodle.org theme a while back.
Hi Martin,
I attach a 'header.html' file copied and modified from 'http://moodle.org/theme/moodleorange/' - with H1s in place of 'headermain' DIVs.
When you have a moment perhaps you swap this in (the standard theme takes care of the margin:0 on 'headermain').
Hope this helps. Many thanks,
Nick