Styleguide - The A11Y Project

3.4.2 #Base.Global Attributes.hidden Hidden

Toggle example guides Toggle HTML markup

Used for any element who should be completely removed from the document. See mixins.hide.

Example
Markup
<div hidden>You shouldn't be able to see me!</div>
Source: src/css/base/_global-attributes.scss, line 24