[Webkit-unassigned] [Bug 22211] Accessing DOM elements directly, without using getElementById() from inside javascripts

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 12 14:13:11 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22211





------- Comment #6 from mjs at apple.com  2008-11-12 14:13 PDT -------
For what it's worth, Firefox fails the XHTML version of the test, but it also
fails the HTML version. Opera passes. IE is not testable because it does not
support XHTML at all, but I am pretty sure it would pass the HTML version.

For HTML, I think our choice to emulate the IE compat quirk is sound. For XHTML
I could see an argument either way.

PRO: HTML and XHTML should behave the same to the degree possible.
CON: We shouldn't import this HTML quirk into XHTML (it makes programming
tricky since you have unexpeced things in your global namespace), and since
Firefox is the leading XHTML-based browser we should try to emulate them for
XHTML content.

Either way we should have this match between V8 and JSC based versions of
WebKit.


-- 
Configure bugmail: https://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