tmedwards / sugarcube-2

SugarCube is a free (gratis and libre) story format for Twine/Twee.
https://www.motoslave.net/sugarcube/2/
BSD 2-Clause "Simplified" License
177 stars 41 forks source link

Does the stowed UI bar need ARIA attributes? #243

Closed tmedwards closed 1 year ago

tmedwards commented 1 year ago

What is says on the tin.

The UI bar's history controls and body are set to visibility: hidden when the bar is stowed.

Should ARIA attributes—e.g., aria-hidden="true"—also be set or is setting its visibility sufficient?

I believe the latter is technically sufficient, I'm specifically talking about best practices here.

tmedwards commented 1 year ago

Setting visibility: hidden is sufficient.