-
Notifications
You must be signed in to change notification settings - Fork 22.8k
doc(api): IntersectionObserver rootMargin option value #40516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Preview URLs
(comment last updated: 2025-07-29 05:42:39) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be mentioned in https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#the_intersection_root_and_root_margin and https://developer.mozilla.org/en-US/docs/Web/API/IntersectionObserver/IntersectionObserver instead, because the property merely reflects the input value.
@Josh-Cena thank you for pointing out, I changed instance property page. Actually, the page I visited was this. Issue is updated. I will do necessary changes on following sections : |
1a14837
to
6c2d501
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, thank you! Apparently this is a spec bug: w3c/IntersectionObserver#308
closes #40515