[Plugin: Events Manager] Labels tags for accessibility
-
Great plugin! I’ve tried a half-dozen WP events plugins, and this is the one!
Here’s a request for future development. Would it be possible to add <label> tags around the text descriptors of each form field?
http://www.w3schools.com/tags/tag_label.asp
Here’s an example. Currently:
<span class="em-event-text">Event starts at</span>
<input id="start-time" type="text" size="8" maxlength="8" name="event_start_time">With labels:
<span class="em-event-text"><label for="start-time">Event starts at</label></span>
<input id="start-time" type="text" size="8" maxlength="8" name="event_start_time">Your form fields already have meaningful IDs (thank you!) and the addition of label tags would allow us to pass concrete accessibility criteria, a requirement for federally-funded education-oriented sites.
http://wave.webaim.org/
http://achecker.ca/checker/Thanks for considering this!
The topic ‘[Plugin: Events Manager] Labels tags for accessibility’ is closed to new replies.