WAI-ARIA

Définitions

WAI
Web Accessibility Initiative
ARIA
Accessible Rich Internet Applications

Références

Motifs de conception ARIA

Un motif de conception ARIA (ARIA Design Pattern) est un modèle standard de composant d’interface (widget). Ce modèle comprend une description fonctionnelle, la spécification des interactions au clavier (Keyboard Interaction) et des rôles, états et propriétés (WAI-ARIA Roles, States, and Properties) du composant et de ses éléments.

Les motifs de conception sont décrits au chapitre 11 Design Patterns dans le document WAI‑ARIA 1.0 Authoring Practices.

Liste des motifs de conception ARIA :

  1. Accordion : accordion
  2. Alert : alert
  3. Alert or Message Dialog : alertdialog
  4. Auto Complete : autocomplete
  5. Button : button
  6. Check Box : checkbox
  7. Combo Box : combobox
  8. Date Picker : datepicker
  9. Dialog (Modal) : dialog_modal
  10. Dialog (Non-Modal) : dialog_nonmodal
  11. Dialog (Tooltip) : dialog_tooltip
  12. Drag & Drop : draganddrop
  13. Grid (Simple Data Tables) : grid
  14. Actionable, Sortable Column Header in a Grid : sortablegrid
  15. Landmark Navigation : landmarks
  16. Link : link
  17. Listbox : Listbox
  18. Media Player : mediaplayer
  19. Menu or Menu bar : menu
  20. Menu Button : menubutton
  21. Popup Menu : popupmenu
  22. Popup Help (aka Bubble Help) : popuphelp
  23. Radio Button : radiobutton
  24. Rich Text Editor : richtext
  25. Site Navigator – General : Site_Navigator_General
  26. Site Navigator – Tree : Site_Navigator_Tree
  27. Site Navigator – Tabbed Style : Site_Navigator_Tabbed_Style
  28. Slider : slider
  29. Slider (Multi-Thumb) : slidertwothumb
  30. Spinbutton : spinbutton
  31. Tab Panel : tabpanel
  32. Tool Bar : toolbar
  33. Tooltip Widget : tooltip
  34. Tree Grid : treegrid
  35. Tree View : TreeView
  36. Window Splitter : windowsplitter
  37. Wizard : wizard