HTML Standard
All HTML elements may have the hidden content attribute set. The hidden attribute is a boolean attribute. When specified on an element, it indicates that the element is not yet, or is no longer, directly relevant to the page's current state, or that it is being used to declare content to be reused by other parts of the page as opposed to being directly accessed by the user. User agents should not render elements that have the hidden attribute specified. This requirement may be implemented indirectly through the style layer. For example, an HTML+CSS user agent could implement these requirements using the rules suggested in the Rendering section.
HTML Standard 6 User interaction 6.1 The hidden attribute 6.2 Page visibility 6.2.1 The VisibilityStateEntry interface 6.3 Inert subtrees 6.3.1 Modal dialogs and inert subtrees 6.3.2 The inert attribute 6.4 Tracking user activation 6.4.1 Data model 6.4.2 Processing model 6.4.3 APIs gated by user activation 6.4.4 The UserActivation interface 6.4.5 User agent automation 6.5 Activation behavior of elements 6.5.1 The ToggleEvent interface 6.5.2 The CommandEvent interface 6.6 Focus 6.6.1 Introduction 6.6.2 Data model 6.6.3 The tabindex attribute 6.6.4 Processing model 6.6.5 Sequential focus navigat
Explore this link on the map →related reading
- Attributes | web.devweb.dev
- Web Interface Guidelinesrauno.me
- Page Visibility API - Web APIs | MDNdeveloper.mozilla.org
- Web Interface Guidelinesvercel.com
- Overview of HTML | web.devweb.dev
- Bastiat's famous Candlestick makers' Petitionbastiat.org
- HTML elements reference - HTML | MDNdeveloper.mozilla.org
- HTML elements reference - HTML | MDNdeveloper.mozilla.org
- HTMLElement: toggle event - Web APIs | MDNdeveloper.mozilla.org
- ///_hyperscripthyperscript.org
- Complex Selectors - Learn to Code Advanced HTML & CSSlearn.shayhowe.com
- Intersection Observer API - Web APIs | MDNdeveloper.mozilla.org