Bug 241733
| Summary: | optimize CSS JIT for `:target` | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Devin Rousso <hi> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Devin Rousso
we're not doing the most optimal thing right now because Web Inspector is able to override the normal path, which is not a simple check.
ideally we'd have the existing logic that compares the `Element*` with `Document::cssTarget` and then have a fastpath check for Web Inspector being enabled, with a slowpath if so
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/95888920>