[svgwg] Invalid Web IDL in SVG Paths (#967)

tidoust has just created a new issue for https://github.com/w3c/svgwg:

== Invalid Web IDL in SVG Paths ==
On top of #964, the Web IDL defined in SVG Paths is invalid:

- The `NoInterfaceObject` extended attribute on `SVGPathSegment` should be `LegacyNoInterfaceObject`.
- An `attribute` prefix is missing before `DOMString type` in `SVGPathSegment`.
- The definition of the `type` attribute in `SVGPathSegment` is invalid because attributes cannot accept sequence types.
- A semi-colon is missing after the definition of the `SVGPathDataSettings` dictionary.
- `SVGPathElement` must define an `[Exposed=Window]` extended attribute

Please view or discuss this issue at https://github.com/w3c/svgwg/issues/967 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 6 March 2025 07:49:36 UTC