examples icon indicating copy to clipboard operation
examples copied to clipboard

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

Open Zireael07 opened this issue 5 years ago • 2 comments

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.

Zireael07 avatar Oct 22 '20 14:10 Zireael07

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.

bigtimebuddy avatar Oct 22 '20 15:10 bigtimebuddy

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

Zireael07 avatar Oct 22 '20 16:10 Zireael07