Mudanças entre as edições de "W3C Acessibility Examples"

De Basef
Ir para: navegação, pesquisa
Linha 1: Linha 1:
 +
'''Button'''
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/button/button.html Button] Examples of clickable HTML div and span elements made into accessible command and toggle buttons.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/button/button.html Button] Examples of clickable HTML div and span elements made into accessible command and toggle buttons.
  
 +
'''Checkbox'''
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/checkbox/checkbox-1/checkbox-1.html Simple Two-State Checkbox Example] Demonstrates a simple 2-state checkbox.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/checkbox/checkbox-1/checkbox-1.html Simple Two-State Checkbox Example] Demonstrates a simple 2-state checkbox.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/checkbox/checkbox-2/checkbox-2.html Tri-State Checkbox Example] Demonstrates how to make a widget that uses the mixed value for aria-checked and group collection of checkboxes with a field set.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/checkbox/checkbox-2/checkbox-2.html Tri-State Checkbox Example] Demonstrates how to make a widget that uses the mixed value for aria-checked and group collection of checkboxes with a field set.
  
 +
'''Combobox'''
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.1pattern/listbox-combo.html ARIA 1.1 Combobox with Listbox Popup] Comboboxes that demonstrate the various forms of autocomplete behavior using a listbox popup and use the ARIA 1.1 implementation pattern.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.1pattern/listbox-combo.html ARIA 1.1 Combobox with Listbox Popup] Comboboxes that demonstrate the various forms of autocomplete behavior using a listbox popup and use the ARIA 1.1 implementation pattern.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.1pattern/grid-combo.html ARIA 1.1 Combobox with Grid Popup] A combobox that presents suggestions in a grid, enabling users to navigate descriptive information about each suggestion.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.1pattern/grid-combo.html ARIA 1.1 Combobox with Grid Popup] A combobox that presents suggestions in a grid, enabling users to navigate descriptive information about each suggestion.

Edição das 12h00min de 10 de janeiro de 2018

Button

  • Button Examples of clickable HTML div and span elements made into accessible command and toggle buttons.

Checkbox

Combobox