[Webkit-unassigned] [Bug 13707] REGRESSION: JavaScript exceptions on quotes.burntelectrons.org
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon May 28 23:58:42 PDT 2007
http://bugs.webkit.org/show_bug.cgi?id=13707
------- Comment #7 from mjs at apple.com 2007-05-28 23:58 PDT -------
Is it the best approach to put all HTMLDocument methods and properties directly
in the Document interface? Another possible approach would be to retain
separate SVGDocument and HTMLDocument interfaces, but to make both those
interfaces available on all documents. (I think there may be a few conflicts
between SVGDocument and HTMLDocument which would have to be appropriately
resolved.)
Additional comments:
+#if defined(LANGUAGE_JAVASCRIPT)
+ attribute [Custom] Window location;
#endif
This is surely wrong, the location property returns a Location object, not a
Window. I realize this is a pre-existing bug but changing the IDL seems like a
good time to fix it.
r- for now to consider the general design issue and this one detail. Otherwise
looks fine.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list