Ensure restrictions on text directive scrolling match reality · Issue #240 · WICG/scroll-to-text-fragment (original) (raw)
There's a few places where Chrome's implementation has drifted from the spec. In particular, Chrome allows text directives in iframes, as long as the initiator is same origin with the iframe's document.
Another place where I need to take a closer look is restrictions around same-document navigations.
More generally, we need to survey what other implementations are doing, ensure there's good browser test coverage and that the spec is up-to-date with real-world behavior.