Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement <input type="url"> #16106
Implement <input type="url"> #16106
Comments
|
Won't block; the input types gracefully degrade to regular text inputs. |
|
I'd like to work on this. It's mostly about adding a new One question about this part of the spec:
On allowing input that is not a valid absolute URL, it seems there's some room for different handlings. Should the automatic escaping be implemented? Is it talking about e.g. percent-encoding spaces while the user types? |
|
It's not clear to me what we can actually implement without first implementing #11444. |
Spec: https://html.spec.whatwg.org/multipage/forms.html#url-state-(type=url)
May block
13942