IntersectionObserverEntry: rootBounds 属性

基线 广泛可用

此功能非常成熟,可以在许多设备和浏览器版本中使用。它从 2019 年 3 月.

报告反馈

IntersectionObserverEntry 接口的只读 rootBounds 属性是一个 DOMRectReadOnly,对应于 target 的根交叉矩形,如果指定了 IntersectionObserver.rootMargin,则由该值偏移。

一个 DOMRectReadOnly,描述根交叉矩形。对于作为 Document 视窗的根,此矩形是整个文档的边界矩形。否则,它是根元素的边界。

规范

此矩形会根据 IntersectionObserver.rootMargin 中的值进行偏移。
规范
# Intersection Observer

浏览器兼容性

dom-intersectionobserverentry-rootbounds