[Bug 10116] New: HTMLFrameElement is missing contentWindow attribute

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10116

           Summary: HTMLFrameElement is missing contentWindow attribute
           Product: HTML WG
           Version: unspecified
          Platform: All
               URL: http://dev.w3.org/html5/spec/Overview.html#htmlframeel
                    ement
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: adrianba@microsoft.com
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html@w3.org


HTMLFrameElement does not include the contentWindow attribute which is present
on HTMLIFrameElement. IE8, Firefox, and Chrome all support the attribute on the
HTMLFrameElement too.

contentWindow should be added to the HTMLFrameElement with the same semantics
as the HTMLIFrameElement:

readonly attribute WindowProxy contentWindow;

See also: http://dev.w3.org/html5/spec/Overview.html#htmliframeelement

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 9 July 2010 00:04:43 UTC