From 218ec7f881fa55fbb0ff16448eb306b245da4348 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Wed, 15 May 2024 16:05:44 +0200 Subject: [PATCH] Add an entry for intersectionobserver v2 Closes #109 --- activities.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/activities.json b/activities.json index 6cf2a6c..b9a52dd 100644 --- a/activities.json +++ b/activities.json @@ -2154,5 +2154,17 @@ "org": "WHATWG", "title": "timezonechange event", "url": "https://github.com/whatwg/html/pull/3047" + }, + { + "ciuName": null, + "description": "IntersectionObserver extension for occlusion detection / clicjacking prevention.", + "id": "intersectionobserver-v2", + "mozBugUrl": "https://bugzilla.mozilla.org/show_bug.cgi?id=1896900", + "mozPosition": "positive", + "mozPositionDetail": "Security positive, interop concerns are being addressed.", + "mozPositionIssue": 109, + "org": "W3C", + "title": "IntersectionObserver V2", + "url": "https://github.com/w3c/IntersectionObserver/pull/523" } ]