[Bug 20799] launchURI method proposal

https://www.w3.org/Bugs/Public/show_bug.cgi?id=20799

--- Comment #2 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
Different browsers do different things with window.open(). For example,
window.open("user@example.com") closes the new window in IE and returns null
and opens a new tab set to about:blank in Chrome and returns a reference to
that tab.

The goal of this API is for the specific scenario where a navigation is not
expected.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Wednesday, 30 January 2013 22:17:33 UTC