RESOLVED FIXED 159960
Use getElementById for attribute matching if the attribute name is html's id
https://bugs.webkit.org/show_bug.cgi?id=159960
Summary Use getElementById for attribute matching if the attribute name is html's id
Benjamin Poulain
Reported 2016-07-19 16:45:52 PDT
Use getElementById for attribute matching if the attribute name is html's id
Attachments
Patch (25.19 KB, patch)
2016-07-19 16:53 PDT, Benjamin Poulain
cdumez: review+
Benjamin Poulain
Comment 1 2016-07-19 16:53:17 PDT
Chris Dumez
Comment 2 2016-07-19 16:58:41 PDT
Comment on attachment 284071 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=284071&action=review > Source/WebCore/dom/SelectorQuery.h:113 > + AtomicString m_idFilter; Where is this used?
Chris Dumez
Comment 3 2016-07-19 17:02:46 PDT
Comment on attachment 284071 [details] Patch r=me
Benjamin Poulain
Comment 4 2016-07-19 18:30:20 PDT
Note You need to log in before you can comment on or make changes to this bug.