Bug 267805

Summary: Remove `:-khtml-drag` pseudo-class alias
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://github.com/web-platform-tests/wpt/pull/44112

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.