[Webkit-unassigned] [Bug 46800] querySelectorAll/getElementsByTagName unable to find SVG camelCase elements imported into HTML

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 28 01:52:22 PDT 2011


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


Dirk Schulze <krit at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |abarth at webkit.org,
                   |                            |eric at webkit.org




--- Comment #3 from Dirk Schulze <krit at webkit.org>  2011-09-28 01:52:21 PST ---
It doesn't even work on creating the linearGradient with the NS of SVG: 


var a = document.createElementNS('http://www.w3.org/2000/svg', 'linearGradient');
alert(a);  --> [object SVGLinearGradientElement]

document.getElementsByTagName('svg')[0].appendChild(a);
document.getElementsByTagName('linearGradient').length --> 0

I'll check the behavior in XHTML.

Btw. the SVG element was found.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list