Bug 234673 - Internally unprefix -webkit-font-kerning property
Summary: Internally unprefix -webkit-font-kerning property
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: 2021-12-24 15:01 PST by Tim Nguyen (:ntim)
Modified: 2021-12-24 21:40 PST (History)
11 users (show)

See Also:


Attachments
Patch (39.79 KB, patch)
2021-12-24 15:57 PST, Tim Nguyen (:ntim)
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
[fast-cq] Patch (39.80 KB, patch)
2021-12-24 17:22 PST, Tim Nguyen (:ntim)
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Nguyen (:ntim) 2021-12-24 15:01:27 PST
Similar to bug 234602, unprefixed font-kerning has shipped for a while (since Safari 9).
Comment 1 Tim Nguyen (:ntim) 2021-12-24 15:57:50 PST
Created attachment 447951 [details]
Patch
Comment 2 Simon Fraser (smfr) 2021-12-24 16:52:38 PST
Comment on attachment 447951 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=447951&action=review

> LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt:173
> +text-emphasis-color: rgb(0, 0, 0)
> +text-emphasis-position: over right
> +text-emphasis-style: none

Why did these change?

> LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt:7
> +font-optical-sizing: auto;
> +font-palette: normal;

Why did these change?
Comment 3 Tim Nguyen (:ntim) 2021-12-24 17:17:05 PST
(In reply to Simon Fraser (smfr) from comment #2)
> Comment on attachment 447951 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=447951&action=review
> 
> > LayoutTests/fast/css/getComputedStyle/computed-style-expected.txt:173
> > +text-emphasis-color: rgb(0, 0, 0)
> > +text-emphasis-position: over right
> > +text-emphasis-style: none
> 
> Why did these change?
> 
> > LayoutTests/fast/css/getComputedStyle/computed-style-font-family-expected.txt:7
> > +font-optical-sizing: auto;
> > +font-palette: normal;
> 
> Why did these change?

Because of the changes I made in LayoutTests/fast/css/getComputedStyle/resources/property-names.js that I should have done in bug 234602.
Comment 4 Tim Nguyen (:ntim) 2021-12-24 17:22:13 PST
Created attachment 447954 [details]
[fast-cq] Patch
Comment 5 EWS 2021-12-24 18:04:35 PST
Committed r287434 (245569@main): <https://commits.webkit.org/245569@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 447954 [details].
Comment 6 Radar WebKit Bug Importer 2021-12-24 18:05:19 PST
<rdar://problem/86899387>