[svgwg] Pull Request: Fix #993: Add SVG_MARKER_ORIENT_AUTO_START_REVERSE to the IDL.

karlcow has just submitted a new pull request for https://github.com/w3c/svgwg:

== Fix #993: Add SVG_MARKER_ORIENT_AUTO_START_REVERSE to the IDL. ==
Firefox is implementing the value auto-start-reverse as an IDL. 
The context for the decision was made in #424

where only 
* `SVG_LENGTHTYPE_*` 
* `SVG_ANGLETYPE_*` constants
* enumeration for new CSS units 

**should NOT** be extended. 

but this is not the case for `SVG_MARKER_ORIENT_*`. 
Hence the extension with this PR to align with Firefox.

FIXME: `SVGFECompositeElement` will be done in a separate PR. 

See https://github.com/w3c/svgwg/pull/994


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

Received on Friday, 15 August 2025 12:28:12 UTC