Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix axe accessibility issues in demos / index.html #27413

Draft
wants to merge 1 commit into
base: 24_1
Choose a base branch
from

Conversation

mpreyskurantov
Copy link
Contributor

Fixes the following axe-core found 4 violations in a standalone (nested into a WidgetsGallery iframe) demo html page / file:

1 Document should have one main landmark landmark-one-main Best practice moderate 1
2 Zooming and scaling must not be disabled meta-viewport WCAG 2 Level AA, WCAG 1.4.4 critical 1
3 Page should contain a level-one heading page-has-heading-one Best practice moderate 1
4 All page content should be contained by landmarks region Best practice moderate 1

The inclusively hidden (h1) is copied from:
https://github.com/DevExpress/DevExtreme/blob/24_1/packages/devextreme/playground/jquery.html

@mpreyskurantov mpreyskurantov marked this pull request as draft May 17, 2024 21:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
24_1 WIP Work in progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant