RESOLVED FIXED 266946
Stop stripping prefixes from PseudoClass & PseudoElement
https://bugs.webkit.org/show_bug.cgi?id=266946
Summary Stop stripping prefixes from PseudoClass & PseudoElement
Tim Nguyen (:ntim)
Reported 2023-12-31 01:33:49 PST
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
Radar WebKit Bug Importer
Comment 1 2023-12-31 03:19:35 PST
Tim Nguyen (:ntim)
Comment 2 2023-12-31 03:21:45 PST
EWS
Comment 3 2023-12-31 13:24:25 PST
Committed 272544@main (55c55cb3d5db): <https://commits.webkit.org/272544@main> Reviewed commits have been landed. Closing PR #22275 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.