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

ARIADocumentStructureRole

type ARIADocumentStructureRole =
| "application"
| "article"
| "blockquote"
| "caption"
| "cell"
| "columnheader"
| "definition"
| "deletion"
| "directory"
| "document"
| "emphasis"
| "feed"
| "figure"
| "generic"
| "group"
| "heading"
| "img"
| "insertion"
| "list"
| "listitem"
| "math"
| "meter"
| "none"
| "note"
| "paragraph"
| "presentation"
| "row"
| "rowgroup"
| "rowheader"
| "separator"
| "strong"
| "subscript"
| "superscript"
| "table"
| "term"
| "time"
| "toolbar"
| "tooltip";

§Type

§
"application" | "article" | "blockquote" | "caption" | "cell" | "columnheader" | "definition" | "deletion" | "directory" | "document" | "emphasis" | "feed" | "figure" | "generic" | "group" | "heading" | "img" | "insertion" | "list" | "listitem" | "math" | "meter" | "none" | "note" | "paragraph" | "presentation" | "row" | "rowgroup" | "rowheader" | "separator" | "strong" | "subscript" | "superscript" | "table" | "term" | "time" | "toolbar" | "tooltip"
[src]