So in the fieldset for Elements ordering here admin/config/search/custom_search

There are missing labels for the select dropdowns.

<select id="edit-custom-search-order-search-box-region" class="region-select region-select-block form-select region-select-processed" name="custom_search_order[search_box][region]">
<option selected="selected" value="block">Block</option>
<option value="popup">Popup</option>
</select>

Here's a quick screenshot from WebAIM's WAVE Toolbar:
Screen Shot of errors identified by WAVE

CommentFileSizeAuthor
Screen Shot 2013-04-06 at 8.39.45 AM.png66.51 KBmgifford

Comments

mgifford’s picture

Issue tags: +Accessibility

tagging

jdanthinne’s picture

The column label is the label of the select dropdowns as well, isn't it?

mgifford’s picture

Tables accessibility is different than form accessibility. Tables should have a semantic relationship between a cell & it's header column. It's less of an issue though as this is a pretty simple table and easy to understand.

Ultimately it's a matter of ensuring that the title_display is just set to invisible

http://api.drupal.org/api/drupal/developer!topics!forms_api_reference.ht...

jdanthinne’s picture

Can you provide a patch then?

mgifford’s picture

Not at this time, but I'll come back to this issue when I can.

loon’s picture

Issue summary: View changes
Status: Active » Closed (outdated)