Unlike display: none, visibility: hidden hides an element without changing the layout of a document. Note that it still is removed from the accessibility tree, like display.
display: none
visibility: hidden
display
https://developer.mozilla.org/en-US/docs/Web/CSS/visibility
[[20210224115650-a11y-hidden]]
[[css]]