RESOLVED CONFIGURATION CHANGED 104421
Clean up the pseudo type extracting and checking code
https://bugs.webkit.org/show_bug.cgi?id=104421
Summary Clean up the pseudo type extracting and checking code
Dima Gorbik
Reported 2012-12-07 17:52:51 PST
CSSSelector::isCustomPseudoType is not used anywhere in the code in the moment, and the function implementation share the "type == PseudoUserAgentCustomElement || type == PseudoWebKitCustomElement" with the CSSSelector::isCustomPseudoElement(). Could this be cleaned up?
Attachments
Anne van Kesteren
Comment 1 2023-12-29 00:08:45 PST
I've cleaned this up recently.
Note You need to log in before you can comment on or make changes to this bug.