- From: Boris Zbarsky <bzbarsky@MIT.EDU>
- Date: Thu, 02 May 2013 15:42:27 -0400
- To: Arvind Jain <arvind@google.com>
- CC: Jatinder Mann <jmann@microsoft.com>, "public-web-perf@w3.org" <public-web-perf@w3.org>
On 5/2/13 3:28 PM, Arvind Jain wrote: > OK I'll write up something to this effect. Last question: what should > performance.navigation value be for initial about:blank? Does it need to > be specifically defined or is the current text ok? Current text sets redirectCount to 0, which is fine. Current text is not so much clear on the type, but it's not even clear for it in this case: <iframe src="http://example.com"></iframe> because that's not a link click, a load from the url bar, a form submission, or anything to do with script... Per the letter of the spec, that should be TYPE_RESERVED, which is wrong, I think. I assume we do want src="http://example.com" to be TYPE_NAVIGATE. It doesn't matter to me too much whether initial about:blank is TYPE_NAVIGATE or TYPE_RESERVED, as long as we all agree on which it is and have a test. -Boris
Received on Thursday, 2 May 2013 19:42:57 UTC