Closed (fixed)
Project:
Pay
Version:
6.x-1.0-alpha5
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 19:29 UTC
Updated:
1 Nov 2010 at 18:30 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| expiry_date_label.patch | 820 bytes | stella |
Comments
Comment #1
Everett Zufelt commentedThe 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.
Comment #2
jerdavisI went with the title attribute approach proposed by Everett and have committed the change.
Thanks!
Jeremiah