ladybird/Userland/Libraries/LibWeb/IntersectionObserver
Andreas Kling 8addfc14af LibWeb: Implement IntersectionObserver "intersection roots" per spec
In particular, get the implicit root correctly for intersection
observers that don't have an explicit root specified.

This makes it possible to load the Terminal app on https://puter.com/
2024-02-24 19:56:08 +01:00
..
IntersectionObserver.cpp LibWeb: Implement IntersectionObserver "intersection roots" per spec 2024-02-24 19:56:08 +01:00
IntersectionObserver.h LibWeb: Unregister IntersectionObserver from registration document 2023-11-23 09:37:12 +01:00
IntersectionObserver.idl LibWeb: Add comments and missing items of various IDL files 2023-10-25 19:45:41 +02:00
IntersectionObserverEntry.cpp LibWeb: Port Intrinsics from DeprecatedString 2023-11-28 17:15:27 -05:00
IntersectionObserverEntry.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
IntersectionObserverEntry.idl LibWeb: Add initial implementation of IntersectionObserver 2023-07-07 05:27:25 +02:00