Frequently Asked Questions
Find answers to frequently asked questions about our platform, its features, and how to get the most out of it.
Accessibility ensures that everyone, including people with disabilities, can use your website. It's a foundation of quality and inclusivity.
Opquast is a universal checklist of web quality best practices, covering accessibility, performance, and user trust. It's a great guide for any digital team.
Use tools like Lighthouse, axe, or screen readers to evaluate contrast, navigation, focus states, and semantics.
Yes! Accessibility isn't just for desktops. Touch targets, zoom, and responsive readability are all key on mobile devices.
Absolutely. Good typography and contrast help all users—especially those with visual impairments—consume content with ease.
Yes, Mantine components follow WAI-ARIA accessibility guidelines. All components have proper roles, aria-* attributes and semantics, provide full keyboard support, manage focus correctly and support screen readers.
All components that have interactive elements are tested with axe (jest-axe) to ensure that they have all required roles and aria-* attributes. Additionally, all components are tested for keyboard support and focus management with unit tests, you can view an example of these tests here. In Mantine codebase, there are more than unit 10,000 tests.In addition to automated tests, Mantine components are manually tested with screen readers (VoiceOver) to ensure that they are fully accessible for assistive technologies users.