Bug 104421
Summary: | Clean up the pseudo type extracting and checking code | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dima Gorbik <dgorbik> |
Component: | CSS | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anne van Kesteren
I've cleaned this up recently.