You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: