apps/public-docsite-v9/src/Concepts/Accessibility/AccessibleComponents.mdx
import { Meta } from '@storybook/addon-docs/blocks'; import { ScenariosListLink } from '../../AccessibilityScenarios/utils';
<Meta title="Concepts/Developer/Accessibility/Components Overview" />Fluent UI components are designed to support various aspects of accessibility by default, so that they can be used with different input methods (mouse, touch, keyboard, screen readers) as well as fulfill different rendering and layout requirements (theming, zoom, contrast).
The Web Content Accessibility Guidelines (WCAG) and WAI-ARIA Authoring Practices are community-driven standards for accessible web pages and applications. They provide a basic framework allowing consistent usage of web pages and applications with or without assistive technologies.
Fluent UI components aim to fully respect both WCAG and ARIA practices, the Fluent UI team is working with the community to improve them.
Using components themselves does not guarantee that an application or a page will be accessible. Please see the Accessible Experiences page for further points on achieving good level of usability.
Fluent UI components fulfill following requirements:
Fluent UI components use tabster for focus handling functionality, so that they can be easily integrated with application-level tabster functionality such as delooser and cross-iframe focusing.
Fluent UI components will be tested to guarantee standard conformance and usability.