WICG / scroll-to-text-fragment

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

Clarify display locking use for scroll-to-text-fragment feature #68

Closed dvoytenko closed 4 years ago

dvoytenko commented 4 years ago

Is this feature aimed to cross-operate with the display locking API?

bokand commented 4 years ago

Yes, I believe it should work exactly like Find-in-Page or element-id fragments, both of which are explicitly called out in the display-locking explainer.

I don't think there's anything for us to explicitly mention, i.e. in the spec. It seems like that would be up to the display-locking spec? @chrishtr, This feature should definitely work with display-locking, is there anything we need to do to opt-into it, either from implementation or from spec?

chrishtr commented 4 years ago

I don't think there is anything to call out on your end. The rendersubtree spec will call out scroll to text fragment as a triggering use case.

bokand commented 4 years ago

Thanks Chris, in that case will close this issue.