- From: <bugzilla@jessica.w3.org>
- Date: Fri, 16 Mar 2012 09:03:18 +0000
- To: public-html@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16401
Summary: potential typo in browsing context note
Product: HTML WG
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: giuseppep@opera.com
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
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
--
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Received on Friday, 16 March 2012 12:50:27 UTC