Bug 222515 - Consider removing support for CSS value keywords with the -khtml- prefix
Summary: Consider removing support for CSS value keywords with the -khtml- prefix
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Sam Weinig
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-02-27 10:10 PST by Sam Weinig
Modified: 2021-02-28 11:43 PST (History)
11 users (show)

See Also:


Attachments
Patch (1.55 KB, patch)
2021-02-27 10:14 PST, Sam Weinig
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2021-02-27 10:10:14 PST
We currently re-write any CSS value keyword that starts with -khtml- to be -webkit-. So for example, -khtml-link is usable instead of -webkit-link. (We also re-write -apple- in some cases, but let's leave that for another bug).

I think we should try removing this quirk.
Comment 1 Sam Weinig 2021-02-27 10:14:03 PST
Created attachment 421750 [details]
Patch
Comment 2 Darin Adler 2021-02-28 11:39:15 PST
Comment on attachment 421750 [details]
Patch

Iā€™m not sure how this "trial" is going to work, but the change is a good idea.
Comment 3 EWS 2021-02-28 11:42:51 PST
Committed r273637: <https://commits.webkit.org/r273637>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 421750 [details].
Comment 4 Radar WebKit Bug Importer 2021-02-28 11:43:14 PST
<rdar://problem/74841176>