Skip to content

Frequently Asked Questions About Digital Accessibility

  • What is Digital Accessibility?

    Digital accessibility is the practice of making digital products, such as websites, web applications, or mobile applications, accessible to individuals with physical or cognitive impairments or who use assistive technology to interact with content. This may include individuals with vision impairment using a screen reader to listen to content instead of viewing it or a person who is hard of hearing using captions to read content in a video.

  • What is a VPAT?

    VPAT stands for Voluntary Product Assessment Template. A VPAT is a report which provides a requirement-by-requirement breakdown of a product’s accessibility compliance to standards like WCAG, Section 508, and EN 301 549. The VPAT report was authored by the US Federal Government and is quickly becoming the industry standard for accessibility compliance reports.

  • How often should I get an accessibility audit?

    To ensure your products are accessible, we recommend making accessibility a typical part of your software development process, from design to development and testing. Audits should be performed around major releases or changes and will differ depending on your release schedule. Most companies perform audits for each new product release and on an annual or bi-annual basis for existing products.

  • How do I find testers with disabilities?

    Accessibility service providers like QualityLogic include individuals with physical or cognitive impairments and real users of assistive technology as a core and essential part of their team. QualityLogic incorporates this real feedback across design, testing, consulting, and similar support activities. Alternatively, we recommend reaching out to state or federal agencies like Vocational Rehabilitation, non-profits like National Federation for the Blind, or working with Disability Service groups within colleges and universities. There also exist a handful of popular accessibility job boards that can be used.

  • What are the different Digital Accessibility Laws?

    Digital accessibility laws vary by whether they focus on discrimination of individuals with disabilities, of which digital content is a component, or whether they specifically address digital accessibility. A list of prominent accessibility laws and standards can be found here.

  • Why is digital accessibility important?

    Digital accessibility practices provide a way for everyone to have equal access to information and digital content, something increasingly critical as much of our lives goes online. Regardless of physical or cognitive impairment, you should have equal access. Beyond that, digital accessibility practices have many secondary benefits for organizations, including opening up new markets (with the more than one billion people who have a physical or cognitive impairment), improving usability for everyone, differentiating your product or service versus others, and more. Accessibility is great for your organization and your users.

  • What is digital accessibility testing?

    Digital accessibility testing is the practice of testing websites, web applications, mobile applications, or similar digital products to verify that they are accessible to individuals with physical or cognitive impairments and can be accessed fully using assistive technology. Digital accessibility cannot be tested for accurately with the use of tools alone and requires manual testing since much of WCAG is subjective and dependent on human judgment.

    The most effective way to test for digital accessibility is through a combination of automated and manual testing. For manual testing, it’s critical to test using assistive technologies that users interact with and to include individuals with physical and cognitive impairments in the testing process.

  • How do I measure digital accessibility?

    Digital accessibility can be measured based on compliance with success criteria in the Web Content Accessibility Guidelines (WCAG). Passed or failed success criteria can be documented in industry-standard Accessibility Conformance Reports, such as a Voluntary Product Assessment Template (VPAT) or WCAG report. Documents like Accessibility Conformance Reports or software like scanning/monitoring tools can illustrate accessibility progress over time. It is worth noting with software tools that due to the efficacy of automation only identifying 30-40% of possible accessibility issues, manual testing is required to accurately document accessibility over time.

  • Is WCAG 2.1 a legal requirement?

    WCAG 2.1 is a legal requirement in some regions, such as the European Union through EN 301 549. Most regions, such as the United States, Canada, and others, still point to WCAG 2.0 as the legal requirement for accessibility.

  • How do I check my WCAG compliance?

    WCAG compliance can be checked using a combination of automated and manual assessment practices. Automated tools catch approximately 30-40% of accessibility issues and can scale effectively across many pages. For the remaining issues, due to the subjective nature of the WCAG, your product must be assessed manually, especially using the assistive technology or techniques that real users would use and ideally including individuals with physical or cognitive impairments in the testing process. Checking your own WCAG compliance can be complicated, but an accessibility testing provider like QualityLogic can make it easier.

  • How do I get WCAG certified?

    QualityLogic offers WCAG certification for websites and web applications to organizations that undergo a WCAG audit and pass fully. This includes both automated and manual testing. WCAG certification is then maintained by ensuring that all new code changes or features are audited for compliance, that content is scanned for any potential accessibility issues, then the discovered issues must be fixed.

  • What is the difference between WCAG and Section 508?

    Web Content Accessibility Guidelines (WCAG) is an international set of guidelines for making web content accessible. Section 508 is an amendment to the Rehabilitation Act of 1973 which requires that US federal agencies make the electronic content and information technology accessible to individuals with disabilities. Section 508 requires compliance to WCAG 2.0 AA.

  • What is the difference between WAI and WCAG?

    WAI stands for Web Accessibility Initiative, which is the group responsible for developing the Web Content Accessibility Guidelines (WCAG). WAI is part of the World Wide Web Consortium (W3C), an international standards organization for the World Wide Web.

  • What are WCAG success criteria?

    WCAG success criteria are testable statements used to show that web content either does or does not conform to WCAG. Success criteria are organized into three levels of conformance: A (lowest), AA, and AAA (highest). Success criteria are written for each WCAG guideline, which are goals creators of digital content should work toward, and these guidelines are based on the four principles which ground WCAG as a whole: perceivable, operable, understandable, and robust (POUR).

  • What are WCAG guidelines?

    WCAG guidelines are the objectives that digital content creators should work toward. These are based on the four key principles of web accessibility: perceivable, operable, understandable, and robust (POUR). The guidelines are not themselves testable, so each guideline has specific testable statements underneath them, called success criteria.

  • What are the four principles of WCAG?

    The four principles of WCAG and web accessibility are Perceivable, Operable, Understandable, and Robust (POUR). Perceivable means that information can be perceived by a person’s senses. Operable means that the user has a way to interact with or operate the interface provided. Understandable means that the information or interface must be presented in a way that allows the user to understand it. Robust means that the content must be sufficiently robust to where different user agents, like assistive technology, web browsers, media players, and more, can reliably interpret it.

    These principles are the basis for the WCAG guidelines and their specific testable criteria, called success criteria.

  • What does WCAG apply to?

    Web Content Accessibility Guidelines (WCAG) applies to digital information (e.g., text, images, audio, videos) and code or markup. This may include websites, web applications, mobile applications, or other forms of software.

    WCAG is part of a collection of three standards, the others being User Agent Accessibility Guidelines (UAAG) and Authoring Tool Accessibility Guidelines (ATAG). UAAG deals with accessibility for user agents, such as web browsers, media players, assistive technologies, or other software, which is used to access content. ATAG deals with tools which users leverage to create content, ensuring that the tools themselves are both accessible as well as provide users with a means to create accessible content. Together, WCAG, UAAG, and ATAG cover all facets of digital accessibility: content, creation of content, and access of content.

  • Is WCAG applicable to mobile apps?

    Yes. WCAG is applicable to mobile apps. WCAG applies to digital information like text, images, audio, and videos, as well as code or markup.

  • Can accessibility testing be automated?

    A portion of accessibility testing can be automated, but not all. Automated accessibility tools only identify a total of 30-40% of potential issues. As much of the Web Content Accessibility Guidelines (WCAG) are subjective, it requires human judgment to determine if content is compliant. Beyond that, even content that is technically compliant with WCAG may still be challenging to use by an individual with a physical or cognitive impairment, so the guidelines are a useful foundation for accessibility but not sufficient. Accessibility testing should always include manual testing, particularly including individuals with physical and cognitive impairments or those who use assistive technology as part of their daily lives.

  • Do I need an accessibility statement?

    Accessibility statements may be legally required depending on your region. Beyond that, accessibility statements clearly communicate to users the state of your content’s accessibility, provide users with a way to get in touch with any accessibility issues, and show that you care about them. For this reason, we highly recommend including an accessibility statement.

Need more information? Tell us more about your project and we’ll be in touch.