- From: <bugzilla@jessica.w3.org>
- Date: Thu, 04 Feb 2016 12:21:34 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29418 Bug ID: 29418 Summary: PlatformObjectGetOwnProperty's ignoreNamedProps feature Product: WebAppsWG Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P2 Component: WebIDL Assignee: cam@mcc.id.au Reporter: annevk@annevk.nl QA Contact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-script-coord@w3.org Target Milestone: --- Is there any class that supports indexed getters that also has a member that could be mistaken for an indexed getter? Because that seems to be the only reason why we wouldn't return a property descriptor for undefined here. And the fact that we don't return a property descriptor for undefined here actually creates a bug for the Window object, since its named properties are looked up in a different algorithm on a different object. Having said that, this bug will go away since we'll most likely move indexed property lookup to the window proxy object so the Window object can become an "ordinary" object. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Thursday, 4 February 2016 12:21:38 UTC