Suman’s Accessibility blog
24 FOLLOWERS
Hello, My name is Suman and currently working as Principal Accessibility Engineer at Phenom People. This blog discusses the software/web accessibility concepts in all the platforms. It keeps you updated what is new in the accessibility world, understanding of WCAG checklist, examples/demos for the WCAG checkpoints, best android apps for visually impaired, and usage of ARIA(1.0 and 1.1)..
Suman’s Accessibility blog
2y ago
Overview
As you know, W3C released WCAG 3.0 first draft on the 21st of January 2021. The full form of WCAG also has been changed from web content accessibility guidelines to W3C accessibility guidelines. WCAG 3.0 does not talk web alone and it talks various technologies such as mobile, apps, PDF, ePub, voice input, smart watches, smart
TVs, VR and AR, and so on. unlike WCAG 2.x, WCAG 3.0 aims to be very simple language and cover a broader group of people with disabilities. The guidelines also address related web tools such as user agents (browsers and assistive technologies), content managemen ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 1.4.11 Non-text Contrast (Level AA):
The visual presentation of the following has a contrast ratio of at least 3:1 against adjacent colour(s):
User Interface Components: Visual information required to identify user interface components and states, except for inactive components or where the appearance of the component is determined by the user agent and not modified by the author.
Graphical Objects: Parts of graphics required to understand the content, except when a particular presentation of graphics is essential to the information being conveyed.
De ..read more
Suman’s Accessibility blog
2y ago
Overview
I am person with visually impaired (totally blind) and I would like to share my experience on the accessibility of apps and websites that I use as part of my day-to-day activities. As part of this, I would like to discuss top 10 things that are really affecting and bothering me very much because of inaccessibility of those apps and websites. The top 10 things that I am going to discuss today are not only the issues for me but also these are the issues for whole community. Before writing this article, I spoke to many visually impaired friends and most of them are having the same ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 2.5.4 Motion Actuation (Level A): Functionality that can be operated by device motion or user motion can also be operated by user interface components and responding to the motion can be disabled to prevent accidental actuation, except when:
Supported Interface
The motion is used to operate functionality through an accessibility supported interface;
Essential
The motion is essential for the function and doing so would invalidate the activity.
Description
We sometimes see that actions/functionalities in the digital space w ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 2.5.2 Pointer Cancellation (Level A): For functionality that can be operated using a single pointer, at least one of the following is true:
No Down-Event
The down-event of the pointer is not used to execute any part of the function;
Abort or Undo
Completion of the function is on the up-event, and a mechanism is available to abort the function before completion or to undo the function after completion;
Up Reversal
The up-event reverses any outcome of the preceding down-event;
Essential
Completing the function on the down-event is essential.
Functions that emulate a keyboard ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 1.3.5 Identify Input Purpose (Level AA): The purpose of each input field collecting information about the user can be programmatically determined when:
The input field serves a purpose identified in the Input Purposes for user interface components section ; and
The content is implemented using technologies with support for identifying the expected meaning for form input data.
Description
As you are aware of, most of the websites use the forms to collect the data and we hardly find the website that does not have form. Some websites use the form ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 2.1.4 Character Key Shortcuts (Level A): If a keyboard shortcut is implemented in content using only letter (including upper- and lower-case letters), punctuation, number, or symbol characters, then at least one of the following is true:
Turn off
A mechanism is available to turn the shortcut off;
Remap
A mechanism is available to remap the shortcut to include one or more non-printable keyboard keys (e.g., Ctrl, Alt);
Active only on focus
The keyboard shortcut for a user interface component is only active when that component has focus.
  ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 2.5.1 Pointer Gestures (Level A): All functionality that uses multipoint or path-based gestures for operation can be operated with a single pointer without a path-based gesture, unless a multipoint or path-based gesture is essential.
This requirement applies to web content that interprets pointer actions (i.e. this does not apply to actions that are required to operate the user agent or assistive technology).
Description
Problems/challenges
With the advent of smart or touch phones/devices, most of us started using the web on the mobiles. While ac ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 1.4.10 Reflow (Level AA): Content can be presented without loss of information or functionality, and without requiring scrolling in two dimensions for:
Vertical scrolling content at a width equivalent to 320 CSS pixels;
Horizontal scrolling content at a height equivalent to 256 CSS pixels.
Except for parts of the content which require two-dimensional layout for usage or meaning.
Description
As you may be aware of, certain group of low vision users use browser zoom functionality to see the web content. However, this sometimes might be difficult to view the co ..read more
Suman’s Accessibility blog
2y ago
Success Criterion 1.4.13 Content on Hover or Focus (Level AA): Where receiving and then removing pointer hover or keyboard focus triggers additional content to become visible and then hidden, the following are true:
Dismissible
A mechanism is available to dismiss the additional content without moving pointer hover or keyboard focus, unless the additional content communicates an input error or does not obscure or replace other content;
Hoverable
If pointer hover can trigger the additional content, then the pointer can be moved over the additional content without the additional content disappea ..read more