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

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

            Bug ID: 26658
           Summary: window.parent needs [Replaceable] to match interop +
                    browsers
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec
          Assignee: dave.null@w3.org
          Reporter: travil@microsoft.com
        QA Contact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-wg-issue-tracking@w3.org

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 Monday, 25 August 2014 20:22:29 UTC