Replies: 1 comment
-
|
Hi @viridia, nice to see you back! There isn't any clearly defined way to expose dockable panes to assistive technologies, either in ARIA or AccessKit currently. Here are a set of common patterns I have seen in the wild:
I hope that's useful to you. Feel free to ping me somewhere if you need a tester. I'll try to install good old Miccrosoft Visual Studio if I find the time, I recall the interface was quite well designed in that aspect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm the primary author of Bevy Feathers, the UI widget library that is slated to be used for the official Bevy editor, currently under construction. One of my goals has been to closely follow AccessKit and ARIA when modeling widget states. However, one of the things that users are asking for is dockable panes: the ability to drag panes around and configure the layout of the editor. I did some research, and it looks like this is outside of ARIA's scope (although there are some older, deprecated things like "grabbed").
What I'm wondering is, should I implement docking of panes independently of AccessKit, or is there some way I can model this behavior in the accessible metadata?
Beta Was this translation helpful? Give feedback.
All reactions