WCAG (Web Content Accessibility Guidelines) covers mobile web content and native apps, with much overlap in accessibility guidelines between mobile and desktop, but also considerations unique to mobile platforms. WCAG is guided by four principles: perceivable, operable, understandable, and robust. Some mobile specific success criteria includes minimum target size and orientation change. WCAG consulting means doing audits, while WCAG developers should use semantic HTML and ARIA, as well as native APIs for accessibility (UIAccessibility for iOS, contentDescription for Android).
WCAG meaning Web Content Accessibility Guidelines, is a set of guidelines created by the Web Accessibility Initiative (WAI) of the World Wide Web Consortium (W3C) that makes web content accessible to everyone, including people with disabilities.
WCAG addresses multiple disabilities under guidelines, including visual, auditory, sensory, speech, physical, cognitive, language, learning, and neurological disabilities.
There are three different versions of WCAG compliance in popular use:
In an astonishing accessibility audit of Fortune 100 corporate websites we found 815,600 WCAG 2.1 violations, the majority of which were Level A (basic) failures. Accessibility is not taken care of by large enterprises either – 90% of websites are not accessible by all people who use assistive technologies.
This isn’t just an issue of being a good corporate citizen, non-compliance is a legal, financial and reputational risk. Potential consequences include lawsuits (ADA Title III claims, for example), lost revenue and alienating 1 in 6 people with disabilities worldwide.
Did you know over 1.3 billion people have some form of a disability? If you’re not considering this growing audience, you’re only reaching a fraction of the population.
Older demographics, mobile users and people with lower bandwidths are more likely to adopt an accessible website.
Companies including Domino’s, Netflix and Target have all spent millions on lawsuits after being found with inaccessible websites.
Regulations including the European Union (EN 301 549) and Canada (ACA) mean WCAG compliance is becoming a legal requirement in multiple territories.
Accessible websites have better SEO (clean code, alt text, captions all contribute to SEO)
Poor design and usability costs you users. 70% of people are less likely to return to a poorly designed website.
A strategy for accessibility improves your brand’s CSR, ethical and inclusive reputation.
Customers care, with 77% of people preferring to consider purchasing from a brand who put accessibility first.
WCAG has evolved through various versions, with WCAG 2.1 being the most widely adopted standard in use today. Below are the most pertinent changes from previous WCAG editions:
Many organizations will pursue WCAG 2.1 Level AA compliance, as this will satisfy most legal and usability requirements.
The WCAG success criteria specify that a website or digital content must achieve something clear, measurable, and known as 'success criteria' to be compliant. The criteria are prioritized according to accessibility principles (POUR: Perceivable, Operable, Understandable, and Robust) with three conformance levels:
For many organizations, the ultimate level of accessibility, or the Rebecca level, is WCAG 2.1 Level AA. It represents a balance between making something accessible and reasonable.
To ensure your website meets WCAG standards, use these manually tested and verified tools categorized by testing depth:
Testing Strategy Pro Tip
Critical Note: No tool catches 100% of issues. Always combine 30% automated tools with 70% manual testing.
Employing WCAG (Web Content Accessibility Guidelines) for iOS (Apple) and Android (Google) mobile platforms to show that mobile web and native apps can be accessible for people with disabilities. The WCAG 2.0, 2.1, and 2.2 principles of Perceivable, Operable, Understandable and Robust are fully applicable, but real world considerations exist for iOS and Android in terms of their interfaces, assistive technologies, and methods of interaction.
Below is a concise breakdown of what people take into account to apply WCAG to mobile on iOS and Android:
The four WCAG principles are equally applicable on both platforms, but it’s important to consider mobile-specific characteristics as well. Let’s look at each principle in turn:
Perceivable:
Operable:
Understandable:
Robust:
Ensure compatibility with assistive technologies by using proper semantic markup and ARIA roles (4.1.2 Name, Role, Value) for dynamic content, such as modals or live regions.
iOS (VoiceOver, Switch Control, etc.)
Android (TalkBack, Switch Access, etc.)
WCAG 2.1 added guidelines that are more relevant to mobile devices:
Automated Tools:
Manual Testing:
Native Apps:
Mobile Web:
Ensure semantic HTML5 and ARIA landmarks are used; consider responsive design for cross-platform consistency.
Test on mobile browsers (Safari, Chrome) for WCAG compliance.
Frameworks:
Verify that accessibility APIs map to corresponding iOS and Android native controls for cross-platform apps (React Native, Flutter, etc. ).
Providing a predictable focus order for mobile elements (2.4.3 Focus Order).
Managing live regions (notifications, alerts, etc.) for screen readers (4.1.3 Status Messages in WCAG 2.1).
Designing for space constraints in mobile without sacrificing accessible touch targets and contrast requirements.
To summarize, I find it's mostly a matter of mapping each WCAG success criterion to these considerations: adapting to platform-specific assistive technologies and touch interactions, as well as addressing platform-specific design and functional nuances. If you're wondering about a particular success criterion or want help with a platform-specific implementation or testing approach, do let me know!
How to identify, assess, and hire qualified WCAG Consultants, Web Accessibility Specialists (WAS), and WCAG Developers that will deliver WCAG 2.1/2.2 compliant websites and/or mobile apps on iOS and Android platforms.
WCAG Consultant:
Performs audits, remediation, and compliance with WCAG 2.1/2.2 (A/AA), ADA, Section 508, or EU Accessibility Directive.
Must-have Skills:
Accessibility audit experience, knowledge of assistive technology (VoiceOver for iOS, TalkBack for Android), and experience writing Voluntary Product Accessibility Templates (VPATs) or Accessibility Conformance Reports (ACRs).
Mobile Details:
Experience with mobile-specific WCAG criteria like touch target size (2.5.5, at least 44x44px), orientation (1.3.4), and gesture alternatives (2.5.1).
Web Accessibility Specialist (WAS):
WCAG Developer:
Purpose:
Develops and remediates web and mobile apps to be WCAG-compliant.
Specialized Platforms:
a11yjobs.com: A niche job board for accessibility professionals, ideal for finding WCAG Consultants and WAS with IAAP certifications.
Professional Networks:
Join accessibility groups such as the International Association of Accessibility Professionals (IAAP) or W3C's Web Accessibility Initiative (WAI) discussion forums.
Go to conferences such as the CSUN Assistive Technology Conference or Accessing Higher Ground to meet WCAG experts in person.
Review Portfolios:
Consultants/WAS:
Look for audit reports, VPATs (Voluntary Product Accessibility Templates), or ACRs (Accessibility Conformance Reports) demonstrating WCAG 2.1/2.2 compliance, with a focus on mobile applications if relevant. Check for experience with iOS (VoiceOver, Switch Control) and Android (TalkBack, Switch Access) accessibility features.
Developers:
Request code samples that demonstrate their use of semantic HTML and ARIA, or their experience in remediating mobile accessibility issues, such as setting contentDescription in Android XML or accessibilityLabel in Swift code.
Certifications:
Look for candidates who have IAAP certifications, such as CPACC (Certified Professional in Accessibility Core Competencies) for a basic understanding of accessibility or WAS (Web Accessibility Specialist) for more technical expertise.
Certifications or training from platform-specific organizations like Google’s Accessibility for Developers or Apple’s accessibility courses.
Technical Skills:
Consultants/WAS: Familiarity with accessibility testing tools like Axe, WAVE, Google Accessibility Scanner, or Lighthouse, as well as experience with manual testing using assistive technologies.
Developers:
Experience with mobile development frameworks (Swift, Kotlin, React Native, Flutter) and familiarity with mobile accessibility APIs. Understanding of WCAG success criteria such as 2.5.5 Target Size or 1.4.10 Reflow.
Interview Questions:
Ask candidates to explain specific WCAG success criteria in detail (e.g., “How do you ensure that touch targets meet the requirements of 2.5.5 on mobile?”).
Request examples of how they have remedied mobile accessibility issues (e.g., “Describe a situation where you addressed a VoiceOver problem on iOS.”).
For WAS:
Ask about complex scenarios they’ve encountered, such as dealing with live regions, or how they mentor a team on implementing an accessibility policy.
Practical Tests:
Consultants/WAS: Provide a sample webpage or mobile app screen and ask them to create an accessibility audit report identifying WCAG violations.
Developers: Assign a coding task, such as adding contentDescription to an Android button or making a button accessible to VoiceOver on iOS.
iOS-Specific:
Confirm candidates' understanding of UIAccessibility protocol (SwiftUI/UIKit) and testing with VoiceOver/Switch Control
Probe for knowledge of Dynamic Type for text resizing and supporting orientation changes (1.3.4 Orientation)
Android-Specific:
Verify experience with contentDescription, AccessibilityNodeInfo, and testing with TalkBack/Switch Access
Check for understanding of Material Design accessibility guidelines and font scaling support
Cross-Platform:
If applicable (React Native/Flutter), ensure candidates can map accessibility features to native APIs and address platform-specific quirks
Testing Proficiency:
Seek evidence of testing with mobile assistive technologies and tools like Google Accessibility Scanner or axe DevTools Mobile
Candidates should be able to validate mobile-specific WCAG criteria (touch target sizes, gesture simplicity)
Manual Testing:
Automated tools find ~40% of WCAG issues. Check for candidates’ experience with manual testing using VoiceOver, TalkBack, and other assistive technologies.
User Testing: Candidates who have conducted or facilitated user testing with people with disabilities to validate real-world accessibility are a plus.
Mobile Challenges:
Ensure candidates have expertise in mobile-specific challenges like ensuring no horizontal scrolling when zoomed (1.4.10 Reflow) or providing gesture alternatives (2.5.1 Pointer Gestures).
WCAG is more than a technical standard; it’s a moral and legal guide for ensuring digital accessibility.
Here are the reasons web and mobile interfaces should be compliant:
Global Legal Requirements
USA: WCAG is required by several successful ADA Title III lawsuits (e.g. Domino’s pizza paid $4M)
EU: EN 301 549 requires WCAG 2.1 AA level for public sector mobile apps/websites
Canada: Accessible Canada Act (ACA) applies to federal government organizations
Financial Risk
Average accessibility lawsuit settlement: $25K–$75K + remediation costs
App store rejections: Apple and Google may reject mobile apps that aren’t accessible
Business Needs
Government contracts: many require WCAG 2.1 AA compliance for government websites/mobile apps
Corporate partners: often require accessible websites/mobile apps from vendors (e.g. Microsoft)
Accessibility = Inclusivity
1.3B+ individuals live with disabilities (WHO)
Features: Captions, Voice control help everyone
Mobile Accessibility Ethics
Tap targets ≥ 48x48 px for motor impairments
Dark mode isn’t a fad—it’s crucial for light sensitivity
Ethical Brand Stance
Leading brands e.g., Apple, Google gain loyalty by being accessible
83% users likely to favor brands focusing on inclusivity (Accenture)
Pro Tip:
"WCAG compliance is cheaper than lawsuits—and better for humanity."
– $1 spent on accessibility prevents $100 in legal risks (Forrester)
Training and Resources for UX Designers and WCAG Developers
Want to learn more? Here are some resources to help you in your journey to accessibility:
Accessibility in Web and Mobile (iOS & Android) can meet WCAG’s accessibility principles & compliance for Organizations and Web/Mobile (depending on the eventual platform) developers. By not being limited in professionalism while also adhering to WCAG guidelines: Perceivable, Operable, Understandable and Robust, for the most part companies will be able to provide better accessibility for users with disabilities. WCAG’s guidelines can be such as with touch target sizes (2.5.5), orientation (1.3.4), various assistive technology, such as Apple VoiceOver, and Google TalkBack, for example.
Web accessibility consulting and WCAG audits can be done in-house by WCAG consultants or through contracted web accessibility specialists (includes WCAG engineers and WCAG developers). Hint: web accessibility auditing and testing is even more powerful when one can apply tools such as Axe and WAVE that can support with both potential and existing gaps in compliance. When working with a consultant specializing in web accessibility (WCAG 2), there will be specialist WCAG engineers that will be hired for you and the need to source and hire WCAG developers, even iOS or Android developers, Upstaff, a11yjobs.com, and Upwork as well as being backed up and vetted. There are literally thousands of WCAG professionals including engineers and developers who are IAAP certified including mobile experience. You now have your guidelines for meeting your legal and ethical responsibilities of accessibility and resources like W3C and WebAIM to help keep up with improving your resources for WCAG QA engineers and developers.