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

De Basef
Ir para: navegação, pesquisa
Linha 4: Linha 4:
 
* [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 with Listbox Popup https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.1pattern/listbox-combo.html ARIA 1.1] 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.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.0pattern/combobox-autocomplete-both.html ARIA 1.0 Combobox with Both List and Inline Autocomplete] A combobox that demonstrates the autocomplete behavior known as list with inline autocomplete and uses the ARIA 1.0 implementation pattern.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.0pattern/combobox-autocomplete-both.html ARIA 1.0 Combobox with Both List and Inline Autocomplete] A combobox that demonstrates the autocomplete behavior known as list with inline autocomplete and uses the ARIA 1.0 implementation pattern.

Edição das 11h59min de 10 de janeiro de 2018

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