Bug 266946
Summary: | Stop stripping prefixes from PseudoClass & PseudoElement | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tim Nguyen (:ntim) <ntim> |
Component: | CSS | Assignee: | Tim Nguyen (:ntim) <ntim> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | annevk, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Tim Nguyen (:ntim)
Since prefixes are no longer the main practice to graduate experimental features and they are only used for compatibility reasons or for internal usage, there is no longer a reason to strip the prefixes from enum classes.
It provides more clarity to what is exposed to the web, and it prevents confusion (in fact we have bugs where developer tools shows non-existing unprefixed pseudos).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/120323601>
Tim Nguyen (:ntim)
Pull request: https://github.com/WebKit/WebKit/pull/22275
EWS
Committed 272544@main (55c55cb3d5db): <https://commits.webkit.org/272544@main>
Reviewed commits have been landed. Closing PR #22275 and removing active labels.