- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Jun 2011 02:43:38 +0000
- To: public-html@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13093
Summary: define which of Window's named properties are resolved
before prototype properties
Product: HTML WG
Version: unspecified
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec (editor: Ian Hickson)
AssignedTo: ian@hixie.ch
ReportedBy: cam@mcc.id.au
QAContact: public-html-bugzilla@w3.org
CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
public-html@w3.org
Web IDL in bug 8241 has just introduced a term "resolve before prototype
properties", which can be used to describe named properties that need to be
resolved after looking at the own object but before the prototype chain. This
is needed for Window's property resolution behaviour, which as bug 8241 points
at, in most browsers requires looking for frame names earlier than global scope
polluter properties.
I suggest in the second list item after "The Window interface supports named
properties." say that these named properties are "resolved before prototype
properties", and link to #dfn-resolved-before-prototype-properties in the Web
IDL spec.
--
Configure bugmail: http://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 Thursday, 30 June 2011 02:43:39 UTC