Hidden elements accessibility hack

PHOTO EMBED

Sun Apr 24 2022 09:35:09 GMT+0000 (Coordinated Universal Time)

Saved by @rinavolovich #css

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  overflow: hidden;
}
content_copyCOPY

hide elements from the visible page without hiding them from the accessibility tree