Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Examples on pixi website don't seem to be accessible? #112

Open
Zireael07 opened this issue Oct 22, 2020 · 2 comments
Open

Examples on pixi website don't seem to be accessible? #112

Zireael07 opened this issue Oct 22, 2020 · 2 comments

Comments

@Zireael07
Copy link

I read on the main page that all pixi content is accessible. From a brief look through the accessibility code here on GitHub, it seems content should become accessible (i.e. generate matching HTML) on pressing TAB. However, when I press tab on the examples page https://pixijs.io/examples/#/demos-basic/container.js, nothing happens.

@bigtimebuddy
Copy link
Member

PixiJS has an accessibility module which adds HTML elements for interactive display objects. Because the example you point out has no interactive elements, it would not have any tab-able elements.

Examples that do have interactivity should have accessibility enabled. Would recommend filing an issue or adding a PR to that repo: https://github.com/pixijs/examples.

@Zireael07
Copy link
Author

Main page should be clarified then, that it only applies to interactive elements.

@ShukantPal ShukantPal transferred this issue from pixijs/pixijs Nov 3, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants