NOTE: The current preferred location for bug reports is the GitHub issue tracker.
Bug 349 - remove common.data.uri.absolute & change input[@type=url]/@value to reference common.data.uri instead
remove common.data.uri.absolute & change input[@type=url]/@value to reference...
Status: RESOLVED INTENTIONAL
Product: Validator.nu
Classification: Unclassified
Component: HTML5 schema
HEAD
All All
: P2 normal
Assigned To: Henri Sivonen
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-12-10 08:46 CET by Michael[tm] Smith
Modified: 2008-12-10 11:00 CET (History)
0 users

See Also:


Attachments
patch with proposed changes (689 bytes, patch)
2008-12-10 08:48 CET, Michael[tm] Smith
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael[tm] Smith 2008-12-10 08:46:36 CET
<MikeSmith> hsivonen: spec says input[@type=url]/@value is just a "valid URL", not necessarily an absolute URL
<MikeSmith> http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#url-state
<MikeSmith> http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#valid-url
Comment 1 Michael[tm] Smith 2008-12-10 08:48:53 CET
Created attachment 9 [details]
patch with proposed changes
Comment 2 Michael[tm] Smith 2008-12-10 11:00:04 CET
ne'er mind...

<Hixie> MikeSmith: yeah, we should use absolute urls. send mail?
<MikeSmith> Hixie: OK
<MikeSmith> absolute URLs throughout? or just for value attribute on <input type=url> ?
<Hixie> for the type=url control
<Hixie> doesn't make much sense to allow relative urls
<MikeSmith> Hixie: OK
<MikeSmith> I'll raise a W3C bugzilla bug for it
<MikeSmith> http://www.w3.org/Bugs/Public/show_bug.cgi?id=6293