mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Add initial implementation of IntersectionObserver
The main missing features are rootMargin, proper nested browsing context support and content clip/clip-path support. This makes images appear on some sites, such as YouTube and howstuffworks.com.
This commit is contained in:
parent
6f8afd8cd9
commit
165abafb80
Notes:
sideshowbarker
2024-07-17 03:16:02 +09:00
Author: https://github.com/Lubrsi
Commit: 165abafb80
Pull-request: https://github.com/SerenityOS/serenity/pull/19860
16 changed files with 664 additions and 22 deletions
|
@ -451,6 +451,8 @@ class Performance;
|
|||
|
||||
namespace Web::IntersectionObserver {
|
||||
class IntersectionObserver;
|
||||
class IntersectionObserverEntry;
|
||||
struct IntersectionObserverRegistration;
|
||||
}
|
||||
|
||||
namespace Web::Layout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue