- From: Bjoern Hoehrmann <derhoermi@gmx.net>
- Date: Wed, 03 Jul 2013 15:22:17 +0200
- To: Jonas Sicking <jonas@sicking.cc>
- Cc: "Nilsson, Claes1" <Claes1.Nilsson@sonymobile.com>, "public-sysapps@w3.org" <public-sysapps@w3.org>
* Jonas Sicking wrote:
>On Thu, Jun 27, 2013 at 8:47 AM, Nilsson, Claes1 <
>Claes1.Nilsson@sonymobile.com> wrote:
>
>> *address + port vs uri, *https://github.com/sysapps/raw-sockets/issues/17:
>> ****
>>
>> I think we need more discussion on this proposal. Personally I need to get
>> a better view on advantages/disadvantages of using URI addresses instead of
>> explicit IP-address and port arguments.****
>
>I would recommend reaching out to IANA on this, and possibly the W3C
>webapps working group.
As per http://lists.w3.org/Archives/Public/www-archive/2011Mar/0032.html
"IANA has *only* an administrative role. Think of them as a secretary."
What you want is the URI community in the IETF, particularily the mail-
ing list of the former URI WG and the URI scheme review mailing list,
http://lists.w3.org/Archives/Public/uri/
https://www.ietf.org/mailman/listinfo/uri-review
>In general on the web platform, any URI can be used anywhere URIs can be
>used. So a blob: or a filesystem: URI works in <img src="..."> as well
><iframe src="..."> and XMLHttpRequest.open("GET", "...").
There does not seem to be much of a basis for such a claim, there are
all sorts of restrictions for `javascript:`, `mailto:`, `file:`, `data:`
and others, and they vary over time and between implementations.
--
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de
25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/
Received on Wednesday, 3 July 2013 13:22:54 UTC