[Bug 12320] ECMAScript binding forbids using ECMAScript to implement many interfaces.

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12320

Garrett <dhtmlkitchen@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dhtmlkitchen@gmail.com

--- Comment #10 from Garrett <dhtmlkitchen@gmail.com> 2011-06-30 02:25:23 UTC ---
Regarding comment #1, if the object is not a node (and it isn't), then passing
that thing to
appendChild results in an error. What needs fixing?


"In a web page, script that implements the EventListener interface,which is
used to register a callback that the DOM Events implementation invokes, would
be considered to be a user object."

Missing particle "a". "In a web page" is not needed. I don't know how a script
can implement anything, but a user-defined object can be said to implement
EventListener, e.g.

var ud = {
 handleEvent : Function.prototype
};

I'm not that comfortable with the term "user object". I usually say
"user-defined".

-- 
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:25:26 UTC