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

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

Cameron McCormack <cam@mcc.id.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #9 from Cameron McCormack <cam@mcc.id.au> 2011-06-29 05:38:09 UTC ---
The spec now states that objects in the system are either "platform objects" or
"user objects".  (Better name suggestions welcome.)  The former are objects for
objects implementing Node, the latter for EventListener.  I added a slightly
waffley section attempting to describe this:

http://dev.w3.org/2006/webapi/WebIDL/#idl-objects

In the ECMAScript binding, most mentions of host objects have been replaced by
platform objects and native objects with user objects, where appropriate. 
Hopefully this is sufficient to "allow" ECMAScript to be the DOM implementation
language as well as the author script language.

http://dev.w3.org/cvsweb/2006/webapi/WebIDL/Overview.xml.diff?r1=1.321;r2=1.322;f=h

-- 
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 Wednesday, 29 June 2011 05:38:11 UTC