-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Labels
Description
I was using confluence to research w3c/svgwg#291 a bit today, to see if https://svgwg.org/svg2-draft/types.html#InterfaceSVGUnitTypes was implemented everywhere.
The interface object is there (everywhere), but the constants aren't listed. They are own properties of the interface object, and I do see SVG_UNIT_TYPE_UNKNOWN in the data collected in https://github.com/mdittmer/web-apis.
Other interfaces I checked to confirm missing constants: Event, Node. HTMLMediaElement.
Per #202 (comment) this seems to not be an accident, but it still seems like something to fix.