Skip to content

Latest commit

 

History

History

VisuallyHidden

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Visually Hidden

Hides the element visually, while leaving it visible to assistive technology such as the Apple's VoiceOver.

Usage

API

renderAs

Use this option to specify the element as which to render a visually hidden element. For example, you may want to render it as a "span", an "h1" element, or a "figcaption". By default, set to a "span".

Demo