Skip to content

Commit 4257cd7

Browse files
authored
Use IntersectionObserver in the description of IO (#3312)
This aligns with the style of the ResizeObserver feature
1 parent 141ebbe commit 4257cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

features/intersection-observer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Intersection observer
2-
description: The Intersection Observer API asynchronously observes changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
2+
description: The `IntersectionObserver` API asynchronously observes changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
33
spec: https://w3c.github.io/IntersectionObserver/
44
status:
55
compute_from: api.IntersectionObserverEntry.isIntersecting

0 commit comments

Comments
 (0)