This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20287 - Window.open should use default values to simplify prose
Summary: Window.open should use default values to simplify prose
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P5 trivial
Target Milestone: 2013 Q2
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-07 07:52 UTC by contributor
Modified: 2013-04-12 22:55 UTC (History)
3 users (show)

See Also:


Attachments

Description contributor 2012-12-07 07:52:08 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html
Multipage: http://www.whatwg.org/C#apis-for-creating-and-navigating-browsing-contexts-by-name
Complete: http://www.whatwg.org/c#apis-for-creating-and-navigating-browsing-contexts-by-name

Comment:
Window.open should use default values to simplify prose

Posted from: 173.48.81.109 by bzbarsky@mit.edu
User agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:20.0) Gecko/20121203 Firefox/20.0
Comment 1 Boris Zbarsky 2012-12-07 07:55:43 UTC
For example:

  WindowProxy open(optional DOMString url = "", 
                   optional DOMString target = "_blank",
                   optional DOMString features = "",
                   optional boolean replace = false);
Comment 2 Ian 'Hixie' Hickson 2012-12-07 22:10:07 UTC
Yeah, but let me get back to this in a few months.
Comment 3 Ian 'Hixie' Hickson 2013-04-12 22:55:45 UTC
See bug 20286 for diff.