Bug 104421

Summary: Clean up the pseudo type extracting and checking code
Product: WebKit Reporter: Dima Gorbik <dgorbik>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: annevk, shinyak, tasak
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   

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.