mdn/browser-compat-data

api.SVGGraphicsElement.{farthestViewportElement,nearestViewportElement} - missing data

Closed this issue · 2 comments

What type of issue is this?

Missing compatibility data

What information was incorrect, unhelpful, or incomplete?

missing data

What browsers does this problem apply to, if applicable?

No response

What did you expect to see?

add data

Did you test this? If so, how?

in chrome devtool console:

image

firefox doesn't support this feature

not check with Safari yet

Can you link to any release notes, bugs, pull requests, or MDN pages related to this?

No response

Do you have anything more you want to share?

this might to be a non-standard feature, as https://svgwg.org/svg2-draft/types.html#InterfaceSVGGraphicsElement doesn't mention this

MDN URL

No response

MDN metadata

No response

this might to be a non-standard feature, as https://svgwg.org/svg2-draft/types.html#InterfaceSVGGraphicsElement doesn't mention this

per chromium's source, it existed in SVG1.1 but removed in SVG2, so it is surely non-standard now


and it seems to be added in chromium/chromium@1c0121d and earlyer via SVGLocatable in chromium/chromium@e05eff9, along with its interface, so the version probably is 1

use #25237 to track this