Re: CSS property for visually hiding an element

> visibility: hidden also hides it from the accessibility tree. Undoing that now would almost certainly cause more harm than good - as far as I can see, it would require a new property.


I think a display property is what you’re thinking of (akin to `display: none`, but `display: screen-reader-only`)

Received on Monday, 3 April 2017 16:33:35 UTC