-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Implement IntersectionObserver polyfill for 3p iframe #720
Labels
Comments
Update ads/README.md when completed. |
cramforce
assigned camelburrito and cramforce and unassigned cramforce and camelburrito
Oct 29, 2015
cramforce
added a commit
to cramforce/amphtml
that referenced
this issue
Nov 10, 2015
…gely IntersectionObserver compatible change records of the ad's position in the container viewport. Also makes the following advancements: - 3p frames now check that the claimed origin of the parent is correct. This helps ads trust the parent. - Adds tests for integration.js - adds `3p-frame/listenOnce,postMessage` - adds `rectIntersection` to layout-rect.js Fixes ampproject#720
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Spec is here
http://rawgit.com/slightlyoff/IntersectionObserver/master/index.html
More info: https://github.com/slightlyoff/IntersectionObserver
context.intersectionObserver
The text was updated successfully, but these errors were encountered: