Bug 267182

Summary: Sync 'SVGAngle' 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
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Ahmad Saleem 2024-01-06 10:32:54 PST
Hi Team,

While looking into SVGAngle.idl, I noticed that we have 'unrestricted' for few values, so this bug is to sync with web specification.

Changed to:

ImplementedAs=valueForBindings] attribute float value;
attribute float valueInSpecifiedUnits;


undefined newValueSpecifiedUnits(unsigned short unitType, float valueInSpecifiedUnits);

and Web-Spec: https://svgwg.org/svg2-draft/types.html#InterfaceSVGAngle
Comment 1 EWS 2024-01-06 14:56:29 PST
Committed 272739@main (105fea294b3d): <https://commits.webkit.org/272739@main>

Reviewed commits have been landed. Closing PR #22470 and removing active labels.
Comment 2 Radar WebKit Bug Importer 2024-01-06 14:57:16 PST
<rdar://problem/120595230>