WebAIM’s Survey of Low Vision Users #2: What do we make of it?

WebAIM’s Survey of Low Vision Users #2: What do we make of it?

Just as everyone and their experience are not the same, so the persons with disabilities and their experience too. So when we talk about the low vision users, every user with low vision, his/her disability characteristics and the experience in the physical world and the digital world are so dynamic and unique.In this context, WebAIM’s…

1.2.5 Audio Description (Prerecorded)
|

Understanding WCAG SC 1.2.5 Audio Description (Prerecorded)

1.2.5 Audio Description (Prerecorded): Audio description is provided for all prerecorded video content in synchronized media. (Level AA) Audio Description (Prerecorded) Transcript Hello everyone! Today, we’re going to talk about audio description for pre-recorded content. Audio description is provided for all pre-recorded video content in synchronized media. But why do we need audio description? It…

1.3.1 Info & Relationships
|

Understanding WCAG SC 1.3.1 Info and Relationship

Information, structure, and relationships conveyed through presentation can beprogrammatically determined or are available in text. (Level A) Info and Relationship Transcript Hello everyone! Today, we’re going to talk about information and relationships. We’ll also discuss its importance, requirements, learnings, and examples. Using native semantics to code the content is crucial for success criteria. Semantic coding…

WAI-ARIA: aria-valuetext (Property)

WAI-ARIA: aria-valuetext (Property)

Description Defines the human readable text alternative of aria-valuenow for a range widget. This property is used, for example, on a range widget such as a slider or progress bar. If the aria-valuetext attribute is set, authors SHOULD also set the aria-valuenow attribute, unless that value is unknown (for example, on an indeterminate progressbar). Authors…

WAI-ARIA: aria-valuemin (Property)

WAI-ARIA: aria-valuemin (Property)

Description Defines the minimum allowed value for a range widget. Authors MUST ensure the value of aria-valuemin is less than or equal to the value of aria-valuemax. If the aria-valuenow has a known maximum and minimum, the author SHOULD provide properties for aria-valuemax and aria-valuemin. Note: A range widget starts with a given value, which can…