From a58844f65fcdd2e15114f95d3f76f4c31fb967de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Thu, 16 May 2024 14:28:03 +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..a7ab3f3 100644 --- a/activities.json +++ b/activities.json @@ -911,6 +911,18 @@ "title": "Incrementally Better Cookies", "url": "https://datatracker.ietf.org/doc/html/draft-west-cookie-incrementalism" }, + { + "ciuName": null, + "description": "IntersectionObserver extension for occlusion detection / clickjacking 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" + }, { "ciuName": null, "description": "Invokers allow authors to assign behaviour to buttons in a more accessible and declarative way.",