Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Accessibility, People and Digital Experiences: ...

Avatar for Arafat Abdussalam Arafat Abdussalam
March 23, 2024
64

Accessibility, People and Digital Experiences: What exactly is the playbook involved?

As developers and stakeholders involved in building digital products. It is important that we consider accessibility while building these products. Accessibility is beyond physical products. Accessibility is considered in mobile applications, web applications as well as spatial computing.

This talk is focused on the Importance of Accessibility, what it entails, Assistive Technologies, WCAG, Accessibility practicability - Semantics, Styling, Functionality, WAI-ARIA and career opportunities in accessibility.

Feel free to drop your comments and questions. Thank you.

Avatar for Arafat Abdussalam

Arafat Abdussalam

March 23, 2024
Tweet

Transcript

  1. Accessibility, People and Digital Experiences: What exactly is the playbook?

    Arafat Abdussalam Software Engineer (Web) @Arafat_ssalam
  2. Hot dog, oh no, hot dog Hot dog, hot dog,

    hot diggety dog Now we got ears, it's time for cheers Hot dog, hot dog, the problem is solved Hot dog, hot dog, hot diggety dog - Mickey Mouse ClubHouse
  3. Session Details • What is Accessibility? • Importance of Accessibility

    • Assistive Technologies • Building Accessible products: WCAG Principles, Semantics, Styling, Functionality and WAI-ARIA • Diagnosing Accessibility Issues: Accessibility Testing • Career Opportunities in Accessibility
  4. Accessibility simply means enabling everyone and anyone to be able

    to use a product or software without experiencing any difficulties, constraints or inconveniences. It is all about inclusion. It aids the usability of a product.
  5. An estimated 16% Of the global population has a significant

    impairment. This is about 1.3billion people in 2024. - World Health Organization [WHO]
  6. Assistive technologies are simply devices or tools that enable individuals

    with impairments to be able to interact with a product or software in an alternative method. They provide alternative contents to different components of a software.
  7. Assistive Technologies Screen readers Screen magnifiers Special keyboards Special Input

    devices Text-to-speech software Text-to-speech software Voice recognition software
  8. WCAG Principles Perceivable Operable Alternative information Can be operated with

    to contents assistive technologies Understandable Robust Simple contents, not difficult to Includes the varying needs Interact with of different individuals
  9. Just like a medical doctor runs diagnosis on health conditions

    before proceeding with treatments, an accessibility expert runs diagnosis to identify accessibility issues before attempting to solve them. Accessibility Testing is simply accessibility diagnosis.