WICG / scroll-to-text-fragment

Proposal to allow specifying a text snippet in a URL fragment
Other
589 stars 42 forks source link

[SPEC] Fix typo: cross-process -> cross-origin #163

Closed bokand closed 3 years ago

bokand commented 3 years ago

Fixes a typo where we intended cross-origin but had cross-process (which is meaningless in the spec, which has no notion of processes).

Also made a small fix to related spec text that checks sec-fetch-site. This text avoided the browsing context group size check if we were same-site. Our intent and implementation is that this should be skipped for same-origin navigations.


Preview | Diff