-
Notifications
You must be signed in to change notification settings - Fork 522
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
IntersectionObserver spec needs to be clearer about "overflow clip" / "overflow clipping" terminology #351
Comments
Watching this so I can update documentation, as I'm trying to fill in a gap in the docs on MDN where we don't really cover how clipping is handled by IO. |
It looks like no browser currently supports So I'm guessing the spec is using "overflow clip" to mean |
The original comment has been moved into #518. |
1 similar comment
The original comment has been moved into #518. |
The current spec (https://www.w3.org/TR/intersection-observer/) no longer mentions "overflow clip" / "overflow clipping". Should we close this issue? |
The IntersectionObserver spec uses the term "overflow clip" twice:
Section 2.2 says:
Section 3.2.4 says:
This terminology isn't precise enough.
Does it mean literally
overflow:clip
?Or does it also mean
overflow:hidden
(which isn't named "clip" but whose spec text says the "content is clipped")Or does it mean
overflow: [non-visible]
(since e.g.scroll
also says "the content is clipped")? Or something else? Please clarify the terminology and ideally link to a definition if possible -- thanks!The text was updated successfully, but these errors were encountered: