So how do i know if my wordpress website is accessible - WordPress Accessibility Day 2020

Graham Armfield
Graham ArmfieldWeb Accessibility Consultant and Developer at Coolfields Consulting
So, how do I know if my WordPress website
is accessible?
Photo by Kari Leigh London
Graham Armfield
Coolfields Consulting
A bit about me
2
I’m a…
Web Accessibility Consultant
WordPress Developer
@coolfields
Photo by Kari Leigh London
coolfields.co.uk
Accessibility can help everyone
Why is accessibility important?
What I’m going to cover
Web Content Accessibility Guidelines
(Version 2.1) published by the Web Accessibility
Initiative of the World Wide Web Consortium
A.K.A. WCAG2.1
http://www.w3.org/TR/WCAG21/
• A good resource for web accessibility
• But it can be hard to interpret
@coolfields
What I’m going to cover
So instead, how about a simple yes/no
checklist?
Easy to check – with free tools
@coolfields
Health warning
In the time available I can only cover some
common accessibility issues.
But, if you can answer all these questions correctly,
your site will be more accessible than many.
6@coolfields
Coolfields Consulting www.coolfields.co.uk
Keyboard Interaction
Why keyboard accessibility is vital
Some people can't use a mouse or trackpad or touch
commands.
They may rely on keyboards to use their machines -
including browsing websites.
Also, desktop/laptop screen readers are operated using
keystrokes.
8@coolfields
Keyboard interaction
You need to answer Yes to these two:
1) Can I easily see where keyboard focus is?
2) Can I easily access all parts of the site
using the keyboard only?
9@coolfields
Visible keyboard focus
10
Clear keyboard
focus everywhere.
Keyboard focus and interaction
11@coolfields
Clear keyboard focus everywhere.
And sub-navigation is keyboard accessible.
Keyboard interaction
12
Hovering over navigation
link - shows highlight
and submenu.
Tabbing to the same link
- no focus indication, no
sub-menu.
Keyboard interaction
14
You need to answer Yes to these:
3) Can I easily access all functionality with
the keyboard only?
4) Does the keyboard tab order make sense?
@coolfields
Keyboard interaction
15
Many WordPress
websites use
'lightbox' plugins.
They show a full-
size version of the
image when the
smaller image is
clicked on, or
actioned with
keyboard.
Keyboard interaction
16
Img of Lightbox
But when this
lightbox opens,
keyboard focus
remains on the
page below
Keyboard interaction
17
Language
selector
Keyboard interaction
18
When language
selector opens,
keyboard focus is still
on underlying screen.
Coolfields Consulting www.coolfields.co.ukPhoto:
Links
Can you answer Yes to this one?
5) Are your links obviously links?
Links
20@coolfields
Making links look like links
21@coolfields
Users who are colour blind or who have poor vision may struggle to see
links with no underline.
Links
Can you answer Yes to this one?
6) Do all links provide enough information to
state where they lead to?
22
Are your links meaningful?
Which version is easier for a screen reader
user?
Elements list in NVDA
screen reader
24
Are your blog links meaningful?
25
1
1
2
3 4
5
6 7
2
3
4
5
6
7
Do all these links
make sense to a
screen reader user?
Coolfields Consulting www.coolfields.co.uk
Images and video
Images
Can you answer Yes to this?
7) Do all images have
appropriate alternate
text?
(appropriate may mean
empty ie alt="")
27@coolfields
Using the Wave
browser extension.
Images
Setting alternate text in WordPress classic editor
28@coolfields
Best to set alternative text, even if
you're supplying a caption too.
Setting alternate text in WordPress Gutenberg
Images
29@coolfields
When an image is a link, it's best
to have the link destination as
the alternate text.
In this WP theme, the featured
images do this automatically.
Images that are links
30
Images that are links
31
1
1
2
2
Here, the featured image alternate
text does not describe the link
destination.
Can you answer yes to this?
Videos
32
8) Do all the videos have captions?
@coolfields
Captions shown on YouTube
videos
Deaf people rely on captions,
but many others use them
too when watching videos
Coolfields Consulting www.coolfields.co.ukPhoto: thepicturedrome
Signposting Content
Signposting content
Can you answer Yes to this one?
9) Are the page titles unique and meaningful?
34@coolfields
Page titles
Getting them right in WordPress is usually easy…
35@coolfields
Page title is the first thing
that's read out when
screen readers arrive at
new page.
Helps users know they're
in the right place.
Signposting content
Can you answer Yes to this one?
10) Do pages have appropriate headings and
subheadings?
36@coolfields
Using headings
37
Here, the headings are being
indicated when I use the Wave
browser extension.
It's also highlighting the heading
level.
Using headings
38
Headings list shown by
NVDA screen reader
Headings are used as a
navigation feature
Note: NVDA exposes the
heading hierarchy
Signposting content
Can you answer Yes to all these?
11) Are landmarks being used correctly?
39@coolfields
Landmarks
Banner
40
Navigation
Footer
Main Content Sidebar
Landmarks are used by
many screen reader users
to jump to parts of the
page that may be of
interest.
Landmarks from HTML5 elements
<header>
41
<nav>
<footer>
<main>
<aside>
Most websites now use
HTML5 elements, and
these set appropriate
landmarks if they are used
correctly.
Testing for landmarks
Here there is no Main
landmark.
Coolfields Consulting www.coolfields.co.uk
Text
Text
Can you answer Yes to this one?
12) Can I resize text in a page without
breaking the layout?
44@coolfields
Normal size
Note: Resizing and zooming are not the same thing
Resizing text
45@coolfields
Larger size
More examples
Resizing text
46@coolfields
Text
Can you answer No to this one?
13) Is any of the text fully justified?
47@coolfields
Text justification
48
Left aligned text
Fully justified text can make life very difficult for some dyslexics - around 8 - 10%
of the population.
Fully justified text
"Rivers of white space" effect
Coolfields Consulting www.coolfields.co.ukPhoto: AlecCouros
User Input
User input
Can you answer Yes to this one?
14) Do all form fields have an accompanying
label?
50@coolfields
User input
51
new wave
screenshot
Tested with Wave.
Labels are important
for screen reader
users - so they know
what the fields are
for.
User input
52
Coolfields Consulting www.coolfields.co.uk
Colour
Colour contrast
Can you answer Yes to this one?
15) Is the colour contrast sufficient?
54
Colour contrast
55
Colour Contrast
Analyzer Tool
Colour contrast
56
The aXe browser
extension is useful for
testing colour contrast.
Useful resources 1
Colour Contrast Analyzer
• https://paciellogroup.com/resources/contrastanalyser
Wave Testing Tool - Chrome and Firefox extension
• https://wave.webaim.org/extension/
aXe Testing Tool - Chrome, Firefox and Edge extension
• https://www.deque.com/axe/browser-extensions/
60
Useful resources 2
Getting alternate text right
• https://coolfields.co.uk/2010/11/alternate-text-for-images/
Coding forms for accessibility
• https://coolfields.co.uk/tag/forms/
Creating text for screen readers only
• https://coolfields.co.uk/2016/05/text-for-screen-readers-
only-updated/
61
Some things I didn't cover
• Form submission errors
• Movement/flashing on
pages
• Audio on pages
• Updating content after
page has loaded
• Timeouts
• Data tables
62@coolfields
• Modals
• Using CAPTCHAs
• Skip links
• Indicating language
• Automated page
refreshing
• Accordions and tab
panels
Thanks for listening
Any questions?
graham.armfield@coolfields.co.uk
@coolfields 63
1 of 59

Recommended

Useful Accessibility Tools Version 3 - Jul 2021 by
Useful Accessibility Tools Version 3 - Jul 2021Useful Accessibility Tools Version 3 - Jul 2021
Useful Accessibility Tools Version 3 - Jul 2021Graham Armfield
115 views37 slides
WRA 210 March 17th, 2011 by
WRA 210 March 17th, 2011WRA 210 March 17th, 2011
WRA 210 March 17th, 2011Miami University
192 views18 slides
Video summaries by
Video summariesVideo summaries
Video summariesIestyn Williams
359 views22 slides
Video summaries (1) by
Video summaries (1)Video summaries (1)
Video summaries (1)Iestyn Williams
430 views22 slides
HTML5 vs Flash by
HTML5 vs FlashHTML5 vs Flash
HTML5 vs FlashActiveark JWT
1.2K views13 slides
What Every UX Pro Should Know About Web A11y - UserFocus 2014 by
What Every UX Pro Should Know About Web A11y - UserFocus 2014What Every UX Pro Should Know About Web A11y - UserFocus 2014
What Every UX Pro Should Know About Web A11y - UserFocus 2014Dana Douglas
360 views12 slides

More Related Content

Similar to So how do i know if my wordpress website is accessible - WordPress Accessibility Day 2020

So How Do I Know if My Website is Accessible? by
So How Do I Know if My Website is Accessible?So How Do I Know if My Website is Accessible?
So How Do I Know if My Website is Accessible?Graham Armfield
1.1K views51 slides
So, How Do I Know if my WordPress Website is Accessible? by
So, How Do I Know if my WordPress Website is Accessible?So, How Do I Know if my WordPress Website is Accessible?
So, How Do I Know if my WordPress Website is Accessible?Graham Armfield
16.2K views54 slides
Plan For Accessibility - TODCon 2008 by
Plan For Accessibility - TODCon 2008Plan For Accessibility - TODCon 2008
Plan For Accessibility - TODCon 2008Denise Jacobs
3.5K views30 slides
Accessibility for beginners by
Accessibility for beginnersAccessibility for beginners
Accessibility for beginnersElizabeth Fiennes
397 views36 slides
Electron by
ElectronElectron
ElectronAdrian Caetano
380 views49 slides
Making it simple to ensure the use of colour is both on brand and accessible by
Making it simple to ensure the use of colour is both on brand and accessibleMaking it simple to ensure the use of colour is both on brand and accessible
Making it simple to ensure the use of colour is both on brand and accessibleMatthew Deeprose
377 views66 slides

Similar to So how do i know if my wordpress website is accessible - WordPress Accessibility Day 2020(20)

So How Do I Know if My Website is Accessible? by Graham Armfield
So How Do I Know if My Website is Accessible?So How Do I Know if My Website is Accessible?
So How Do I Know if My Website is Accessible?
Graham Armfield1.1K views
So, How Do I Know if my WordPress Website is Accessible? by Graham Armfield
So, How Do I Know if my WordPress Website is Accessible?So, How Do I Know if my WordPress Website is Accessible?
So, How Do I Know if my WordPress Website is Accessible?
Graham Armfield16.2K views
Plan For Accessibility - TODCon 2008 by Denise Jacobs
Plan For Accessibility - TODCon 2008Plan For Accessibility - TODCon 2008
Plan For Accessibility - TODCon 2008
Denise Jacobs3.5K views
Making it simple to ensure the use of colour is both on brand and accessible by Matthew Deeprose
Making it simple to ensure the use of colour is both on brand and accessibleMaking it simple to ensure the use of colour is both on brand and accessible
Making it simple to ensure the use of colour is both on brand and accessible
Matthew Deeprose377 views
Accessibility & Online Learning Presentation by Daniel Graybeal
Accessibility & Online Learning PresentationAccessibility & Online Learning Presentation
Accessibility & Online Learning Presentation
Daniel Graybeal210 views
Themes, Plugins and Accessibility by Graham Armfield
Themes, Plugins and AccessibilityThemes, Plugins and Accessibility
Themes, Plugins and Accessibility
Graham Armfield1.2K views
How to Build an Accessible WordPress Theme by Graham Armfield
How to Build an Accessible WordPress ThemeHow to Build an Accessible WordPress Theme
How to Build an Accessible WordPress Theme
Graham Armfield1.6K views
Is accessibility the new black? by George Otoiu
Is accessibility the new black?Is accessibility the new black?
Is accessibility the new black?
George Otoiu58 views
ELMSLN @ OpenEd 14 by btopro
ELMSLN @ OpenEd 14ELMSLN @ OpenEd 14
ELMSLN @ OpenEd 14
btopro935 views
Making Your Website Sing! by Embolden
Making Your Website Sing!Making Your Website Sing!
Making Your Website Sing!
Embolden2 views
Making Your Website Sing! by Embolden
Making Your Website Sing!Making Your Website Sing!
Making Your Website Sing!
Embolden923 views
Universal design: Make one design that fits everyone by Joakim Bording
Universal design: Make one design that fits everyoneUniversal design: Make one design that fits everyone
Universal design: Make one design that fits everyone
Joakim Bording2.8K views

More from Graham Armfield

Useful Accessibility Tools - WordCamp Brighton by
Useful Accessibility Tools - WordCamp BrightonUseful Accessibility Tools - WordCamp Brighton
Useful Accessibility Tools - WordCamp BrightonGraham Armfield
643 views35 slides
Accessibility Hacks Version 2 by
Accessibility Hacks Version 2Accessibility Hacks Version 2
Accessibility Hacks Version 2Graham Armfield
212 views56 slides
Accessibility Hacks version 2 by
Accessibility Hacks version 2Accessibility Hacks version 2
Accessibility Hacks version 2Graham Armfield
198 views56 slides
Useful Accessibility Tools - WP Pompey April 2019 by
Useful Accessibility Tools - WP Pompey April 2019Useful Accessibility Tools - WP Pompey April 2019
Useful Accessibility Tools - WP Pompey April 2019Graham Armfield
348 views35 slides
Accessibility Hacks Wordcamp Manchester October 2018 by
Accessibility Hacks Wordcamp Manchester October 2018Accessibility Hacks Wordcamp Manchester October 2018
Accessibility Hacks Wordcamp Manchester October 2018Graham Armfield
423 views55 slides
Useful Accessibility Tools by
Useful Accessibility ToolsUseful Accessibility Tools
Useful Accessibility ToolsGraham Armfield
2.4K views33 slides

More from Graham Armfield(20)

Useful Accessibility Tools - WordCamp Brighton by Graham Armfield
Useful Accessibility Tools - WordCamp BrightonUseful Accessibility Tools - WordCamp Brighton
Useful Accessibility Tools - WordCamp Brighton
Graham Armfield643 views
Useful Accessibility Tools - WP Pompey April 2019 by Graham Armfield
Useful Accessibility Tools - WP Pompey April 2019Useful Accessibility Tools - WP Pompey April 2019
Useful Accessibility Tools - WP Pompey April 2019
Graham Armfield348 views
Accessibility Hacks Wordcamp Manchester October 2018 by Graham Armfield
Accessibility Hacks Wordcamp Manchester October 2018Accessibility Hacks Wordcamp Manchester October 2018
Accessibility Hacks Wordcamp Manchester October 2018
Graham Armfield423 views
Assistive technology Demo WordCamp Bristol by Graham Armfield
Assistive technology Demo WordCamp BristolAssistive technology Demo WordCamp Bristol
Assistive technology Demo WordCamp Bristol
Graham Armfield1.4K views
Designing for Accessibility - WordCamp London 2017 by Graham Armfield
Designing for Accessibility - WordCamp London 2017Designing for Accessibility - WordCamp London 2017
Designing for Accessibility - WordCamp London 2017
Graham Armfield2.2K views
Designing for Accessibility - Front End North - September 2016 by Graham Armfield
Designing for Accessibility - Front End North - September 2016Designing for Accessibility - Front End North - September 2016
Designing for Accessibility - Front End North - September 2016
Graham Armfield557 views
Obscure Wordpress Functions That Are Actually Quite Useful by Graham Armfield
Obscure Wordpress Functions That Are Actually Quite UsefulObscure Wordpress Functions That Are Actually Quite Useful
Obscure Wordpress Functions That Are Actually Quite Useful
Graham Armfield801 views
Themes Plugins and Accessibility - WordCamp London March 2015 by Graham Armfield
Themes Plugins and Accessibility - WordCamp London March 2015Themes Plugins and Accessibility - WordCamp London March 2015
Themes Plugins and Accessibility - WordCamp London March 2015
Graham Armfield2.8K views
Can WordPress help make the web more accessible - eaccess15 - Feb 2015 by Graham Armfield
Can WordPress help make the web more accessible - eaccess15 - Feb 2015Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Can WordPress help make the web more accessible - eaccess15 - Feb 2015
Graham Armfield1.1K views
Wordpress and Web Accessibility Wordcamp UK 2014 by Graham Armfield
Wordpress and Web Accessibility Wordcamp UK 2014Wordpress and Web Accessibility Wordcamp UK 2014
Wordpress and Web Accessibility Wordcamp UK 2014
Graham Armfield1.6K views
So What is This Thing Called WordPress? by Graham Armfield
So What is This Thing Called WordPress?So What is This Thing Called WordPress?
So What is This Thing Called WordPress?
Graham Armfield6.6K views
Handling User Generated Content in WordPress by Graham Armfield
Handling User Generated Content in WordPressHandling User Generated Content in WordPress
Handling User Generated Content in WordPress
Graham Armfield1.3K views
Web Accessibility: What it is, Why it's important by Graham Armfield
Web Accessibility: What it is, Why it's importantWeb Accessibility: What it is, Why it's important
Web Accessibility: What it is, Why it's important
Graham Armfield1.3K views
Assistive Technology Demo Londonweb by Graham Armfield
Assistive Technology Demo LondonwebAssistive Technology Demo Londonweb
Assistive Technology Demo Londonweb
Graham Armfield1.1K views
Towards an Alternate WordPress Theme Structure by Graham Armfield
Towards an Alternate WordPress Theme StructureTowards an Alternate WordPress Theme Structure
Towards an Alternate WordPress Theme Structure
Graham Armfield2.5K views
WordPress and Web Accessibility - 2013 by Graham Armfield
WordPress and Web Accessibility - 2013WordPress and Web Accessibility - 2013
WordPress and Web Accessibility - 2013
Graham Armfield5.9K views
Beginners Guide To Web Accessibility - WordCamp UK July 2013 by Graham Armfield
Beginners Guide To Web Accessibility - WordCamp UK July 2013Beginners Guide To Web Accessibility - WordCamp UK July 2013
Beginners Guide To Web Accessibility - WordCamp UK July 2013
Graham Armfield2.3K views

Recently uploaded

Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT by
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITShapeBlue
166 views8 slides
Network Source of Truth and Infrastructure as Code revisited by
Network Source of Truth and Infrastructure as Code revisitedNetwork Source of Truth and Infrastructure as Code revisited
Network Source of Truth and Infrastructure as Code revisitedNetwork Automation Forum
52 views45 slides
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...ShapeBlue
101 views17 slides
DRBD Deep Dive - Philipp Reisner - LINBIT by
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBITShapeBlue
140 views21 slides
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... by
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...ShapeBlue
79 views17 slides
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...ShapeBlue
144 views12 slides

Recently uploaded(20)

Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT by ShapeBlue
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBITUpdates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
Updates on the LINSTOR Driver for CloudStack - Rene Peinthor - LINBIT
ShapeBlue166 views
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava... by ShapeBlue
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
Centralized Logging Feature in CloudStack using ELK and Grafana - Kiran Chava...
ShapeBlue101 views
DRBD Deep Dive - Philipp Reisner - LINBIT by ShapeBlue
DRBD Deep Dive - Philipp Reisner - LINBITDRBD Deep Dive - Philipp Reisner - LINBIT
DRBD Deep Dive - Philipp Reisner - LINBIT
ShapeBlue140 views
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... by ShapeBlue
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
ShapeBlue79 views
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ... by ShapeBlue
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
Backup and Disaster Recovery with CloudStack and StorPool - Workshop - Venko ...
ShapeBlue144 views
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue by ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue94 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker50 views
State of the Union - Rohit Yadav - Apache CloudStack by ShapeBlue
State of the Union - Rohit Yadav - Apache CloudStackState of the Union - Rohit Yadav - Apache CloudStack
State of the Union - Rohit Yadav - Apache CloudStack
ShapeBlue253 views
Business Analyst Series 2023 - Week 4 Session 7 by DianaGray10
Business Analyst Series 2023 -  Week 4 Session 7Business Analyst Series 2023 -  Week 4 Session 7
Business Analyst Series 2023 - Week 4 Session 7
DianaGray10126 views
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue by ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlueElevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
Elevating Privacy and Security in CloudStack - Boris Stoyanov - ShapeBlue
ShapeBlue179 views
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by ShapeBlue
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool
ShapeBlue84 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue103 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue158 views
Data Integrity for Banking and Financial Services by Precisely
Data Integrity for Banking and Financial ServicesData Integrity for Banking and Financial Services
Data Integrity for Banking and Financial Services
Precisely78 views
Digital Personal Data Protection (DPDP) Practical Approach For CISOs by Priyanka Aash
Digital Personal Data Protection (DPDP) Practical Approach For CISOsDigital Personal Data Protection (DPDP) Practical Approach For CISOs
Digital Personal Data Protection (DPDP) Practical Approach For CISOs
Priyanka Aash153 views
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T by ShapeBlue
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&TCloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
CloudStack and GitOps at Enterprise Scale - Alex Dometrius, Rene Glover - AT&T
ShapeBlue112 views
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O... by ShapeBlue
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
Declarative Kubernetes Cluster Deployment with Cloudstack and Cluster API - O...
ShapeBlue88 views

So how do i know if my wordpress website is accessible - WordPress Accessibility Day 2020

Editor's Notes

  1. I work with organisations to help them improve the accessibility of their digital offerings. Do accessibility testing and guide designers and developers in solutions to the issues found. WordPress developer – have built many accessible websites using WordPress. I've delivered presentations to many WordCamps inc London, Sheffield, Edinburgh, Lancaster, Manchester, Bournemouth – and a number of WordPress meetup groups. This is me in Sheffield a couple of years ago. The presentation is called So, How Do I Know if My WordPress Website is Accessible and focusses on easy accessibility tests that you can do on your own WordPress website. If you've not seen me do that one – and I know that some of you have - the slides are still on Slideshare , and the deck has been viewed over 12,000 times now.
  2. Something like 20-25% of the population have some kind of different access needs when it comes to websites. Whether it's blindness, poor vision, colour blindness, dyslexia, ADHD, autism, deafness, or people who are just getting old.