Accessibility Best Practices for Creating Form Designs

Accessibility Best Practices for Creating Form Designs

This is a series of four articles that discusses all aspects off creating accessible forms: When we complete a task independently and successfully, the exhilaration is boundless. Filling forms on websites and apps for people with disabilities and even for the non-disabled is such a task and the independence in that is exciting, even if…

WAI-ARIA: Role=Checkbox

WAI-ARIA: Role=Checkbox

A checkable input that has three possible values: true, false, or mixed. Description A checkable input that has three possible values: true, false, or mixed. The aria-checked attribute of a checkbox indicates whether the input is checked (true), unchecked (false), or represents a group of elements that have a mixture of checked and unchecked values…

WAI-ARIA: Role=Cell

WAI-ARIA: Role=Cell

A cell in a tabular container. Description New in ARIA 1.1 A cell in a tabular container. See related gridcell. Authors MUST ensure elements with role cell are contained in, or owned by, an element with the role row. Role=Cell Example HTML Example Characteristics Superclass Role Subclass Roles Base Concept Required Context Role Supported States…