- From: <bugzilla@jessica.w3.org>
- Date: Mon, 19 Mar 2012 19:59:44 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16440 Summary: interface prototype object. Product: WebAppsWG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: WebIDL AssignedTo: cam@mcc.id.au ReportedBy: w3c@marcosc.com QAContact: public-webapps-bugzilla@w3.org CC: mike@w3.org, public-script-coord@w3.org The spec reads: "The interface object for a non-callback interface must also have a property named “prototype” with attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false } whose value is an object called the interface prototype object." I think the above is a statement of fact, and not a conformance requirement. It's also a bit ambiguous. Can it be rewritten as : The interface prototype object for a non-callback interface has a property named “prototype” with attributes { [[Writable]]: false, [[Enumerable]]: false, [[Configurable]]: false } and whose [[Value]] is of type "Object"." -- 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 Monday, 19 March 2012 19:59:48 UTC