Bug 234673

Summary: Internally unprefix -webkit-font-kerning property
Product: WebKit Reporter: Tim Nguyen (:ntim) <ntim>
Component: CSSAssignee: Tim Nguyen (:ntim) <ntim>
Status: RESOLVED FIXED    
Severity: Normal CC: esprehn+autocc, ews-watchlist, glenn, gyuyoung.kim, joepeck, macpherson, menard, mifenton, mmaxfield, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
ews-feeder: commit-queue-
[fast-cq] Patch ews-feeder: commit-queue-

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>