Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Media query for accessibility?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #45005

    I’ve been thinking about doing something like this:

    @media only screen {
    .hidden {
    visibility: hidden
    }
    }

    For an element that can’t use traditional accessible hiding techniques, since the position must be transitioned.

    Am I correct in assuming that screen readers will ignore this rule? Or would that make too much sense?

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.