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

De Basef
Ir para: navegação, pesquisa
Linha 1: Linha 1:
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/button/button.html 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/checkbox/checkbox-1/checkbox-1.html Simple Two-State Checkbox Example]
+
* [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]
+
* [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.
  
 
[[Category: Acessibility]]
 
[[Category: Acessibility]]

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

  • Button Examples of clickable HTML div and span elements made into accessible command and toggle buttons.
  • Simple Two-State Checkbox Example Demonstrates a simple 2-state checkbox.
  • 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.