browser-compat-data icon indicating copy to clipboard operation
browser-compat-data copied to clipboard

Intersection Observer v2 (visibility tracking)

Open foolip opened this issue 1 year ago • 0 comments

What type of issue is this?

Incorrect support data (example: BrowserX says "86" but support was added in "40")

What information was incorrect, unhelpful, or incomplete?

https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserverEntry doesn't include the additions in https://w3c.github.io/IntersectionObserver/v2/.****

What browsers does this problem apply to, if applicable?

Chromium (Chrome, Edge 79+, Opera, Samsung Internet)

What did you expect to see?

Listing the isVisible property and the parameter that enables it. The BCD keys missing are:

  • api.IntersectionObserver.IntersectionObserver.options_trackVisibility_parameter
  • api.IntersectionObserverEntry.isVisible

Did you test this? If so, how?

N/A

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

https://w3c.github.io/IntersectionObserver/v2/

Do you have anything more you want to share?

No response

MDN URL

No response

MDN metadata

No response

foolip avatar Apr 17 '24 14:04 foolip