Re: [csswg-drafts] [css-nav-1] Starting point can be off-screen (#3391)

@hugoholgersson Yes, the `activeElement` gets out of the viewport.
The reasons for this are different, but the result is the same.

These are the reasons that I've mentioned above:
> non-focusable elements could be:
> the target element of scrollIntoView API
> the target element which corresponds '#id' in URL
> the target fragment from searching with CTRL+F

For example, when you search the specific word in the web page with CTRL+F, and then press enter, the page will scroll towards the word that you found.
 

-- 
GitHub Notification of comment by jihyerish
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3391#issuecomment-499624272 using your GitHub account

Received on Thursday, 6 June 2019 18:59:19 UTC