mdn / sprints

Archived: MDN Web Docs issues are tracked in the content repository.
https://github.com/mdn/content
Creative Commons Zero v1.0 Universal
150 stars 142 forks source link

SVGBoundingBoxOptions parameter of SVGGraphicsElement.getBBox() is not documented #3914

Closed theres-waldo closed 3 years ago

theres-waldo commented 3 years ago

Request type

Details

The documentation page of SVGGraphicsElement.getBBox() suggests that the method does not have any parameters.

However, in the SVG 2 draft spec, the method now has an optional SVGBoundingBoxOptions parameter. This parameter is present in Firefox's WebIDL but the MDN documentation for it is missing.

MendyBerger commented 3 years ago

Think this can now be closed