Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ARIALandmarkRole

type ARIALandmarkRole =
| "banner"
| "complementary"
| "contentinfo"
| "form"
| "main"
| "navigation"
| "region"
| "search";

§Type

§
"banner" | "complementary" | "contentinfo" | "form" | "main" | "navigation" | "region" | "search"
[src]