The expiry date drop-downs for month and year have no labels. This is problematic for accessibility. how does the user know whether it is an expiry date, today's date, start date, etc. Attached patch adds this label in.

CommentFileSizeAuthor
expiry_date_label.patch820 bytesstella

Comments

Everett Zufelt’s picture

The field titles should likely be more consistent. Also, if there is strong objection to visually displaying the titles you can use the @title attribute of the form element to store the title, instead of the #title property.

jerdavis’s picture

Status: Needs review » Fixed

I went with the title attribute approach proposed by Everett and have committed the change.

Thanks!

Jeremiah

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.