[Bug 26667] New: window.parent needs [Replaceable] to match interop + browsers

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

            Bug ID: 26667
           Summary: window.parent needs [Replaceable] to match interop +
                    browsers
           Product: WHATWG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML
          Assignee: ian@hixie.ch
          Reporter: simonp@opera.com
        QA Contact: contributor@whatwg.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org,
                    travil@microsoft.com
        Depends on: 26658

+++ This bug was initially created as a clone of Bug #26658 +++

Related to Bug 13403. 

  readonly attribute WindowProxy parent;

should be
  [Replaceable] readonly attribute WindowProxy parent;

to match behavior already visible in Chrome/Firefox.
The latest IE will be changing to match this behavior as well for compatibility
with web sites, for example:
http://mrdoob.github.io/three.js/examples/webgl_particles_shapes.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Tuesday, 26 August 2014 05:28:20 UTC