WCAG Conformance Level A
Level A Level A is the minimum level of conformance in the Web Content Accessibility Guidelines (WCAG) 2.0. For Level A conformance, the Web page… Read More »WCAG Conformance Level A
Level A Level A is the minimum level of conformance in the Web Content Accessibility Guidelines (WCAG) 2.0. For Level A conformance, the Web page… Read More »WCAG Conformance Level A
The written language of the page must be identified in the code of the web page. This makes sure that screen readers automatically use the… Read More »3.1.1 Language of page (A)
All interactive components must have an accessible name and role, and the state of the component must be communicated to assistive technologies. This ensures that… Read More »4.1.2 Name, role, value (A)
The code of the page must not cause browser or assistive technology conflicts. This ensures that content and functionality is presented in a way that… Read More »4.1.1 parsing (A)
When data must be entered in a specific format or in a particular way, clear instructions must be associated with the form field. This ensures… Read More »3.3.2 Labels or instructions (A)
When an error occurs the user is informed what caused the error, and the error is described in text. This ensures that the error is… Read More »3.3.1 Error identification (A)
Changing the setting of any user interface component does not automatically cause a change of context unless the user has been advised of the behaviour… Read More »3.2.2 On Input (A)
When a keyboard user focuses on a control it must not cause a change of context, such as loading a new page/tab. This stops unexpected… Read More »3.2.1 OnFocus (A)
In a page or on a mobile device functionality that can be operated by device motion or user motion can also be operated by alternatives… Read More »2.5.4 Motion Actuation (A)
For user interface components with labels that include text or images of text, the Accessible name contains the text that is presented visually. Why is this a… Read More »2.5.3 Label in Name (A)