1.2.4 Captions (Live)
|

Understanding WCAG SC 1.2.4 Captions (Live)

1.2.4 Captions (Live): Captions are provided for all live audio content in synchronized media. (Level AA) Captions (Live) Transcript Hello everyone! Today, we’re going to talk about live captions. We’ll also discuss their importance, the benefits, and some examples. Live captions automatically transcribe speech on your device. They can be used for media like videos,…

Foresee Your Colors: Tools to Evaluate your design for Color contrast Accessibility
|

Tools to Evaluate your Design for Color Contrast Accessibility

It is a sunny day. The sun is so dazzling in your eyes as you are walking in to your office from lunch. You want to finish up an email so quickly but your eyes are not so obedient to look at the computer screen as it has just entered a contrastive suddenness and they…

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…

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…

WAI-ARIA: aria-valuemax (Property)

WAI-ARIA: aria-valuemax (Property)

Description Defines the maximum allowed value for a range widget. Authors MUST ensure the value of aria-valuemax is greater than or equal to the value of aria-valuemin. 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…