[Webkit-unassigned] [Bug 265019] New: Sync 'SVGFESpecularLightingElement' with WebIDL Specification

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 17 03:29:00 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=265019

            Bug ID: 265019
           Summary: Sync 'SVGFESpecularLightingElement' with WebIDL
                    Specification
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Keywords: BrowserCompat, WPTImpact
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com
                CC: sabouhallawa at apple.com, zimmermann at kde.org

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!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231117/d9b6c7b1/attachment.htm>


More information about the webkit-unassigned mailing list