diff --git a/features/intersection-observer-v2.yml b/features/intersection-observer-v2.yml index b603b5b5199..527f8df19d5 100644 --- a/features/intersection-observer-v2.yml +++ b/features/intersection-observer-v2.yml @@ -1,6 +1,6 @@ name: Intersection observer visibility tracking description: The `trackVisibility` parameter for the `IntersectionObserver` constructor enables tracking the visibility of an element, to detect if it may be obscured by other content or visual effects. Also known as IntersectionObserver v2. -spec: https://w3c.github.io/IntersectionObserver/v2/ +spec: https://w3c.github.io/IntersectionObserver/#calculate-visibility-algo caniuse: intersectionobserver-v2 usage_stats: https://chromestatus.com/metrics/feature/timeline/popularity/3051 # TODO: Add the API to BCD and compute this status: diff --git a/scripts/specs.ts b/scripts/specs.ts index 51d9a46e630..d4ebbde9dad 100644 --- a/scripts/specs.ts +++ b/scripts/specs.ts @@ -25,10 +25,6 @@ const defaultAllowlist: allowlistItem[] = [ // "https://example.com/spec/", // "Allowed becauseā€¦. Remove this exception when https://example.com/org/repo/pull/1234 merges." // ] - [ - "https://w3c.github.io/IntersectionObserver/v2/", - "Allowed because it's shipped in Chrome and tracked on caniuse.com. Remove this exception when https://github.com/w3c/browser-specs/pull/1210 merges." - ], [ "https://wicg.github.io/controls-list/", "Allowed because it's shipped in Chrome. Remove this exception if https://github.com/whatwg/html/pull/6715 is merged."