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.