w3c / html-aam

HTML Accessibility API Mappings - new spec updates should be made in https://github.com/w3c/aria/tree/main/html-aam
https://w3c.github.io/html-aam/
Other
100 stars 27 forks source link

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

Closed cookiecrook closed 1 year ago

cookiecrook commented 1 year ago

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 commented 1 year ago

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 commented 1 year ago

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