Bug 79444 - Selector matching broken for camelCase SVG elements in HTML documents
Summary: Selector matching broken for camelCase SVG elements in HTML documents
Status: RESOLVED DUPLICATE of bug 140878
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-23 22:32 PST by Boris Zbarsky
Modified: 2015-01-27 01:38 PST (History)
5 users (show)

See Also:


Attachments
Testcase (235 bytes, text/html)
2012-02-23 22:32 PST, Boris Zbarsky
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Boris Zbarsky 2012-02-23 22:32:33 PST
Created attachment 128652 [details]
Testcase

See attached testcase.  There should be no red.
Comment 1 Alexey Proskuryakov 2012-02-24 14:41:27 PST
Duplicate of bug 46800?
Comment 2 Boris Zbarsky 2012-02-24 14:50:04 PST
At first glance in WebKit it may be sort of a duplicate of the querySelector thing (insofar as the code is shared) but not of getElementsByTagName...

Note that making this work would take more work than making querySelector work, though.
Comment 3 Benjamin Poulain 2015-01-27 01:38:34 PST
Follow up with your test in https://bugs.webkit.org/show_bug.cgi?id=140930

Thanks for reporting this bug Boris.

*** This bug has been marked as a duplicate of bug 140878 ***