Labels or instructions are provided when content requires user input. (Level A) Description The web pages that contain form inputs should have labels. Labels help users to fill the correct information in the form field or select the correct option from the field. Associating the form fields with their labels allow users with motor controls […]
Search results for:
WCAG 2.1 Checklist
Maxability’s WCAG 2.1 checklist is a simplified version of original WCAG 2.1 guidelines on W3C website. For the readers to easily understand and implement digital accessibility. This WCAG 2.1 checklist may be useful. This document no way supersedes original WCAG 2.1 guidelines. Since WCAG 2.1 guidelines are not technology specific, we tried to explain the […]
Chapter 10: Modal
A modal is a window that is overlaid either on a web page or on another window where the parent window is inert. The primary difference between a modal and a non-modal is that the window or page under the modal cannot be accessed until it is closed while the window or page under a […]
Chapter 6: Accessibility Label
The elements on the UI need to be exposed to the accessibility services such as Talkback and Voiceover. Content authors should ensure that the accessibility label is available for every UI element the user is expected to interact or navigate. The normal text displayed on the screen will be accessible by default and the content […]
Chapter 8: Accessibility Hint
Accessibility hint is an additional information user may require to interact with an element. It is similar to an instruction content author want to provide when interacting with a special control. So, the accessibility hint is not required for standard UI controls. They are available as part of the control themselves. When the content authors […]
Chapter 6: Forms
Accessibility of forms is an important and major concepts in web accessibility. In one or the other ways, every website will have at least one form. While most other elements on the web page allows the user to read the content or understand the visual presence or will allow the user to move between the […]
WCAG 2.0 Checklist
Maxability’s WCAG 2.0 checklist is a simplified version for the readers to easily understand and implement accessibility. This checklist no way supersedes original WCAG 2.0 checklist at W3C WAI. We still recommend using WCAG 2.0 checklist at W3C WAI for complete reference. Since WCAG 2.0 guidelines are not technology specific, we tried to explain the […]
WCAG 2.0 Checklist
Maxability’s WCAG 2.0 checklist is a simplified version for the readers to easily understand and implement accessibility. This checklist no way supersedes original WCAG 2.0 checklist at W3C WAI. We still recommend using WCAG 2.0 checklist at W3C WAI for complete reference. Since WCAG 2.0 guidelines are not technology specific, we tried to explain the […]
10 Quick Accessibility Tests In 10 Minutes
Do you want to run quick accessibility tests for sudden business presentation? Don’t know where to start. All that you need is the application, website or product you want to check on a browser with internet connectivity. Read this article on 10 quick accessibility tests in 10 minutes. Pre-requisites for quick accessibility tests A Windows […]
Form Elements and Accessibility
Hyperlinks and forms are the most commonly found interactive elements on the web page. Providing accessibility features for forms is the most easiest but commonly ignored part while developing a website. Commonly observe forms on website are contact form, purchase form, sign up form etc. In this article let us understand the step by step. […]