Re: Include page http response code in CSP reports?

On Wed, Mar 27, 2013 at 6:56 AM, Julian Reschke <julian.reschke@gmx.de> wrote:
> On 2013-03-26 23:11, Anne van Kesteren wrote:
>> Fly-by-comment, can we still rename those to "-url"? The whole
>> platform uses URL, not URI...
>
> I beg to differ.

document.URL, new URL(), @namespace url(...), <input type=url
autocomplete=url inputmode=url>, StorageEvent.url, definitionURL
(MathML), application/x-www-form-urlencoded, URLMismatchError, <meta
http-equiv=Refresh content="... ; url= ...">, canvas.toDataURL(),
canvas.toDataURLHD(), ...

For URI, I can only come up with lookupNamespaceURI(),
element.namespaceURI, node.baseURI and document.documentURI, and those
are considered historical errors (and the last one is obsolete with
document.URL).


-- 
http://annevankesteren.nl/

Received on Wednesday, 27 March 2013 09:51:54 UTC