- From: Travis Leithead <travil@windows.microsoft.com>
- Date: Tue, 18 Mar 2008 09:56:17 -0700
- To: "Web APIs WG (public)" <public-webapi@w3.org>
Since this spec is presumably creating a language binding for JavaScript, (and assuming interface objects are Functions, as seen by Opera), then why does: var div = new HTMLDivElement(); produce a script error? Seems like a perfectly valid thing to do, essentially a shortcut to document.createElement('div')
Received on Tuesday, 18 March 2008 16:57:55 UTC