- From: <bugzilla@jessica.w3.org>
- Date: Tue, 27 Mar 2012 15:39:30 +0000
- To: public-script-coord@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=16537
Summary: Interface types - Implements is ambiguous
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
In "4.2.18. Interface types", it says:
"If V is a platform object that implements I, then return the IDL interface
type value that represents a reference to that platform object."
But it doesn't say how to check "that V implements I". Should implements link
to something? I would have expected an algorithm for checking how one thing
implements another thing.
Also, "return the IDL interface type value that represents a reference to that
platform object" seems verbose. I'm not sure what you want me to return there?
just "return V"? or "return new V()"? :/
(sorry if I missed something previously about this, I'm cherry picking parts to
implement out of order)
--
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 Tuesday, 27 March 2012 15:39:38 UTC