- Issue created by @theosuja
- Status changed to Closed: works as designed
over 1 year ago 12:06pm 27 February 2023
When creating a date range, the <input>
and its <label>
are correctly rendered except that the <label>
has no "for" attribute.
The <label>
should have a "for" attribute with the "id" of the <input>
as value. It is the expected way to link the label to it's corresponding input, at least for screen readers.
Closed: works as designed
1.0
Code
It affects the ability of people with disabilities or special needs (such as blindness or color-blindness) to use Drupal.