Open
Bug 561586
Opened 15 years ago
Updated 2 years ago
<input type='url'> should check URLs according to URL Standard
Categories
(Core :: DOM: Forms, defect, P5)
Core
DOM: Forms
Tracking
()
REOPENED
People
(Reporter: mounir, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
(Keywords: html5)
At the moment, <input type='url'> type mismatch constraint validation is using |nsIIOService::NewURI| which not checking URI according to RFC's 3986 and 3987, AFAICT.
Comment 1•14 years ago
|
||
You mean NewURI should do more checks? That's bug 19313.
Please note, however, that NewURI only succeeds for URL schemes that are registered on the user's system. If the user doesn't have a handler for e.g. tel: or mailto:, it fails, IIRC.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•14 years ago
|
Updated•6 years ago
|
Priority: -- → P3
Updated•6 years ago
|
Blocks: html-forms
Comment 3•4 years ago
|
||
This might be good to look into once we implement the URL Standard better.
Component: DOM: Core & HTML → DOM: Forms
Priority: P3 → P5
Summary: <input type='url'> should check URI's according to RFC's 3986 and 3987 → <input type='url'> should check URLs according to URL Standard
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•