SlideShare a Scribd company logo
1 of 38
Table of Content
• What is web accessibility?
• Why is it important?
• Who is affected by poor accessibility?
• How can accessibility be improved?
• When to think about accessibility?
What is Web Accessibility?
What is Web Accessibility?
• Differently abled person can use the web equally.
What is Web Accessibility?
• Differently abled person can use the web equally.
• The web is for many people an essential part of daily life.
What is Web Accessibility?
• Differently abled person can use the web equally.
• The web is for many people an essential part of daily life.
• At work
What is Web Accessibility?
• Differently abled person can use the web equally.
• The web is for many people an essential part of daily life.
• At Home
What is Web Accessibility?
• Differently abled person can use the web equally.
• The web is for many people an essential part of daily life.
• And on the road.
What is Web Accessibility?
• Differently abled person can use the web equally.
• The web is for many people an essential part of daily life.
• It refers to the inclusive practice of removing barriers that
prevent interaction with, or access to, website by people with
limited abilities.
What is Web Accessibility?
"We need to make
every single things accessible
to
every single person
with disabilities. "
- Stevie Wonder
What is Web Accessibility?
Why is Accessibility Important?
What’s accessibility all about?
• The web is the world's preferred channel for:
• Knowledge
• Social Interaction
• Commerce
• But it's not always easy for:
• Differently-abled persons
• Those who are getting older
• And for everyone ...
• Accessibility can increase the profitability of a website.
• Accessibility is a legal requirement. [CDDO UK 2018]
Why is Accessibility Important?
Lee, Online shopper with color blindness
• Common visual disabilities that affect men: red and green color
blindness
• When red and green color combinations are used, Lee cannot
distinguish between the two, since both look brown to him
• It is also very difficult for him to make product choices when color
swatches are not labeled with the name of the color
Source: https://www.healthline.com/health/color-blindness#symptoms
Source: https://www.w3.org/WAI/people-use-web/user-stories/#shopper
Why is Accessibility Important?
Story of a Web User
Source: https://www.globaldownsyndrome.org/about-down-syndrome/misconceptions-vs-reality/
Why is Accessibility Important?
Story of a Web User
Luis, with Down syndrome
• Difficulty with abstract concepts, reading, and math calculations.
• Went to groceries, he is sometimes confused by the large number of
product choices and sometimes has problem finding his favorite items
when the store layout is change.
• Recently, a friend showed him an app for online grocery purchases that
has consistent, easy-to-use navigation with clear and direct instructions
• Luis now uses the shopping app a couple of times a month for
frequently purchased items and buys a few fresh items regularly from
the store.
Who is Affected by Poor
Accessibility?
More People than you think.
Can your website be used by people
with common disabilities?
• Blindness
• Visual impairments
• Deafness
• Hearing impairments
• Motor impairment
• Cognitive disability
How different people can access web?
A person with complete visual impairment:
• You can't see images, photos, graphics or videos
• You probably use a screen reader to listen to web pages
• You may use the Tab key to jump from link to link
• You probably don't use mouse
A person with partial visual impairment:
• You may use a screen enlarger to view website
How different people can access web?
A person with complete/partial hearing impairment:
• You may use assistive technology to convert audio into text
A person with motor disabilities:
• You may not be able to use a mouse
• You may rely on voice activated software
Myth – 1: Only a small percentage of the
global population has disability.
It's just for a minority of people !?
• CDC estimates that 26% of US adults are living with a certain disability.
• 12 million people in UK have a recognized disability.
• 1 in 5 Americans have difficulty performing functional or participatory
activities (US Census)
• 15% of the global population report challenges in dealing with basic daily tasks
and interactions (WHO)
• > 30% of us will have some form of disabilities by the time we retire (StatsCan)
Myth – 2: It's too expensive – not
enough ROI(Return on Investment)
• PWD(People with disabilities) represent a market worth £80bn per year in the
UK approx. £320bn across EU(European Union).
• Google increased 30% of traffic after they introduce translation feature.
• 83% of disabled people will not return to a business that does not meet their
access needs.
• If a company’s website is harder to use , people will visit a competitor's site which
is easier to use.
• Tesco – In 2001 an accessible version of their shopping site was launched at a
cost £35K and yielded £13M turnover a year.
Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
Myth – 3: Yes, but my site is not meant for
the blind/deaf/motor impaired
• People don't always browse/buy just for themselves
• You can't make assumption about people
• Studies in US show that friends and family of PWD will also
avoid inaccessible sites
• Think about your site's reputation amongst friends and family of
PWD(People with disabilities)
Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
Myth – 4: If I ignore it, it'll go away
• We are all getting older
• One in four will be over 65 by 2061
• How are you going to use webapps that you build now after
30/40/50 years back?
Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
How Can Accessibility be
Improved?
It's not rocket science.
Some Example:
Remember lee,
Source: https://www.healthline.com/health/color-blindness#symptoms
Lee, online shopper with color blindness
Fig: Color swatches without label
Some Example:
Fig: Color swatches without label Fig: Color swatches with label
Some Example:
Lee, online shopper with color blindness
Simple things we can do
Few websites are totally impossible for those with impairments to use.
Images –correct use of alternate text
(alt attribute)
• Describe what image shows or what it represents.
• If a link, describe destination.
• If decorative, leave blank (alt = "").
Links -
Fig: Link list from JAWA screen reader
• Ensure that destination is clear from the link:
My Blog Post: Read more
Rather than
My Blog Post: Read more
• Don’t just use click here
• If link opens new tab or window inform the user.
Use heading properly
● Semantic elements
● Often used as navigation mechanism by screen
reader user
● Signpost content
Fig: Heading list from JAWA screen
reader
Keyboard focus and operation
• Focus should be easily visible
• Tab order should make sense
• Ensure all functionality accessible by
keystrokes
• Good color contrast
• Should allow itself to be resized without
breaking layout(initially)
• Use of color alone to convey meaning
Text
Markup forms correctly
• Use labels for input fields
• Field set for grouping controls
• Clear display of errors and use text
• Don't use harder CAPTCHAs
WAI-ARIA (Web Accessibility Initiative –
Accessible Rich Internet Applications )
• Roles and Landmarks help signpost parts of web
pages
• Live regions of dynamic content
• More advance roles for ajax sites and apps- including
mobile apps.
Fig: Button element without wai-aria
• Roles and Landmarks help signpost parts of web pages
• Live regions of dynamic content
• More advance roles for ajax sites and apps- including mobile
apps
Fig: Button element without wai-aria Fig: Button element with wai-aria
WAI-ARIA (Web Accessibility Initiative –
Accessible Rich Internet Applications )
When Should I Think About
Accessibility?
Think of it as another requirements – one which may not be explicitly
asked for.
Implementing accessibility
"Our small step leads to big changes in someone's life."

More Related Content

Similar to Web Accessibility & It's Guidelines.pptx

Selfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DaySelfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DayAdrian Roselli
 
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...graemecoleman
 
Tales from the Accessibility Trenches
Tales from the Accessibility TrenchesTales from the Accessibility Trenches
Tales from the Accessibility Trenchesgraemecoleman
 
Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Adrian Roselli
 
Selfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceSelfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceAdrian Roselli
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Adrian Roselli
 
Happy webusers - World Information Arcitecture Day 2015
Happy webusers - World Information Arcitecture Day 2015Happy webusers - World Information Arcitecture Day 2015
Happy webusers - World Information Arcitecture Day 2015Andrew Arch
 
2009: Social inclusion in a Digital Age
2009: Social inclusion in a Digital Age2009: Social inclusion in a Digital Age
2009: Social inclusion in a Digital AgeJonathan Hassell
 
How to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveHow to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveLambda Solutions
 
Developing Accessible Experiences
Developing Accessible ExperiencesDeveloping Accessible Experiences
Developing Accessible ExperiencesAlison Walden
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Adrian Roselli
 
Jared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityJared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityPlain Talk 2015
 
How to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonHow to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonRachel Cherry
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Adrian Roselli
 
Usability, User Experience and the Internet in the 21st Century
Usability, User Experience and the Internet in the 21st CenturyUsability, User Experience and the Internet in the 21st Century
Usability, User Experience and the Internet in the 21st CenturyMax Soe
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceAdrian Roselli
 
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)ux singapore
 

Similar to Web Accessibility & It's Guidelines.pptx (20)

Selfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness DaySelfish Accessibility for Global Accessibility Awareness Day
Selfish Accessibility for Global Accessibility Awareness Day
 
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
Tales from the Accessibility Trenches - Highland Fling talk, Edinburgh, 19th ...
 
Accessibility 101
Accessibility 101Accessibility 101
Accessibility 101
 
Tales from the Accessibility Trenches
Tales from the Accessibility TrenchesTales from the Accessibility Trenches
Tales from the Accessibility Trenches
 
Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015Selfish Accessibility: a11y Camp NYC 2015
Selfish Accessibility: a11y Camp NYC 2015
 
Selfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo UnconferenceSelfish accessibility: 2015 Buffalo Unconference
Selfish accessibility: 2015 Buffalo Unconference
 
Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017Selfish Accessibility: MinneWebCon 2017
Selfish Accessibility: MinneWebCon 2017
 
Happy webusers - World Information Arcitecture Day 2015
Happy webusers - World Information Arcitecture Day 2015Happy webusers - World Information Arcitecture Day 2015
Happy webusers - World Information Arcitecture Day 2015
 
2009: Social inclusion in a Digital Age
2009: Social inclusion in a Digital Age2009: Social inclusion in a Digital Age
2009: Social inclusion in a Digital Age
 
How to Make Learning Accessible and Inclusive
How to Make Learning Accessible and InclusiveHow to Make Learning Accessible and Inclusive
How to Make Learning Accessible and Inclusive
 
Siegman "Creating Accessible Content"
Siegman "Creating Accessible Content"Siegman "Creating Accessible Content"
Siegman "Creating Accessible Content"
 
Developing Accessible Experiences
Developing Accessible ExperiencesDeveloping Accessible Experiences
Developing Accessible Experiences
 
Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017Selfish Accessibility: WordCamp London 2017
Selfish Accessibility: WordCamp London 2017
 
Jared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web AccessibilityJared Smith - Introduction to Web Accessibility
Jared Smith - Introduction to Web Accessibility
 
Web Accessibility
Web AccessibilityWeb Accessibility
Web Accessibility
 
How to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp BostonHow to create accessible websites - WordCamp Boston
How to create accessible websites - WordCamp Boston
 
Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017Selfish Accessibility — WordCamp Europe 2017
Selfish Accessibility — WordCamp Europe 2017
 
Usability, User Experience and the Internet in the 21st Century
Usability, User Experience and the Internet in the 21st CenturyUsability, User Experience and the Internet in the 21st Century
Usability, User Experience and the Internet in the 21st Century
 
Selfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital ServiceSelfish Accessibility: Government Digital Service
Selfish Accessibility: Government Digital Service
 
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
UXSG2014 Lightning Talks - Selfish accessibility (Adrian Roselli)
 

Recently uploaded

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?XfilesPro
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024BookNet Canada
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxOnBoard
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesSinan KOZAK
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAndikSusilo4
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...HostedbyConfluent
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 

Recently uploaded (20)

How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?How to Remove Document Management Hurdles with X-Docs?
How to Remove Document Management Hurdles with X-Docs?
 
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
Transcript: #StandardsGoals for 2024: What’s new for BISAC - Tech Forum 2024
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Maximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptxMaximizing Board Effectiveness 2024 Webinar.pptx
Maximizing Board Effectiveness 2024 Webinar.pptx
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen FramesUnblocking The Main Thread Solving ANRs and Frozen Frames
Unblocking The Main Thread Solving ANRs and Frozen Frames
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Azure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & ApplicationAzure Monitor & Application Insight to monitor Infrastructure & Application
Azure Monitor & Application Insight to monitor Infrastructure & Application
 
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
Transforming Data Streams with Kafka Connect: An Introduction to Single Messa...
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 

Web Accessibility & It's Guidelines.pptx

  • 1.
  • 2. Table of Content • What is web accessibility? • Why is it important? • Who is affected by poor accessibility? • How can accessibility be improved? • When to think about accessibility?
  • 3. What is Web Accessibility?
  • 4. What is Web Accessibility?
  • 5. • Differently abled person can use the web equally. What is Web Accessibility?
  • 6. • Differently abled person can use the web equally. • The web is for many people an essential part of daily life. What is Web Accessibility?
  • 7. • Differently abled person can use the web equally. • The web is for many people an essential part of daily life. • At work What is Web Accessibility?
  • 8. • Differently abled person can use the web equally. • The web is for many people an essential part of daily life. • At Home What is Web Accessibility?
  • 9. • Differently abled person can use the web equally. • The web is for many people an essential part of daily life. • And on the road. What is Web Accessibility?
  • 10. • Differently abled person can use the web equally. • The web is for many people an essential part of daily life. • It refers to the inclusive practice of removing barriers that prevent interaction with, or access to, website by people with limited abilities. What is Web Accessibility?
  • 11. "We need to make every single things accessible to every single person with disabilities. " - Stevie Wonder What is Web Accessibility?
  • 12. Why is Accessibility Important? What’s accessibility all about?
  • 13. • The web is the world's preferred channel for: • Knowledge • Social Interaction • Commerce • But it's not always easy for: • Differently-abled persons • Those who are getting older • And for everyone ... • Accessibility can increase the profitability of a website. • Accessibility is a legal requirement. [CDDO UK 2018] Why is Accessibility Important?
  • 14. Lee, Online shopper with color blindness • Common visual disabilities that affect men: red and green color blindness • When red and green color combinations are used, Lee cannot distinguish between the two, since both look brown to him • It is also very difficult for him to make product choices when color swatches are not labeled with the name of the color Source: https://www.healthline.com/health/color-blindness#symptoms Source: https://www.w3.org/WAI/people-use-web/user-stories/#shopper Why is Accessibility Important? Story of a Web User
  • 15. Source: https://www.globaldownsyndrome.org/about-down-syndrome/misconceptions-vs-reality/ Why is Accessibility Important? Story of a Web User Luis, with Down syndrome • Difficulty with abstract concepts, reading, and math calculations. • Went to groceries, he is sometimes confused by the large number of product choices and sometimes has problem finding his favorite items when the store layout is change. • Recently, a friend showed him an app for online grocery purchases that has consistent, easy-to-use navigation with clear and direct instructions • Luis now uses the shopping app a couple of times a month for frequently purchased items and buys a few fresh items regularly from the store.
  • 16. Who is Affected by Poor Accessibility? More People than you think.
  • 17. Can your website be used by people with common disabilities? • Blindness • Visual impairments • Deafness • Hearing impairments • Motor impairment • Cognitive disability
  • 18. How different people can access web? A person with complete visual impairment: • You can't see images, photos, graphics or videos • You probably use a screen reader to listen to web pages • You may use the Tab key to jump from link to link • You probably don't use mouse A person with partial visual impairment: • You may use a screen enlarger to view website
  • 19. How different people can access web? A person with complete/partial hearing impairment: • You may use assistive technology to convert audio into text A person with motor disabilities: • You may not be able to use a mouse • You may rely on voice activated software
  • 20. Myth – 1: Only a small percentage of the global population has disability. It's just for a minority of people !? • CDC estimates that 26% of US adults are living with a certain disability. • 12 million people in UK have a recognized disability. • 1 in 5 Americans have difficulty performing functional or participatory activities (US Census) • 15% of the global population report challenges in dealing with basic daily tasks and interactions (WHO) • > 30% of us will have some form of disabilities by the time we retire (StatsCan)
  • 21. Myth – 2: It's too expensive – not enough ROI(Return on Investment) • PWD(People with disabilities) represent a market worth £80bn per year in the UK approx. £320bn across EU(European Union). • Google increased 30% of traffic after they introduce translation feature. • 83% of disabled people will not return to a business that does not meet their access needs. • If a company’s website is harder to use , people will visit a competitor's site which is easier to use. • Tesco – In 2001 an accessible version of their shopping site was launched at a cost £35K and yielded £13M turnover a year. Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
  • 22. Myth – 3: Yes, but my site is not meant for the blind/deaf/motor impaired • People don't always browse/buy just for themselves • You can't make assumption about people • Studies in US show that friends and family of PWD will also avoid inaccessible sites • Think about your site's reputation amongst friends and family of PWD(People with disabilities) Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
  • 23. Myth – 4: If I ignore it, it'll go away • We are all getting older • One in four will be over 65 by 2061 • How are you going to use webapps that you build now after 30/40/50 years back? Source: https://www.slideshare.net/coolfields/beginners-guidetowebaccessibilitywpuk2013v1
  • 24. How Can Accessibility be Improved? It's not rocket science.
  • 25. Some Example: Remember lee, Source: https://www.healthline.com/health/color-blindness#symptoms
  • 26. Lee, online shopper with color blindness Fig: Color swatches without label Some Example:
  • 27. Fig: Color swatches without label Fig: Color swatches with label Some Example: Lee, online shopper with color blindness
  • 28. Simple things we can do Few websites are totally impossible for those with impairments to use.
  • 29. Images –correct use of alternate text (alt attribute) • Describe what image shows or what it represents. • If a link, describe destination. • If decorative, leave blank (alt = "").
  • 30. Links - Fig: Link list from JAWA screen reader • Ensure that destination is clear from the link: My Blog Post: Read more Rather than My Blog Post: Read more • Don’t just use click here • If link opens new tab or window inform the user.
  • 31. Use heading properly ● Semantic elements ● Often used as navigation mechanism by screen reader user ● Signpost content Fig: Heading list from JAWA screen reader
  • 32. Keyboard focus and operation • Focus should be easily visible • Tab order should make sense • Ensure all functionality accessible by keystrokes
  • 33. • Good color contrast • Should allow itself to be resized without breaking layout(initially) • Use of color alone to convey meaning Text
  • 34. Markup forms correctly • Use labels for input fields • Field set for grouping controls • Clear display of errors and use text • Don't use harder CAPTCHAs
  • 35. WAI-ARIA (Web Accessibility Initiative – Accessible Rich Internet Applications ) • Roles and Landmarks help signpost parts of web pages • Live regions of dynamic content • More advance roles for ajax sites and apps- including mobile apps. Fig: Button element without wai-aria
  • 36. • Roles and Landmarks help signpost parts of web pages • Live regions of dynamic content • More advance roles for ajax sites and apps- including mobile apps Fig: Button element without wai-aria Fig: Button element with wai-aria WAI-ARIA (Web Accessibility Initiative – Accessible Rich Internet Applications )
  • 37. When Should I Think About Accessibility? Think of it as another requirements – one which may not be explicitly asked for.
  • 38. Implementing accessibility "Our small step leads to big changes in someone's life."