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

De Basef
Ir para: navegação, pesquisa
Linha 36: Linha 36:
 
'''Link'''
 
'''Link'''
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/link/link.html Link Examples] Link widgets constructed from HTML span and div elements.
 
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/link/link.html Link Examples] Link widgets constructed from HTML span and div elements.
 +
 +
'''Listbox'''
 +
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/listbox/listbox-scrollable.html Scrollable Listbox Example] Single-select listbox that scrolls to reveal more options, similar to HTML select with size attribute greater than one.
 +
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/listbox/listbox-collapsible.html Collapsible Dropdown Listbox Example] Single-select collapsible listbox that expands when activated, similar to HTML select withthe attribute size="1".
 +
* [https://www.w3.org/TR/2017/NOTE-wai-aria-practices-1.1-20171214/examples/listbox/listbox-rearrangeable.html Example Listboxes with Rearrangeable Options] Examples of both single-select and multi-select listboxes with accompanying toolbars where options can be added, moved, and removed.
  
 
'''Modal'''
 
'''Modal'''

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

Accordion

  • Accordion Example demonstrates a form divided into three sections using an accordion to show one section at a time.

Alert

Breadcrumb

Button

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

Checkbox

Combobox

Disclosure

Feed

Grid

  • Layout Grid Examples Three example implementations of grids that are used to lay out widgets, including a collection of navigation links, a message recipients list, and a set of search results.
  • Data Grid Examples Three example implementations of grid that include features relevant to presenting tabular information, such as content editing, sort, and column hiding.
  • Advanced Data Grid Example Example of a grid with behaviors and features similar to a typical spreadsheet, including cell and row selection.

Link

  • Link Examples Link widgets constructed from HTML span and div elements.

Listbox

Modal