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

De Basef
Ir para: navegação, pesquisa
Linha 12: Linha 12:
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/combobox/aria1.0pattern/combobox-autocomplete-list.html ARIA 1.0 Combobox with List Autocomplete] A combobox that demonstrates the autocomplete behavior known as list with manual selection 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-list.html ARIA 1.0 Combobox with List Autocomplete] A combobox that demonstrates the autocomplete behavior known as list with manual selection 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-none.html ARIA 1.0 Combobox Without Autocomplete] A combo box that demonstrates the behavior associated with aria-autocomplete=none 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-none.html ARIA 1.0 Combobox Without Autocomplete] A combo box that demonstrates the behavior associated with aria-autocomplete=none and uses the ARIA 1.0 implementation pattern.
 +
 +
'''Disclosure'''
 +
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/disclosure/disclosure-img-long-description.html Disclosure (Show/Hide) of Image Description]
 +
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/disclosure/disclosure-faq.html Disclosure (Show/Hide) of Answers to Frequently Asked Questions]
  
 
[[Category: Acessibility]]
 
[[Category: Acessibility]]

Edição das 12h01min 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

Disclosure