ICFI / epa-eds

0 stars 5 forks source link

Accessibility - Dropdown labels #34

Open jvanderlan opened 8 years ago

jvanderlan commented 8 years ago

Required accessibility feature - In this case, we may want to add a {display: none;} class to the label so that it doesn't show up, but is in the markup for screen readers to catch.

should be <label for=“field1”>Select State</label>

ptisdel commented 8 years ago

added labels to dropdowns - check for this in next push