- From: Joe D Williams <joedwil@earthlink.net>
- Date: Thu, 16 Jul 2009 19:34:52 -0700
- To: "Ian Hickson" <ian@hixie.ch>, "Dimitry Golubovsky" <golubovsky@gmail.com>
- Cc: <public-html@w3.org>
>> 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