Re: [w3ctag/design-reviews] Display Locking (#306)

After further testing (with @josepharhar's help), I'm no longer sure that my position of keeping fragment navigation is correct.

Specifically, script can change the hash and expect that the scroll be changed immediately. The way we've been thinking about `beforematch` is that its handler can and sometimes will change something about the rendering of the page that may shift elements around. It might be desirable to delay scroll until the event handler ran, but we can't do that for fragment link navigation without breaking the web. 

I've filed https://github.com/WICG/display-locking/issues/135 to discuss this further.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/306#issuecomment-595943903

Received on Friday, 6 March 2020 20:06:29 UTC