Bug 265019 - Sync 'SVGFESpecularLightingElement' with WebIDL Specification
Summary: Sync 'SVGFESpecularLightingElement' with WebIDL Specification
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BrowserCompat, InRadar, WPTImpact
Depends on:
Blocks:
 
Reported: 2023-11-17 03:29 PST by Ahmad Saleem
Modified: 2023-11-29 23:53 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.