You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The section titled "Neovim built-in LSP client" is scrolled into view.
Actual results
Nothing is scrolled into view, presumably because the section in question is under "Vim/Neovim" <details> element, which is in the collapsed state on page load.
Motivation
Users frequently have questions about how to do common tasks (e.g. getting logs) with a particular client, and it helps to be able to link directly to instructions for that client.
The text was updated successfully, but these errors were encountered:
According to the HTML specification, a <details> element should be expanded if the user navigates to an anchor inside it. (This was specified in a 2021 change to spec: whatwg/html#6466.)
Firefox, which is what I was testing this with, just implemented this specification change: https://bugzilla.mozilla.org/show_bug.cgi?id=1724299. Chrome appears to have already implemented it at the time of filing this issue.
I verified that I get the "Expected results" with both Chrome, and with the nightly version of Firefox. No change to the website is required.
Steps to reproduce
Navigate to https://clangd.llvm.org/installation#neovim-built-in-lsp-client (without the page being open already).
Expected results
The section titled "Neovim built-in LSP client" is scrolled into view.
Actual results
Nothing is scrolled into view, presumably because the section in question is under "Vim/Neovim"
<details>
element, which is in the collapsed state on page load.Motivation
Users frequently have questions about how to do common tasks (e.g. getting logs) with a particular client, and it helps to be able to link directly to instructions for that client.
The text was updated successfully, but these errors were encountered: