-
-
Notifications
You must be signed in to change notification settings - Fork 44.1k
[beta] Label text should be synonymous with date picker format #13207
Copy link
Copy link
Closed
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.
Description
Challenge add-an-accessible-date-picker has an issue.
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36.
Just wondering if the example shown:
<label for="input1">Enter a date (MM-DD-YYYY):</label>
<input type="date" id="input1" name="input1">and the challenge code:
<p>Tell us the best date for the competition</p>
<label for="pickdate">Preferred Date (MM-DD-YYYY):</label>should be revised so that the format for the date picker (YYYY-MM-DD) is synonymous with the label texts (currently MM-DD-YYYY).
Suggested revisions:
Enter a date (MM-DD-YYYY):toEnter a date (YYYY-MM-DD):Preferred Date (MM-DD-YYYY):toPreferred Date (YYYY-MM-DD):
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedOpen for all. You do not need permission to work on these.Open for all. You do not need permission to work on these.