What are the Autocomplete Attributes Defined in 1.3.5 Input Purpose
|

What are the Autocomplete Attributes Defined in 1.3.5 Input Purpose?

When WCAG 2.1 came out in 2018, it introduced a new success criterion namely 1.3.5 – Identify Input Purpose. It aims to ease the auto-fill capability of browsers and other assistive technologies when web sites and apps ask the users to fill out personal information. One of the sufficient techniques suggested to test for the…

WAI-ARIA: Role=Time

An element that represents a specific point in time. Description An element that represents a specific point in time. NOTE: At the present time, there are no WAI-ARIA properties corresponding to the datetime attribute supported on <time> in [HTML]. The addition of this property will be considered for ARIA version 1.3. Authors SHOULD limit text contents to a valid date- or time-related string,…

WAI-ARIA: Role=Code

A section whose content represents a fragment of computer code. Description A section whose content represents a fragment of computer code. The primary purpose of the code role is to inform assistive technologies that the content is computer code and thus may require special presentation, in particular with respect to synthesized speech. More specifically, screen…

WAI-ARIA: Role-Meter

An element that represents a scalar measurement within a known range, or a fractional value. Description An element that represents a scalar measurement within a known range, or a fractional value. Authors MAY set aria-valuemin and aria-valuemax to indicate the minimum and maximum values for the meter. Otherwise, their implicit values follow the same rules as <input[type=”range”]> in [HTML]: The value of aria-valuenow MUST NOT fall below or exceed the computed…

WAI-ARIA: Role=Deletion

A deletion contains content that is marked as removed or content that is being suggested for removal. Description A deletion contains content that is marked as removed or content that is being suggested for removal. Deletions are typically used to either mark differences between two versions of content or to designate content suggested for removal…

WAI-ARIA: Role=Strong

Content that is important, serious, or urgent. Description Content that is important, serious, or urgent. The purpose of the strong role is to communicate strong importance, seriousness, or urgency. It is not for communicating changes in typographical presentation that are not important to the meaning of the content. Authors SHOULD use the strong role only if its absence would change the…