Définitions
- WAI
- Web Accessibility Initiative
- ARIA
- Accessible Rich Internet Applications
Références
- WAI-ARIA Overview
- Introduction à WAI ARIA (traduction en français)
- Accessible Rich Internet Applications (WAI-ARIA) 1.0 – W3C Recommendation 20 March 2014
- WAI-ARIA 1.0 Authoring Practices – An author’s guide to understanding and implementing Accessible Rich Internet Applications – W3C Working Draft 7 March 2013
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 :
- Accordion :
accordion
- Alert :
alert
- Alert or Message Dialog :
alertdialog
- Auto Complete :
autocomplete
- Button :
button
- Check Box :
checkbox
- Combo Box :
combobox
- Date Picker :
datepicker
- Dialog (Modal) :
dialog_modal
- Dialog (Non-Modal) :
dialog_nonmodal
- Dialog (Tooltip) :
dialog_tooltip
- Drag & Drop :
draganddrop
- Grid (Simple Data Tables) :
grid
- Actionable, Sortable Column Header in a Grid :
sortablegrid
- Landmark Navigation :
landmarks
- Link :
link
- Listbox :
Listbox
- Media Player :
mediaplayer
- Menu or Menu bar :
menu
- Menu Button :
menubutton
- Popup Menu :
popupmenu
- Popup Help (aka Bubble Help) :
popuphelp
- Radio Button :
radiobutton
- Rich Text Editor :
richtext
- Site Navigator – General :
Site_Navigator_General
- Site Navigator – Tree :
Site_Navigator_Tree
- Site Navigator – Tabbed Style :
Site_Navigator_Tabbed_Style
- Slider :
slider
- Slider (Multi-Thumb) :
slidertwothumb
- Spinbutton :
spinbutton
- Tab Panel :
tabpanel
- Tool Bar :
toolbar
- Tooltip Widget :
tooltip
- Tree Grid :
treegrid
- Tree View :
TreeView
- Window Splitter :
windowsplitter
- Wizard :
wizard