[Webkit-unassigned] [Bug 16489] WebKit does not support ElementTraversal specification
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jun 8 18:15:43 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=16489
------- Comment #8 from eric at webkit.org 2008-06-08 18:15 PDT -------
Hum... even after this has landed, we don't pass the WICD core test on the
subject:
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-element-traversal.xhtml
We hit a "TypeError: null value" on line 19 of:
http://www.w3.org/2004/CDF/TestSuite/WICD_CDR_WP1/test-element-traversal.svg
var childElement = element.firstElementChild;
while (childElement) { // THIS IS WHERE WE HIT THE ERROR
TypeError: Null value
counter0++;
childElement = childElement.nextElementSibling;
}
Ah, looks like it's lack of xml:id support?
--
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