Landmarks¶
Semantic regions that give a page its accessible structure. Header, Main, Nav, Aside, Footer, and Section are real typed exports with allowlisted safe HTML attributes, not factory variables.
Header— Render the semanticheaderlandmark for introductory content.Main— Render the semanticmainlandmark for the page's primary content.Nav— Render the semanticnavlandmark for a major collection of navigation links.Aside— Render the semanticasidelandmark for related but secondary content.Footer— Render the semanticfooterlandmark for closing information for a page or section.Section— Render the semanticsectionlandmark for a thematically grouped region.