This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.
In section "5.1 Browsing contexts" you can read "Note: In general, there is a 1-to-1 mapping from the Window object to the Document object. There are two exceptions. First, a Window can be reused for the presentation of a second Document in the same browsing context, such that the mapping is then 2-to-1. " Shouldn't the last be 1-to-2 (since the note says mapping "from Window to Document") Similarly few lines below "Second, a Document can end up being reused for several Window objects when the document.open() method is used, such that the mapping is then 1-to-many." Should this be many-to-one
This bug was cloned to create bug 17833 as part of operation convergence.
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-v2.html Status: Accepted Change Description: https://github.com/w3c/html/commit/3b1ee7b24abfc94f2bdb421802d4b1db644d544d Rationale: Adopted WHATWG patch