Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input=datetime listed as "Local Date and Time state" #466

Closed
cookiecrook opened this issue Apr 7, 2023 · 2 comments · Fixed by #470
Closed

input=datetime listed as "Local Date and Time state" #466

cookiecrook opened this issue Apr 7, 2023 · 2 comments · Fixed by #470

Comments

@cookiecrook
Copy link
Collaborator

Both #el-input-dateandtime and #el-input-datetime-local mention "Local Date and Time state" in the prose.

I suspect you need to remove both instances of "local" from the first: #el-input-dateandtime.

@cookiecrook
Copy link
Collaborator Author

cookiecrook commented Apr 7, 2023

since the type values are "datetime" and "datetime-local", it may also make sense to reorder the list so that these are next to each other in the spec source. Currently they are alphabetical by "date and time" then "local date and time" rather then the attribute values that bth start with d.

@scottaohara
Copy link
Member

thanks @cookiecrook.

actually seems this is an instance of a duplicate entry since there is no datetime input type. just type=date and type=datetime-local

so going to just remove one of these and make sure it's in the proper alphabetical order

scottaohara added a commit that referenced this issue Apr 11, 2023
closes #466

removes Local date time entry as it was duplicate to the existing datetime-local entry.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants