Bug 267182 - Sync 'SVGAngle' with WebIDL Specification
Summary: Sync 'SVGAngle' 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
Depends on:
Blocks:
 
Reported: 2024-01-06 10:32 PST by Ahmad Saleem
Modified: 2024-01-06 14:57 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 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>