Skip to content
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

Fix overflow clipping. #517

Merged
merged 1 commit into from
Oct 18, 2023
Merged

Fix overflow clipping. #517

merged 1 commit into from
Oct 18, 2023

Conversation

emilio
Copy link
Collaborator

@emilio emilio commented Oct 18, 2023

Fixes #504. The overflow property clips to padding edges, so IntersectionObserver should match that clip.

The following tasks have been completed:

Browser bugs:


Preview | Diff

Fixes #504. The overflow property clips to padding edges, so
IntersectionObserver should match that clip.
moz-wptsync-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Oct 18, 2023
This is a spec issue. See the test. The element is completely visible,
so the intersection ratio should be 1.

Spec issue: w3c/IntersectionObserver#504
Spec PR: w3c/IntersectionObserver#517

Differential Revision: https://phabricator.services.mozilla.com/D191277

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1796268
gecko-commit: 75132d2a2bac7bc70e1dc808f197967750004238
gecko-reviewers: smaug
@emilio emilio merged commit ef83cd2 into main Oct 18, 2023
2 checks passed
@emilio emilio deleted the padding-area branch October 18, 2023 15:53
cfallin pushed a commit to cfallin/gecko-dev that referenced this pull request Oct 18, 2023
…padding. r=smaug

This is a spec issue. See the test. The element is completely visible,
so the intersection ratio should be 1.

Spec issue: w3c/IntersectionObserver#504
Spec PR: w3c/IntersectionObserver#517

Differential Revision: https://phabricator.services.mozilla.com/D191277
moz-wptsync-bot pushed a commit to web-platform-tests/wpt that referenced this pull request Oct 19, 2023
This is a spec issue. See the test. The element is completely visible,
so the intersection ratio should be 1.

Spec issue: w3c/IntersectionObserver#504
Spec PR: w3c/IntersectionObserver#517

Differential Revision: https://phabricator.services.mozilla.com/D191277

bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1796268
gecko-commit: 75132d2a2bac7bc70e1dc808f197967750004238
gecko-reviewers: smaug
ErichDonGubler pushed a commit to erichdongubler-mozilla/firefox that referenced this pull request Oct 20, 2023
…padding. r=smaug

This is a spec issue. See the test. The element is completely visible,
so the intersection ratio should be 1.

Spec issue: w3c/IntersectionObserver#504
Spec PR: w3c/IntersectionObserver#517

Differential Revision: https://phabricator.services.mozilla.com/D191277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify root rect with overflow and padding.
2 participants