Bug 266949
| Summary: | `HasScope` should not be represented as a `PseudoClass` internally | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
| Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | annevk, koivisto, m_dubet, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Tim Nguyen (:ntim)
Similar to bug 252188. The only reason it was implemented as a pseudo class is because the behavior is similar.
The reasons to change this:
- it doesn't actually represent a pseudo class
- it makes it harder to auto-generate code for PseudoClass if needed.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120335193>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/22279
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/22280
EWS
Committed 272554@main (d7d7358f95b5): <https://commits.webkit.org/272554@main>
Reviewed commits have been landed. Closing PR #22280 and removing active labels.