dobtco / dvl-core

Base styles for the DOBT View Layer.
https://design.dobt.co/
1 stars 1 forks source link

Add hidden labels to fieldsets #244

Closed ajb closed 8 years ago

ajb commented 8 years ago

From @jrubenoff on March 2, 2016 23:34

Each input in a fieldset should have a label for accessibility. If the label isn't visible in the UI, we should hide it with the hidden mixin. Example:

Copied from original issue: dobtco/screendoor-v2#3310

ajb commented 8 years ago

We will use aria-label for this. I can add a pattern to the style guide?

jrubenoff commented 8 years ago

Don't we already have this with the date and item picker? You can add a hint describing that change if you want.

This is primarily a Screendoor task, really... making sure we have fieldsets with aria-label everywhere.

ajb commented 8 years ago

K. I'll open an issue in Screendoor and close this.