10.1.24. Main #
- aria.main =
- role="
main" & aria-expanded?
This section provides information about ARIA attributes.
alert"
& aria-expanded?
alertdialog"
& aria-expanded?
application"
& aria-expanded?
article"
& aria-expanded?
checkbox"
& aria-checked
combobox"
& aria-activedescendant?
& aria-expanded
complementary"
& aria-expanded?
contentinfo"
& aria-expanded?
definition"
& aria-expanded?
dialog"
& aria-expanded?
directory"
& aria-expanded?
document"
& aria-expanded?
grid"
& aria-level?
& aria-multiselectable?
& aria-readonly?
& aria-activedescendant?
& aria-expanded?
gridcell"
& aria-level?
& aria-readonly?
& aria-selected?
& aria-expanded?
group"
& aria-activedescendant?
& aria-expanded?
img"
& aria-expanded?
list"
& aria-expanded?
listbox"
& aria-multiselectable?
& aria-activedescendant?
& aria-expanded?
listitem"
& aria-posinset?
& aria-setsize?
& aria-level?
& aria-expanded?
log"
& aria-expanded?
main"
& aria-expanded?
marquee"
& aria-expanded?
math"
& aria-expanded?
note"
& aria-expanded?
option"
& aria-checked?
& aria-selected?
presentation"
& aria-expanded?
progressbar"
& aria-valuemax?
& aria-valuemin?
& aria-valuenow?
& aria-valuetext?
radio"
& aria-checked
& aria-selected?
radiogroup"
& aria-activedescendant?
& aria-expanded?
region"
& aria-expanded?
row"
& aria-level?
& aria-selected?
& aria-activedescendant?
& aria-expanded?
search"
& aria-expanded?
separator"
& aria-expanded?
slider"
& aria-valuemax
& aria-valuemin
& aria-valuenow
& aria-valuetext
status"
& aria-activedescendant?
& aria-expanded?
tab"
& aria-selected?
& aria-expanded?
tabpanel"
& aria-expanded?
textbox"
& aria-autocomplete?
& aria-multiline?
& aria-readonly?
timer"
& aria-activedescendant?
& aria-expanded?
toolbar"
& aria-activedescendant?
& aria-expanded?
tooltip"
& aria-expanded?
tree"
& aria-multiselectable?
& aria-activedescendant?
& aria-expanded?
treegrid"
& aria-activedescendant?
& aria-expanded?
& aria-level?
& aria-multiselectable?
& aria-readonly?
treeitem"
& aria-checked?
& aria-expanded?
& aria-level?
& aria-posinset?
& aria-selected?
& aria-setsize?
The semantics of the following attributes are normatively defined in the ARIA specification.
aria-atomic = "true" | "false"
aria-autocomplete = "inline" | "list" | "both" | "none"
aria-checked = "true" | "false" | "mixed" | "undefined"
aria-disabled = "true" | "false"
aria-dropeffect = "none" | "popup" | "execute" | list{ "copy", "execute"? } | list{ "move", "execute"? } | list{ "reference", "execute"? } | list{ "execute", "copy" } | list{ "execute", "move" } | list{ "execute", "reference" }
aria-expanded = "true" | "false" | "undefined"
aria-grabbed = "true" | "false" | "undefined"
aria-haspopup = "true" | "false"
= "true" | "false"
aria-invalid = "true" | "false" | "grammar" | "spelling"
aria-live = "off" | "polite" | "assertive"
aria-multiline = "true" | "false"
aria-multiselectable = "true" | "false"
aria-posinset = integer.positive
aria-pressed = "true" | "false" | "mixed" | "undefined"
aria-readonly = "true" | "false"
aria-relevant = "all" | list{ "additions", "removals"?, "text"? } | list{ "additions", "text"?, "removals"? } | list{ "removals", "additions"?, "text"? } | list{ "removals", "text"?, "additions"? } | list{ "text", "additions"?, "removals"? } | list{ "text", "removals"?, "additions"? }
aria-required = "true" | "false"
aria-selected = "true" | "false" | "undefined"
aria-setsize = integer.non-negative