Bug 247851 - Refactor the code that handles selector specificity for simplicity and remove unused functions
Summary: Refactor the code that handles selector specificity for simplicity and remove...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-11-12 17:23 PST by Darin Adler
Modified: 2022-11-16 21:33 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2022-11-12 17:23:15 PST
CSSSelector has some needlessly complex code for selector specificity with too much in the CSSSelector.h header.
Comment 1 Radar WebKit Bug Importer 2022-11-12 17:24:41 PST
<rdar://problem/102281644>
Comment 2 Darin Adler 2022-11-12 17:59:23 PST
Pull request: https://github.com/WebKit/WebKit/pull/6435
Comment 3 EWS 2022-11-16 21:33:04 PST
Committed 256769@main (9adcbe8f12b9): <https://commits.webkit.org/256769@main>

Reviewed commits have been landed. Closing PR #6435 and removing active labels.