Bug 265019

Summary: Sync 'SVGFESpecularLightingElement' with WebIDL Specification
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: SVGAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: sabouhallawa, webkit-bug-importer, zimmermann
Priority: P2 Keywords: BrowserCompat, InRadar, WPTImpact
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2023-11-17 03:29:00 PST
Hi Team,

While looking into browser specific failures on WPT, I noticed that we fail two test cases in 'idlharness' here:

WPT Test Case: https://wpt.fyi/results/css/filter-effects/idlharness.any.html?label=master&label=experimental&aligned=&q=safari%3Afail+idlharness

> SVGFESpecularLightingElement interface: attribute kernelUnitLengthX	
> SVGFESpecularLightingElement interface: attribute kernelUnitLengthY	

Only Safari / WebKit fail following tests and as per web-specification: https://drafts.fxtf.org/filter-effects/#InterfaceSVGFESpecularLightingElement

We need to add following in IDL file:

readonly attribute SVGAnimatedNumber kernelUnitLengthX;
readonly attribute SVGAnimatedNumber kernelUnitLengthY;

In local testing, adding this leads to progress above two test.

Just raising, so we can fix them.

Thanks!
Comment 1 Radar WebKit Bug Importer 2023-11-24 03:29:12 PST
<rdar://problem/118768259>
Comment 2 EWS 2023-11-29 23:53:51 PST
Committed 271329@main (1531d41a4ef6): <https://commits.webkit.org/271329@main>

Reviewed commits have been landed. Closing PR #21083 and removing active labels.