Re: Haskell and W3C specs

>> So, basically, to define a template for a tag node creation code I 
>> need
>> two things: tag name and interface name; they are not always named
>> consistently. Supplementing a simple table, like this one:
>>
>> http://code.haskell.org/yc2js/idlconv/spec/idltags.txt *
>>
>> could help as the IDL conversion tool might derive the necessary
>> information from it.
>
> I still don't really understand what you're doing, but providing a 
> table
> like the above is definitely something that we can do. I'll add it 
> to the
> list of summary tables I need to provide when I fill in the index.

I'm not exactly sure what this is actually to be used for, but, for 
instance,
would <object> look like:

object: HTMLObjectElement : HTMLElement

and <audio> as:

audio: HTMLAudioElement : HTMLMediaElement  : HTMLElement

Thanks and Best Regards,
Joe

Received on Friday, 17 July 2009 02:35:39 UTC