Re: CSS property for visually hiding an element

Also, `visibility: hidden` doesn't completely hide the element visually—the
element is still positioned in the layout.

On Mon, 3 Apr 2017 at 11:21 Brian Kardell <bkardell@gmail.com> wrote:

>
> On Mon, Apr 3, 2017 at 10:56 AM, Philip Taylor <p.taylor@rhul.ac.uk>
> wrote:
>
>
> I am almost certainly missing something obvious, but what is the reason
> that "visibility: hidden" does not suffice ?
> Philip Taylor
>
>
> 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.
>
>
> --
> Brian Kardell :: @briankardell
>

Received on Monday, 3 April 2017 15:26:11 UTC