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 25186 - window.external should be [Replaceable]
Summary: window.external should be [Replaceable]
Status: RESOLVED FIXED
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-28 04:04 UTC by Ehsan Akhgari [:ehsan]
Modified: 2014-05-02 23:20 UTC (History)
3 users (show)

See Also:


Attachments

Description Ehsan Akhgari [:ehsan] 2014-03-28 04:04:39 UTC
I recently moved Gecko's window.external implementation to WebIDL, and during that realized that the Window.external property currently in the spec is not [Replaceable].  But that is not Web compatible, testing with Gecko and Blink.  So I think we should make this property as [Replaceable].
Comment 1 Ian 'Hixie' Hickson 2014-03-31 17:09:34 UTC
Do you have a test case showing what you mean?
Comment 2 Boris Zbarsky 2014-03-31 17:23:23 UTC
http://software.hixie.ch/utilities/js/live-dom-viewer/?saved=2908

Note that the log says "5", not [object External].
Comment 3 Ian 'Hixie' Hickson 2014-05-02 23:19:48 UTC
Thanks.
Comment 4 contributor 2014-05-02 23:20:40 UTC
Checked in as WHATWG revision r8601.
Check-in comment: match reality: window.external is [Replaceable]
http://html5.org/tools/web-apps-tracker?from=8600&to=8601