RESOLVED FIXED267182
Sync 'SVGAngle' with WebIDL Specification
https://bugs.webkit.org/show_bug.cgi?id=267182
Summary Sync 'SVGAngle' with WebIDL Specification
Ahmad Saleem
Reported 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
Attachments
EWS
Comment 1 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.
Radar WebKit Bug Importer
Comment 2 2024-01-06 14:57:16 PST
Note You need to log in before you can comment on or make changes to this bug.