Accessibility: Section 508 accessibility issues

Accessibility: Section 508 accessibility issues

Lina Divitt - келді
Number of replies: 5

I am working on a project with Moodle and have to deliver a section 508 compliant tool.  I am getting messages like the following from Cynthia Says, and similar compliance check tools.

Rule: 1.1.2 - All INPUT elements are required to contain the alt attribute or use a LABEL.

  • Failure - INPUT Element, of Type TEXT, found at Line: 163, Column: 858
  • Failure - INPUT Element, of Type PASSWORD, found at Line: 163, Column: 992

How would I go about ensuring I meet the label requirements? Can I edit the HTML myself?  If so, where would I go? I've looked at some of the php files, but there are too many! Please advise. Thanks much.

In reply to Lina Divitt

Re: Accessibility: Section 508 accessibility issues

Thomas Robb - келді
You are posting this in the wrong area.  It would probably be best to post it under "General problems" but you might also consider filing a bug report at http://bug.moodle.com

There's nothing in the HTML that you can tweak because PHP automatically generates the HTML for each page on the fly when it needs to be generated, so it's the php scripts which must be fixed.
In reply to Thomas Robb

Re: Accessibility: Section 508 accessibility issues

Lina Divitt - келді

Thanks for the responses. I will post as you suggested and file a bug report.  I have looked at the docs from Moodle, and even gotten my husband's expertise to probe and see what we can do ourselves, and it's not straightforward, to say the least.

If I get any further info, I'll be sure to pass it on. Thanks again.

In reply to Lina Divitt

Re: Accessibility: Section 508 accessibility issues

Tony Hursh - келді
Lina, you might want to have a look at the Moodle Accessibility Specification that's under development.
In reply to Tony Hursh

Re: Accessibility: Section 508 accessibility issues

Tim Hunt - келді
Core developers қатысушының суреті Documentation writers қатысушының суреті Particularly helpful Moodlers қатысушының суреті Peer reviewers қатысушының суреті Plugin developers қатысушының суреті
Yes, the short answer is wait for Moodle 1.8 which is due in early 2007.

And I would say that Lina Divitt asked the question in exactly the right forum.