Accessibility in Syncfusion Angular Components

31 Jan 20259 minutes to read

Accessibility overview

Accessibility in software components involves designing user interfaces that are usable by everyone, including individuals with disabilities. This encompasses elements like ensuring high-contrast text, providing alternative text for images, and ensuring controls are operable via keyboard or assistive technologies.

Accessibility standards

A component is considered accessible when it complies with specific standards designed to enhance accessibility.

Syncfusion Angular components meet the following accessibility standards:

  • ADA: A law ensuring equal access and opportunities for people with disabilities compared to those without disabilities.

  • WCAG 2.2: These Web Content Accessibility Guidelines provide standards by the World Wide Web Consortium (W3C) to ensure web content is accessible to people with disabilities. WCAG 2.2 establishes a framework of accessibility principles and success criteria classified into three levels: A, AA, and AAA.

  • Section 508: Guidelines that ensure electronic and information technology are accessible to people with disabilities, primarily for federal agencies in the United States, based on WCAG.

  • WAI-ARIA - WAI-ARIA stands for “Web Accessibility Initiative - Accessible Rich Internet Applications.” It is a set of technical specifications and guidelines developed by the World Wide Web Consortium (W3C) as part of the Web Accessibility Initiative (WAI). WAI-ARIA is designed to enhance the accessibility of dynamic web content, particularly web applications and rich internet applications (RIAs), for people with disabilities. WAI-ARIA provides a set of roles, states, and properties that can be added to HTML elements to provide additional context and information about the purpose and behavior of those elements. This can help assistive technologies better understand and interpret web content and interact with web applications.

  • Keyboard navigation - It refers to the ability to use a keyboard to interact with and navigate through a user interface. It is an important aspect of web accessibility, as it allows people who cannot use a mouse or other pointing device to access and use web content and applications.

Syncfusion Angular components adhere to these established standards.

Accessibility compliance

The accessibility support provided by Syncfusion Angular components is based on a collection of methodologies for adhering to and applying recognized standards and technical specifications to ensure an intuitive experience for people with disabilities.

There are several methodologies of accessibility validation that can be performed on the Syncfusion Angular components, such as:

  • The WAI-ARIA patterns are followed by the Syncfusion Angular components to enable appreciable accessibility.

  • Each Angular component is subjected to manual testing with a screen reader and also automated test cases to ensure the component’s required attributes. Tools such as aXe, Lighthouse, and Accessibility Scanner are employed to ensure comprehensive coverage and compliance.

  • Attributes are allocated and updated correctly during interaction as well. Each component has been assigned a distinct Role attribute and its own set of ARIA attributes defined by the WCAG 2.2 specification.

In addition to the methodologies mentioned above, Syncfusion Angular components are constructed to support the following accessibility aspects.

Screen reader support

A screen reader allows people who are blind or visually impaired to use a computer by reading aloud the text that is displayed on the screen. Syncfusion Angular components followed the WAI-ARIA standards to work properly in the screen readers such as Narrator for Windows and Embedded VoiceOver for MAC, along with JAWS and NVDA, among others.

Right-To-Left support

Right-to-Left (RTL) support allows applications to cater to languages written from right to left, enhancing usability for Arabic, Hebrew, etc. Refer to the Right-to-Left documentation for more details.

Color contrast

Syncfusion Angular components come with predefined themes that ensure satisfactory color contrast. Developers can customize these themes for improved contrast.

Mobile device support

Syncfusion Angular components are more user-friendly and accessible to individuals using mobile devices, including those with disabilities. These are designed to be responsive, adaptable to various screen sizes and orientations, and touch-friendly.

Keyboard navigation support

Syncfusion Angular components support keyboard navigation, allowing users who rely on alternate methods to effortlessly navigate and interact with the component.

Ensuring accessibility

Ensuring the accessibility of Syncfusion Angular components is crucial for making the product inclusive and user-friendly for individuals with disabilities. This process involves various types of accessibility testing, including:

  • Automated testing: The Syncfusion Angular component’s accessibility levels are ensured through an accessibility-checker and axe-core software tools. These tools provide in-depth analysis and reporting of accessibility compliance.

  • Manual testing: This type of testing involves manually evaluating the Syncfusion Angular components. During manual accessibility testing, testers will ensure accessibility using the screen readers such as Narrator for Windows and Embedded VoiceOver for MAC.

Syncfusion Angular components will keep improving when there is anything required. It also involves client feedback to make the component more accessible, incorporating suggestions and real-world observations.

Accessibility support for specific components

Consult the component-specific documents below for detailed information about how Syncfusion Angular components ensure compliance with accessibility standards, encompassing Section 508, WAI-ARIA, WCAG 2.2, keyboard navigation, and more.

GRIDS

FILE VIEWERS & EDITORS

LAYOUT

DATA VISUALIZATION

BUTTONS

CALENDARS

INPUTS

FORMS

DROPDOWNS

NAVIGATION

NOTIFICATION