Accessibility
The Dialog is designed to be accessible by on-screen readers and provides full WAI-ARIA accessibility support.
WAI-ARIA Support
The Dialog uses the aria-labelledby
, aria-describedby
, role="dialog"
and aria-modal="true"
attributes. The aria-labelledby
attribute refers to the title of the Dialog and the aria-describedby
refers to its content.
The Dialog also follows the WAI-ARIA best practices for implementing the keyboard navigation for its component role and is tested against the popular screen readers.
Section 508
The Dialog is compliant with the Section 508 requirements.