- From: <bugzilla@jessica.w3.org>
- Date: Tue, 04 Dec 2012 01:21:08 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20225 --- Comment #2 from Cameron McCormack <cam@mcc.id.au> --- Oh, I don't think it's the intention to look at properties at run time -- just what IDL operations/attributes are declared on interfaces. So HTMLCollection.prototype.namedItem would always first just check if `this` is an HTMLPropertiesCollection, and throw if so. Whether there is a property called namedItem somewhere else on the prototype chain at run time shouldn't matter. -- You are receiving this mail because: You are on the CC list for the bug.
Received on Tuesday, 4 December 2012 01:21:15 UTC