Study Guide

Web Accessibility Specialist (WAS) Examination: Your Complete Guide to Certification

Master the Web Accessibility Specialist (WAS) exam with our in-depth guide covering exam structure, topic blueprint, study strategies, and career impact. Includes official resources and practical prep advice.

Published July 2026Updated July 202611 min readStudy GuideIntermediateAccessibility Exam
MC

Reviewed By

Michelle Carter

Accessibility Exam exam-prep contributor

Michelle has spent years around CPACC, translating field experience and candidate feedback into practical study guidance for Accessibility Exam.

Understanding the Web Accessibility Specialist (WAS) Credential

The Web Accessibility Specialist (WAS) examination is a professional certification offered by the International Association of Accessibility Professionals (IAAP). It validates the technical competencies required to design, develop, and test accessible web content according to international standards such as the Web Content Accessibility Guidelines (WCAG). Unlike the broader Certified Professional in Accessibility Core Competencies (CPACC), the WAS focuses specifically on web technologies and hands-on implementation.

This credential is ideal for web developers, front-end engineers, UX designers, quality assurance testers, and accessibility consultants who want to demonstrate their ability to create inclusive digital experiences. It signals to employers and clients that you possess not just theoretical knowledge but practical skills in accessible coding, ARIA, assistive technology compatibility, and accessibility evaluation.

Who Should Pursue the WAS Certification?

The WAS exam is designed for professionals who work directly with web code and digital interfaces. Typical candidates include:

  • Web developers and front-end engineers who write HTML, CSS, and JavaScript.
  • UX/UI designers responsible for inclusive design patterns.
  • Accessibility testers and QA analysts who audit websites for WCAG conformance.
  • Digital accessibility specialists and consultants.
  • Project managers overseeing accessible web projects.

While there are no formal prerequisites, IAAP recommends that candidates have at least one to two years of practical experience in web accessibility. This includes familiarity with assistive technologies like screen readers, keyboard-only navigation, and accessibility testing tools. If you are new to accessibility, consider starting with the CPACC to build foundational knowledge before attempting the WAS.

Exam Format and Structure

The WAS examination is a computer-based test consisting of 80 multiple-choice questions. Candidates have 120 minutes to complete the exam. The passing score is 70%, and results are typically provided immediately upon completion. The exam is administered through Kryterion testing centers worldwide or via online proctoring, allowing you to take it from home or office.

Questions are drawn from a content outline that reflects real-world tasks performed by web accessibility specialists. The exam is updated periodically to align with evolving standards like WCAG 2.1 and 2.2, as well as emerging technologies. Always refer to the official IAAP website for the most current version of the exam blueprint.

Topic Blueprint and Weighting

The WAS exam covers six major domains. Understanding the weight of each domain helps you allocate study time effectively. The following breakdown is based on the official IAAP content outline:

DomainPercentage of Exam
Web Accessibility Standards and Legal Requirements15%
Accessible Design and Development Techniques25%
Assistive Technologies and User Interaction20%
Accessibility Testing and Evaluation20%
Accessible Rich Internet Applications (ARIA)15%
Accessibility Management and Organizational Integration5%

Note that the largest portions-Design/Development Techniques and Testing/Evaluation-require deep technical knowledge. ARIA and Assistive Technologies also carry significant weight, reflecting the specialist nature of the credential.

Deep Dive into Each Domain

This domain tests your knowledge of WCAG 2.1 (and increasingly 2.2) principles, guidelines, and success criteria. You must understand the four principles (Perceivable, Operable, Understandable, Robust) and how they apply to web content. Legal aspects include familiarity with Section 508, the ADA, EN 301 549, and other global accessibility laws. Expect questions on conformance levels (A, AA, AAA) and how to interpret normative vs. informative guidance.

Accessible Design and Development Techniques

This is the most heavily weighted domain. It covers semantic HTML, CSS for layout and presentation, and JavaScript event handling. You need to know how to create accessible forms, tables, images, multimedia, and navigation. Topics include proper use of headings, landmarks, labels, focus management, and color contrast. Real-world scenarios might ask you to identify the most accessible way to implement a carousel, modal dialog, or data table.

Assistive Technologies and User Interaction

Here you must demonstrate understanding of how people with disabilities interact with the web. This includes screen readers (JAWS, NVDA, VoiceOver), screen magnifiers, speech recognition software, switch devices, and braille displays. You should know common keyboard shortcuts, how assistive technologies parse the accessibility tree, and how to design for compatibility. Questions may involve troubleshooting why a screen reader announces content incorrectly or how to ensure a custom widget is operable without a mouse.

Accessibility Testing and Evaluation

This domain assesses your ability to evaluate websites for accessibility. You need to know both automated tools (axe, WAVE, Lighthouse) and manual testing techniques. Topics include keyboard testing, screen reader testing, color contrast analysis, and code inspection. You should understand how to write effective accessibility test cases, log bugs, and prioritize issues. Expect questions on when to use automated vs. manual methods and how to interpret tool results.

Accessible Rich Internet Applications (ARIA)

ARIA is a critical but often misunderstood topic. You must know when and how to use ARIA roles, states, and properties to enhance accessibility of dynamic content and custom widgets. The exam tests your ability to apply ARIA correctly without overusing it-remember, the first rule of ARIA is not to use it if native HTML can do the job. Common pitfalls include incorrect aria-label usage, missing live regions, and improper role assignments.

Accessibility Management and Organizational Integration

Though the smallest domain, it covers important concepts like integrating accessibility into development lifecycles, creating accessibility policies, and fostering an inclusive culture. You may encounter questions about procurement, training, and maturity models. This domain is more strategic and less technical, but still relevant for specialists who lead accessibility efforts.

Question Style and What to Expect

WAS exam questions are multiple-choice with four options. Many are scenario-based, presenting a code snippet, a user problem, or a testing situation. You must select the best answer, which often requires not just knowing the correct technique but understanding why other options are less effective or incorrect. Some questions have multiple seemingly correct answers, so careful reading is essential.

Example (not a real exam question): 'A developer has created a custom dropdown menu using div elements. Which ARIA attribute should be added to the div that serves as the menu container?' The answer would involve the menu role and appropriate ARIA properties. Expect to see code examples in HTML, CSS, and JavaScript.

Difficulty Analysis: Why Candidates Find the WAS Challenging

The WAS is considered intermediate to advanced. Many test-takers with general accessibility knowledge struggle because the exam demands precise, code-level understanding. Common challenges include:

  • ARIA complexity: Knowing exactly when and how to apply ARIA without introducing new barriers.
  • Assistive technology nuances: Understanding how different screen readers interpret the same code differently.
  • Testing methodology: Distinguishing between automated tool results and actual user impact.
  • Legal vs. technical: Applying WCAG success criteria to specific code patterns.

If you have strong hands-on experience, the exam is very achievable. If your experience is more theoretical, you will need substantial practical study.

Study Timeline Options

Most candidates spend 30-50 hours preparing over 2-3 months. Here are two sample plans:

Accelerated Plan (4-6 weeks, 10-12 hours/week)

  • Week 1: Review content outline and gather resources. Take a diagnostic practice test.
  • Week 2-3: Deep dive into Design/Development and ARIA. Code along with examples.
  • Week 4: Focus on Assistive Technologies and Testing. Practice with real screen readers.
  • Week 5: Review Standards/Legal and Management. Take full-length practice exams.
  • Week 6: Final review of weak areas and rest before exam day.

Extended Plan (8-12 weeks, 4-6 hours/week)

  • Weeks 1-2: Standards and legal foundations.
  • Weeks 3-5: Accessible design patterns and ARIA.
  • Weeks 6-7: Assistive technology deep dive.
  • Weeks 8-9: Testing and evaluation techniques.
  • Weeks 10-11: Management and integration. Practice exams.
  • Week 12: Targeted review and exam.

Adjust based on your existing knowledge. If you already work extensively with ARIA, you may need less time there and more on legal standards.

Official Study Materials and Resources

IAAP provides several official resources that should form the core of your preparation:

  • WAS Body of Knowledge: A detailed document outlining all topics and subtopics.
  • Content Outline with Weighting: Shows the percentage of questions per domain.
  • Sample Exam: A short practice test to familiarize you with the question format.
  • Recommended Reading List: Books, articles, and specifications like the WCAG quick reference.

These are available on the IAAP Certification page. Always check for the latest versions, as the exam evolves.

In addition, hands-on practice is irreplaceable. Use free screen readers (NVDA on Windows, VoiceOver on Mac), browser developer tools, and online sandboxes to experiment with accessible code.

Exam-Day Logistics

You can take the WAS exam at a Kryterion testing center or through online proctoring. For online proctoring, ensure you have a reliable internet connection, a quiet private room, and a computer that meets the technical requirements. You will need to show identification and may be asked to scan your room with your webcam. No notes, books, or electronic devices are allowed. The exam interface includes a timer and the ability to flag questions for review.

Arrive early (or log in 15 minutes before your appointment) to complete the check-in process. Use the tutorial time to get comfortable with the navigation. During the exam, read each question carefully-watch for words like 'not' or 'except' that can change the meaning.

Retake and Renewal Considerations

If you do not pass, you can retake the exam after a 30-day waiting period. There is no limit on attempts, but you must pay the full fee each time. Use your score report to identify weak domains and focus your restudy there.

The WAS certification is valid for three years. To renew, you must earn continuing accessibility education credits (CAECs) through professional development activities such as attending conferences, completing courses, or publishing articles. IAAP provides a renewal handbook with detailed requirements.

Common Mistakes and How to Avoid Them

  • Over-relying on memory: The exam tests application, not just recall. Practice with real code.
  • Ignoring ARIA nuances: Many questions hinge on subtle ARIA rules. Study the ARIA authoring practices guide.
  • Skipping manual testing practice: You must be able to identify issues by inspecting code and using a screen reader, not just running automated tools.
  • Misunderstanding conformance levels: Know the difference between A, AA, and AAA, and which are typically required by law.
  • Not reading the full question: Distractors are designed to catch those who skim. Look for keywords that change context.

Career Outcomes and Value of the WAS Credential

Earning the WAS can open doors to roles such as Accessibility Engineer, Senior Web Developer, Accessibility Consultant, or QA Lead. Many organizations now require or prefer accessibility certifications for digital teams. The credential demonstrates a verified skill set that goes beyond a resume bullet point. It can also lead to higher earning potential and greater job security as digital accessibility regulations expand globally.

For those who already hold the CPACC, adding the WAS is a step toward the Certified Professional in Web Accessibility (CPWA) designation, which requires both exams. This combination is highly regarded in the industry.

Is a Premium Practice Tool Worth It?

Premium practice tools, like those offered on Accessibility Exam, can be a valuable supplement to your study plan. They provide exam-style questions with detailed explanations, helping you identify knowledge gaps and get comfortable with the timing. However, they should not replace official materials or hands-on practice. Here are pros and cons:

Pros

  • Simulates the real exam environment, reducing anxiety.
  • Offers a large bank of questions covering all domains.
  • Provides instant feedback and explanations to reinforce learning.
  • Allows you to track progress and focus on weak areas.

Cons

  • Cannot replicate the depth of hands-on coding and testing experience.
  • May not cover every possible question type or the latest exam updates.
  • Requires an additional investment on top of exam fees.

If you struggle with test-taking strategy or need structured review, a premium tool can be a smart investment. Just be sure to balance it with real-world practice.

How to Use Practice Questions Effectively

Whether you use free or paid resources, follow these best practices:

  • Start with a diagnostic test to baseline your knowledge.
  • After studying a domain, take a targeted quiz to reinforce learning.
  • Review every answer-both correct and incorrect-to understand the reasoning.
  • Simulate exam conditions at least twice before test day.
  • Aim for consistent scores above 80% on practice tests before scheduling the real exam.

Our site offers 20 free practice questions to get you started. For more extensive preparation, consider a full study guide or question bank.

Comparing WAS with Other IAAP Certifications

If you are unsure which certification to pursue, here is a quick comparison:

  • CPACC: Broad accessibility knowledge across all disabilities and environments. Ideal for managers, advocates, and those new to the field. Learn more about CPACC.
  • WAS: Technical web focus. Best for developers, testers, and designers.
  • ADS: Specializes in accessible document creation (PDF, Word, etc.). Explore the ADS guide.

Many professionals earn both CPACC and WAS to demonstrate comprehensive expertise. The choice depends on your career goals and daily work.

Final Preparation Tips

  • Join accessibility communities (e.g., WebAIM, a11y Slack) to discuss concepts and get support.
  • Bookmark the WCAG quick reference and ARIA authoring practices for easy lookup.
  • Practice explaining accessibility concepts out loud-it solidifies understanding.
  • Get hands-on: build a small accessible component library from scratch.
  • Rest well before the exam; a fresh mind is your best tool.

Official Sources and Further Reading

Always verify exam details with IAAP, as policies and content may change. The following official sources were used in this guide:

  • IAAP Certification - Official WAS, ADS, CPACC, and CPWA pathway and handbook information.
  • IAAP CPACC - Official CPACC content outline, weighting, eligibility, and candidate resources.

For the most accurate and up-to-date information, visit the IAAP website directly.

FAQ

Frequently Asked Questions

Answers candidates often look for when comparing exam difficulty, study time, and practice-tool value for Web Accessibility Specialist (WAS) Examination.

What is the format of the Web Accessibility Specialist (WAS) exam?
The WAS exam is a computer-based test consisting of 80 multiple-choice questions, to be completed in 120 minutes. It is delivered through Kryterion testing centers or online proctoring. The passing score is 70%.
Who is eligible to take the WAS exam?
There are no formal prerequisites, but IAAP recommends that candidates have at least 1-2 years of hands-on experience in web accessibility, including knowledge of HTML, CSS, JavaScript, ARIA, and assistive technologies. The exam is designed for developers, designers, testers, and accessibility specialists.
How difficult is the WAS exam compared to other IAAP certifications?
The WAS exam is considered intermediate to advanced. It focuses on technical implementation and testing, unlike the CPACC which covers broader accessibility concepts. Candidates often find the WAS more challenging due to its emphasis on code-level details and real-world troubleshooting.
How long should I study for the WAS exam?
Most candidates need 30-50 hours of dedicated study over 2-3 months. This includes reviewing official content outlines, practicing with code examples, testing with assistive technologies, and taking practice exams. Your timeline may vary based on existing experience.
What happens if I fail the WAS exam? Can I retake it?
Yes, you can retake the exam. IAAP allows retakes after a 30-day waiting period. You must pay the full exam fee each time. Use the score report to identify weak areas and adjust your study plan before retaking.
Is the WAS certification worth it for my career?
For web developers, designers, and accessibility specialists, the WAS credential demonstrates verified technical expertise. It can enhance job prospects, consulting opportunities, and credibility with employers and clients who prioritize digital accessibility compliance.

Keep Reading

Related Study Guides

These linked guides support related search intent and help candidates compare adjacent credentials before they commit to a prep path.