Skip to content

Commit

Permalink
intersection-observer-v2: spec merged into the Intersection Observe…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddbeck committed Jun 28, 2024
1 parent 5cf2e68 commit 018c4fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion features/intersection-observer-v2.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 0 additions & 4 deletions scripts/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit 018c4fc

Please sign in to comment.