alert
A message with important, usually time-sensitive, information.
alertdialog
A dialog that contains an alert message requiring user response.
button<button>
An interactive element that triggers an action when activated.
checkbox<input type="checkbox">
A checkable input with true/false/mixed states.
combobox
A composite widget combining a text input with a listbox or grid popup.
dialog<dialog>
A window overlaid on the main content requiring user interaction.
gridcell
A cell in a grid or treegrid, optionally interactive.
link<a href>
An interactive reference to a resource.
listbox<select>
A widget that allows selecting one or more items from a list.
menu
A list of choices or actions offered to the user.
menubar
A menu that is usually presented horizontally.
menuitem
An option in a menu or menubar.
menuitemcheckbox
A menuitem with a checkable state.
menuitemradio
A menuitem in a group where only one can be checked.
option<option>
A selectable item in a listbox.
progressbar<progress>
A widget displaying the progress of a task.
radio<input type="radio">
A checkable input in a group where only one can be checked.
scrollbar
A graphical object controlling the scrolling of content.
slider<input type="range">
An input where the user selects a value from a range.
spinbutton<input type="number">
A numeric input that can be incremented/decremented.
switch
A type of checkbox that represents on/off values.
tab
A grouping label for a tabpanel.
tabpanel
A container for the content associated with a tab.
textbox<input type="text">
An input that allows free-form text.
tooltip
A contextual popup displaying a description for an element.
treeitem
An option item of a tree, which may be expanded or collapsed.