Bug 267805 - Remove `:-khtml-drag` pseudo-class alias
Summary: Remove `:-khtml-drag` pseudo-class alias
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Tim Nguyen (:ntim)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2024-01-19 23:07 PST by Tim Nguyen (:ntim)
Modified: 2024-01-20 02:36 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 Tim Nguyen (:ntim) 2024-01-19 23:07:54 PST
Chrome has unshipped this for a while, let's give it a try.

A quick Github search for `:-khtml-drag` shows a small number of hits: https://github.com/search?q=%3A-khtml-drag&type=code

- Styling for dragging elements will change for the few sites that were using this.
- None of the hits are using `:-khtml-drag` in a selector list, which mean this change wouldn't accidentally un-apply declarations for a different selector
Comment 1 Radar WebKit Bug Importer 2024-01-19 23:08:04 PST
<rdar://problem/121303391>
Comment 2 Tim Nguyen (:ntim) 2024-01-20 00:35:27 PST
Pull request: https://github.com/WebKit/WebKit/pull/23012
Comment 3 Tim Nguyen (:ntim) 2024-01-20 00:36:57 PST
Submitted web-platform-tests pull request: https://github.com/web-platform-tests/wpt/pull/44112
Comment 4 EWS 2024-01-20 02:36:48 PST
Committed 273261@main (157eda4fb5e3): <https://commits.webkit.org/273261@main>

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