Re: ISSUE-73: Are we going to support non-ECMAScript languages?

On Thu, 6 Apr 2006, Web APIs Issue Tracker wrote:
> 
> ISSUE-73: Are we going to support non-ECMAScript languages?
> 
> Are we? If so, the main problem, besides ISSUE-72, is how to create an 
> instance of the object. From what I recall from the discussions we have 
> several options:
> 
> (a) Leave it up to the language
> (b) Create a method on some object (like Window or Document) that returns an
>     the object.
> (c) Do it through DOMImplementation
> 
> Given that (c) seems to be the most "correct" solution I favor that one.

If you do either (b) or (c), please make it specific to that language 
binding and no _not_ permit a JS implementation to expose that API.

-- 
Ian Hickson               U+1047E                )\._.,--....,'``.    fL
http://ln.hixie.ch/       U+263A                /,   _.. \   _\  ;`._ ,.
Things that are impossible just take longer.   `._.-(,_..'--(,_..'`-.;.'

Received on Thursday, 6 April 2006 22:19:26 UTC