iframe 中的body 滚动事件是根据iframe 的body 标签还是根据parent 页面的body 标签发生的?

Does body scroll event in iframe occur according to body tag of iframe or body tag of parent page?

iframe中的body滚动事件是根据iframe的body标签还是根据parent页面的body标签发生的? 我在页面中添加了一个事件,这将在 body 发生。但是此页面加载了 iframe,该事件是否会发生在该页面 body 标记和/或 parent 页面 body 标记上?

我刚刚对其进行了测试,当您在 iframe 内部滚动时,在包含 iframe.

的文档中不会触发 scroll 事件