Which technique allows content to be read by screen readers but hidden from sighted users?

Study for the CIW User Interface Designer Test. Prepare with flashcards and multiple choice questions; each query provides hints and explanations. Get ready for your exam!

Multiple Choice

Which technique allows content to be read by screen readers but hidden from sighted users?

Explanation:
Offscreen/visually-hidden content is designed to be read by screen readers while remaining invisible to sighted users. The technique moves or clips the element so it sits outside the visible page (or otherwise hidden in the visual layout) but stays in the DOM and accessible via assistive technologies. This lets you provide textual descriptions for icons, labels for controls, or skip links without cluttering the visual interface. Why this approach is best: it preserves accessibility without displaying extra text. Other methods either remove the content from accessibility tools (like display: none) or hide it in ways that can still be exposed to screen readers (such as visibility: hidden or certain positioning tricks), making the content unreadable or unreliable for assistive tech.

Offscreen/visually-hidden content is designed to be read by screen readers while remaining invisible to sighted users. The technique moves or clips the element so it sits outside the visible page (or otherwise hidden in the visual layout) but stays in the DOM and accessible via assistive technologies. This lets you provide textual descriptions for icons, labels for controls, or skip links without cluttering the visual interface.

Why this approach is best: it preserves accessibility without displaying extra text. Other methods either remove the content from accessibility tools (like display: none) or hide it in ways that can still be exposed to screen readers (such as visibility: hidden or certain positioning tricks), making the content unreadable or unreliable for assistive tech.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy