Skip to content

[beta] Label text should be synonymous with date picker format #13207

@cdrani

Description

@cdrani

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:

  1. Enter a date (MM-DD-YYYY): to Enter a date (YYYY-MM-DD):
  2. Preferred Date (MM-DD-YYYY): to Preferred Date (YYYY-MM-DD):

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedOpen for all. You do not need permission to work on these.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions