Accessibility Updates
-
Can these Accessibility Updates be added into the next release?
We ran WAVE on the plugins and found some coding errors. We updated our PHP files, but would like them implemented in your code files, so we don’t have to update ours each time we do an update.wp-fullcalendar plugin – Code edits
Last updated: 04-21-15wp-fullcalendar.php
Line 256: added <label for=”event-tags” style=”display: none;”>All Event Tags:</label>
Line 257: added <label for=”event-categories” style=”display: none;”>All Event Categories:</label>event-manager plugin – Code edits
Last updated: 04-21-15/templates/templates/search/geo.php
Line 8: added <label for=”geo”>Near…</label>/templates/templates/search/search.php
Line 10: added <label for=”em_search”>Search</label>/templates/templates/search/geo-units.php
Line 4: added for=”<?php if (esc_html($args[‘geo_units_label’]) == ‘Within’) { ?>near_distance<?php } else { ?>near_unit<?php } ?>”
Line 5: added id=”near_distance”
Line 10: added <label for=”near_unit” style=”display: none;”><?php echo esc_html($args[‘geo_units_label’]); ?></label>
Line 11: added id=”near_unit”/templates/templates/search/location-towns.php Line 4: added for=”town”
Line 5: added id=”town”/templates/templates/search/location-states.php Line 4: added for=”state”
Line 5: added id=”state”/templates/templates/search/location-regions.php Line 4: added for=”region”
Line 5: added id=”region”/templates/templates/search/location-countries.php
Line 4: added for=”country”
Line 5: added id=”country”/templates/templates/events-search.php Line 25: added <label for=”em-search-submit-btn”>Search Button</label>
Line 26: changed name= to “em-search-submit-btn” and id= to “em-search-submit-btn”
Line 29: added alt=”Location search button”Item: form fields for a course booking
/templates/forms/bookingform/booking-fields.php
Line 27: added id=”booking_comment”/templates/forms/bookingform/login.php Line 10: added for=”log”
Line 11: added id=”log”
Line 14: added for=”pwd”
Line 15: added id=”pwd”
Line 19: added for=”em_rememberme”WordPress – Code edits
Last updated: 04-21-15Item: global search field
/wp-includes/class-wp-editor.php
Line 1463: added for=”search-field”/wp-includes/general-template.php
Line 227: added for=”search-field”
Line 229: added name=”search-field” id=”search-field”
- The topic ‘Accessibility Updates’ is closed to new replies.