Bug 267182
| Summary: | Sync 'SVGAngle' with WebIDL Specification | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | SVG | Assignee: | 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 | ||
Ahmad Saleem
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 | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
EWS
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
<rdar://problem/120595230>