Closed slocker3 closed 6 years ago
This is probably not the best answer–it is a reduction in code.
The best answer probably doesn't utilize opacity: 0; as @jeremyfelt has noted :)
opacity: 0;
opacity: 0; is okay, but we'll need to add aria-hidden="true" to the HTML so that screen readers don't pick up the visually hidden content. I'll add a commit to this branch with that.
aria-hidden="true"
This is probably not the best answer–it is a reduction in code.
The best answer probably doesn't utilize
opacity: 0;
as @jeremyfelt has noted :)