Andrew's Digital Garden

Visibility CSS keyword

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.

https://developer.mozilla.org/en-US/docs/Web/CSS/visibility

[[20210224115650-a11y-hidden]]

[[css]]

Visibility CSS keyword