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 15597 - Nothing seems to say when contentDocument or contentWindow are null. It should say they're null if there's no nested browsing context, or similar.
Summary: Nothing seems to say when contentDocument or contentWindow are null. It shou...
Status: CLOSED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: 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:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-17 18:09 UTC by contributor
Modified: 2012-02-07 15:18 UTC (History)
6 users (show)

See Also:


Attachments

Description contributor 2012-01-17 18:09:13 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html
Multipage: http://www.whatwg.org/C#iframe-content-model
Complete: http://www.whatwg.org/c#iframe-content-model

Comment:
Nothing seems to say when contentDocument or contentWindow are null.  It
should say they're null if there's no nested browsing context, or similar.

Posted from: 72.229.29.65
User agent: Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.26 Safari/535.11
Comment 1 Ian 'Hixie' Hickson 2012-02-07 00:59:14 UTC
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 2 contributor 2012-02-07 01:00:03 UTC
Checked in as WHATWG revision r6976.
Check-in comment: Say when iframes' contentDocument and contentWindow attributes return null.
http://html5.org/tools/web-apps-tracker?from=6975&to=6976
Comment 3 Aryeh Gregor 2012-02-07 15:18:17 UTC
Seems good enough to me at a glance.