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 13030 - it looks to me boolean is the right type for the 4th parameter 'replace' in the open operation as open in HTMLDocument.
Summary: it looks to me boolean is the right type for the 4th parameter 'replace' in t...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard: IE
Keywords:
: 14079 (view as bug list)
Depends on: 12735
Blocks:
  Show dependency treegraph
 
Reported: 2011-06-23 14:43 UTC by contributor
Modified: 2011-09-30 14:28 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2011-06-23 14:43:07 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html
Multipage: http://www.whatwg.org/C#the-window-object
Complete: http://www.whatwg.org/c#the-window-object

Comment:
it looks to me boolean is the right type for the 4th parameter 'replace' in
the open operation as open in HTMLDocument.

Posted from: 114.176.51.76 by shiki.okasaka@gmail.com
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1
Comment 1 Aryeh Gregor 2011-06-23 16:40:11 UTC
Yep, looks like a spec bug to me.
Comment 2 Ms2ger 2011-06-24 18:31:14 UTC
That entire parameter is spec bug 12735.
Comment 3 Michael[tm] Smith 2011-08-04 05:35:44 UTC
mass-move component to LC1
Comment 4 Ian 'Hixie' Hickson 2011-08-31 23:54:04 UTC
The way IE implements it is as specced, IIRC.
Comment 5 Ms2ger 2011-09-03 09:12:40 UTC
The spec has different types for the parameter on window.open and document.open, so I'd be surprised if IE implemented that.
Comment 6 Ms2ger 2011-09-17 09:27:34 UTC
*** Bug 14079 has been marked as a duplicate of this bug. ***
Comment 7 Ian 'Hixie' Hickson 2011-09-21 23:08:28 UTC
Ok well _that_ is clearly a mistake.

I need to test this on IE.
Comment 8 Ian 'Hixie' Hickson 2011-09-29 00:27:30 UTC
It's a boolean, you're right. I was confusing it with the second argument of the two-argument document.open() call, which it seems is indeed a string (and is also called "replace").

EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are satisfied with this response, please change the state of this bug to CLOSED. If you have additional information and would like the editor to reconsider, please reopen this bug. If you would like to escalate the issue to the full HTML Working Group, please add the TrackerRequest keyword to this bug, and suggest title and text for the tracker issue; or you may create a tracker issue yourself, if you are able to do so. For more details, see this document:
   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: see diff given below
Rationale: Concurred with reporter's comments.
Comment 9 contributor 2011-09-29 00:27:51 UTC
Checked in as WHATWG revision r6597.
Check-in comment: typo in idl
http://html5.org/tools/web-apps-tracker?from=6596&to=6597