pub const HIDDEN: &str = "hidden";
The hidden attribute.
hidden
Boolean attribute that hides the element from rendering and accessibility tree. Can also use “until-found” for searchable hidden content.