solid-style-guide icon indicating copy to clipboard operation
solid-style-guide copied to clipboard

input[type="url"] is not supported

Open Vinnl opened this issue 6 years ago • 3 comments

<input type="url"> should probably be styled the same as <input type="text">.

Vinnl avatar Jun 12 '19 11:06 Vinnl

It's a supported input type though, so for semantics sake I think we should use it. But we usually cannot rely on the validations as that are browser specifics.

megoth avatar Jun 12 '19 13:06 megoth

It's also listed as available type on MDN.

megoth avatar Jun 12 '19 13:06 megoth

Yes, I mostly meant that it's currently unstyled. It's useful even beyond validations - e.g. keyboards on mobile phones can adapt to it (with e.g. a .com button).

Vinnl avatar Jun 12 '19 13:06 Vinnl