Re: [whatwg] Request: Implementing a Geo Location URI Scheme

2013-06-05 Thread Julian Reschke
On 2013-06-05 00:25, Rodrigo Polo wrote: I really don't want to fight over any issue, I, as a user, want to share with you the current state on this topic and (as I said on the letter) with a friendly open letter in the pursuit to make a polite request to make the life of millions easier give

Re: [whatwg] Request: Implementing a Geo Location URI Scheme

2013-06-05 Thread Rodrigo Polo
Hi, well, the kind of support I think should be implemented is actually something that should be a standard, any anchor that have a mailto:; inside is supported out of the box in any web browser and the first time it is clicked the web browser asks for the default app to open that link. The geo

Re: [whatwg] Request: Implementing a Geo Location URI Scheme

2013-06-05 Thread Julian Reschke
On 2013-06-05 13:27, Rodrigo Polo wrote: Hi, well, the kind of support I think should be implemented is actually something that should be a standard, any anchor that have a mailto:; inside is supported out of the box in any web browser and the first time it is clicked the web browser asks for

Re: [whatwg] Request: Implementing a Geo Location URI Scheme

2013-06-05 Thread Rodrigo Polo
You are completely right, but in the tests I made on Chrome the geo URI handler can't be used with the registerProtocolHandler call, it throws a security error and the use of geo location URI it is not included as a recommendation or good practice when we talk about the markup, so it is not a

Re: [whatwg] Request: Implementing a Geo Location URI Scheme

2013-06-05 Thread Julian Reschke
On 2013-06-05 14:00, Rodrigo Polo wrote: You are completely right, but in the tests I made on Chrome the geo URI handler can't be used with the registerProtocolHandler call, it throws a security error and the use of geo location URI it is not included as a recommendation or good practice when we

Re: [whatwg] Fetch: please review!

2013-06-05 Thread Anne van Kesteren
On Mon, May 27, 2013 at 1:24 AM, Peter Occil pocci...@gmail.com wrote: Step 7 of section 4.3 reads: Let headers be the names of request's author headers, sorted lexicographically and [[byte lowercased]]. Isn't the phrase byte lowercased rather easy to define, since each author header

Re: [whatwg] Fetch: please review!

2013-06-05 Thread Anne van Kesteren
On Thu, May 23, 2013 at 9:33 AM, Simon Pieters sim...@opera.com wrote: Example (using backticks for code): I've done this, but I've not converted the components of a URL yet. I'm not sure if we should force those to be one or the other. I think strings might be the best even though most of the