marius_stuparu

W3C ARIA roles

May 29th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.30 KB | None | 0 0
  1. alert
  2. A message with important, and usually time-sensitive, information. See related alertdialog and status.
  3.  
  4. alertdialog
  5. A type of dialog that contains an alert message, where initial focus goes to an element within the dialog. See related alert and dialog.
  6.  
  7. application
  8. A region declared as a web application, as opposed to a web document.
  9.  
  10. article
  11. A section of a page that consists of a composition that forms an independent part of a document, page, or site.
  12.  
  13. banner
  14. A region that contains mostly site-oriented content, rather than page-specific content.
  15.  
  16. button
  17. An input that allows for user-triggered actions when clicked or pressed. See related link.
  18.  
  19. checkbox
  20. A checkable input that has three possible values: true, false, or mixed.
  21.  
  22. columnheader
  23. A cell containing header information for a column.
  24.  
  25. combobox
  26. A presentation of a select; usually similar to a textbox where users can type ahead to select an option, or type to enter arbitrary text as a new item in the list. See related listbox.
  27.  
  28. complementary
  29. A supporting section of the document, designed to be complementary to the main content at a similar level in the DOM hierarchy, but remains meaningful when separated from the main content.
  30.  
  31. contentinfo
  32. A large perceivable region that contains information about the parent document.
  33.  
  34. definition
  35. A definition of a term or concept.
  36.  
  37. dialog
  38. A dialog is an application window that is designed to interrupt the current processing of an application in order to prompt the user to enter information or require a response. See related
  39. alertdialog.
  40.  
  41. directory
  42. A list of references to members of a group, such as a static table of contents.
  43.  
  44. document
  45. A region containing related information that is declared as document content, as opposed to a web application.
  46.  
  47. form
  48. A landmark region that contains a collection of items and objects that, as a whole, combine to create a form. See related search.
  49.  
  50. grid
  51. A grid is an interactive control which contains cells of tabular data arranged in rows and columns, like a table.
  52.  
  53. gridcell
  54. A cell in a grid or treegrid.
  55.  
  56. group
  57. A set of user interface objects which are not intended to be included in a page summary or table of contents by assistive technologies.
  58.  
  59. heading
  60. A heading for a section of the page.
  61.  
  62. img
  63. A container for a collection of elements that form an image.
  64.  
  65. link
  66. An interactive reference to an internal or external resource that, when activated, causes the user agent to navigate to that resource. See related button.
  67.  
  68. list
  69. A group of non-interactive list items. See related listbox.
  70.  
  71. listbox
  72. A widget that allows the user to select one or more items from a list of choices. See related combobox and list.
  73.  
  74. listitem
  75. A single item in a list or directory.
  76.  
  77. log
  78. A type of live region where new information is added in meaningful order and old information may disappear. See related marquee.
  79.  
  80. main
  81. The main content of a document.
  82.  
  83. marquee
  84. A type of live region where non-essential information changes frequently. See related log.
  85.  
  86. math
  87. Content that represents a mathematical expression.
  88.  
  89. menu
  90. A type of widget that offers a list of choices to the user.
  91.  
  92. menubar
  93. A presentation of menu that usually remains visible and is usually presented horizontally.
  94.  
  95. menuitem
  96. An option in a group of choices contained by a menu or menubar.
  97.  
  98. menuitemcheckbox
  99. A checkable menuitem that has three possible values: true, false, or mixed.
  100.  
  101. menuitemradio
  102. A checkable menuitem in a group of menuitemradio roles, only one of which can be checked at a time.
  103.  
  104. navigation
  105. A collection of navigational elements (usually links) for navigating the document or related documents.
  106.  
  107. note
  108. A section whose content is parenthetic or ancillary to the main content of the resource.
  109.  
  110. option
  111. A selectable item in a select list.
  112.  
  113. presentation
  114. An element whose implicit native role semantics will not be mapped to the accessibility API.
  115.  
  116. progressbar
  117. An element that displays the progress status for tasks that take a long time.
  118.  
  119. radio
  120. A checkable input in a group of radio roles, only one of which can be checked at a time.
  121.  
  122. radiogroup
  123. A group of radio buttons.
  124.  
  125. region
  126. A large perceivable section of a web page or document, that the author feels is important enough to be included in a page summary or table of contents, for example, an area of the page containing live sporting event statistics.
  127.  
  128. row
  129. A row of cells in a grid.
  130.  
  131. rowgroup
  132. A group containing one or more row elements in a grid.
  133.  
  134. rowheader
  135. A cell containing header information for a row in a grid.
  136.  
  137. scrollbar
  138. A graphical object that controls the scrolling of content within a viewing area, regardless of whether the content is fully displayed within the viewing area.
  139.  
  140. search
  141. A landmark region that contains a collection of items and objects that, as a whole, combine to create a search facility. See related form.
  142.  
  143. separator
  144. A divider that separates and distinguishes sections of content or groups of menuitems.
  145.  
  146. slider
  147. A user input where the user selects a value from within a given range.
  148.  
  149. spinbutton
  150. A form of range that expects the user to select from among discrete choices.
  151.  
  152. status
  153. A container whose content is advisory information for the user but is not important enough to justify an alert, often but not necessarily presented as a status bar. See related alert.
  154.  
  155. tab
  156. A grouping label providing a mechanism for selecting the tab content that is to be rendered to the user.
  157.  
  158. tablist
  159. A list of tab elements, which are references to tabpanel elements.
  160.  
  161. tabpanel
  162. A container for the resources associated with a tab, where each tab is contained in a tablist.
  163.  
  164. textbox
  165. Input that allows free-form text as its value.
  166.  
  167. timer
  168. A type of live region containing a numerical counter which indicates an amount of elapsed time from a start point, or the time remaining until an end point.
  169.  
  170. toolbar
  171. A collection of commonly used function buttons represented in compact visual form.
  172.  
  173. tooltip
  174. A contextual popup that displays a description for an element.
  175.  
  176. tree
  177. A type of list that may contain sub-level nested groups that can be collapsed and expanded.
  178.  
  179. treegrid
  180. A grid whose rows can be expanded and collapsed in the same manner as for a tree.
  181.  
  182. treeitem
  183. An option item of a tree. This is an element within a tree that may be expanded or collapsed if it contains a sub-level group of treeitems.
Advertisement
Add Comment
Please, Sign In to add comment