Open
Bug 1319140
Opened 9 years ago
Updated 2 years ago
(intersection-observer) Take clip-path into account
Categories
(Core :: Layout, defect, P3)
Core
Layout
Tracking
()
NEW
People
(Reporter: tschneider, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
clip-path should be applied to the intersection rectangle when traversing ancestor containers.
| Reporter | ||
Updated•9 years ago
|
Blocks: intersection-observer-impl
Updated•9 years ago
|
Priority: -- → P3
Comment 1•9 years ago
|
||
That this doesn't currently work is now mentioned on the main article for Intersection Observer API, but it will need updating once this is resolved. See:
https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API#Browser_compatibility - Footnote 2.
Keywords: dev-doc-needed
Comment 2•9 years ago
|
||
(In reply to Tobias Schneider [:tobytailor] from comment #0)
> clip-path should be applied to the intersection rectangle when traversing
> ancestor containers.
Can you paste a link to the relevant spec text?
Flags: needinfo?(tschneider)
| Reporter | ||
Comment 3•9 years ago
|
||
Flags: needinfo?(tschneider)
| Reporter | ||
Updated•9 years ago
|
Blocks: intersection-observer
Updated•3 years ago
|
Severity: normal → S3
Comment 4•2 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•