Bug 248178

Summary: [web-animations] baseline-shift animation is incorrect
Product: WebKit Reporter: Antoine Quint <graouts>
Component: AnimationsAssignee: Antoine Quint <graouts>
Status: RESOLVED FIXED    
Severity: Normal CC: dino, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar, WebExposed, WPTImpact
Version: Safari Technology Preview   
Hardware: Unspecified   
OS: Unspecified   

Description Antoine Quint 2022-11-21 09:14:53 PST
We currently animate baseline-shift by using RenderStyle::baselineShiftValue() but there is also an accessor on SVGRenderStyle that contains the various keyword values baseline-shift can use. We need to set those correctly and also return the correct computed style.
Comment 1 Antoine Quint 2022-11-21 09:22:43 PST
Pull request: https://github.com/WebKit/WebKit/pull/6703
Comment 2 EWS 2022-11-22 06:28:33 PST
Committed 256934@main (50e415a29df2): <https://commits.webkit.org/256934@main>

Reviewed commits have been landed. Closing PR #6703 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-11-22 06:29:17 PST
<rdar://problem/102605442>