mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +01:00
dom: Stub out the IntersectionObserver
interface (#33989)
This is the first step toward implementing the IntersectionObserver interface. It adds stubs which are exposed when a preference is turned on. This is enough to get some sites with `IntersectionObserver` to start working. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
1624530ffe
commit
3b5dc069ae
8 changed files with 354 additions and 0 deletions
|
@ -261,6 +261,9 @@ mod gen {
|
|||
imagebitmap: {
|
||||
enabled: bool,
|
||||
},
|
||||
intersection_observer: {
|
||||
enabled: bool,
|
||||
},
|
||||
microdata: {
|
||||
testing: {
|
||||
enabled: bool,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue