accessible-html
accessible-html copied to clipboard
Implement new input types
Implement new input types with compliant validations in place and test coverage for simple happy path and fallback cases. Implementing inputs as per MDN specs.
- [x] Color
- [x] Date
- [x] Datetime local
- [x] Email
- [x] File
- [x] Hidden
- [x] Image
- [x] Month
- [x] Password
- [x] Range
- [x] Search
- [x] Tel
- [x] Time
- [x] URL
- [x] Week
@tesk9 would be happy for some early stage feedback on this one if you get some time in the next while 👍🏻!
Resolved conflicts with latest master branch and ran elm-format, prettier and elm-review to check merge was successful and formatting consistent.
Conflicts are now resolved.