-
Notifications
You must be signed in to change notification settings - Fork 100
feat: dockview accessibility #701
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b021b9a:
|
f3c6742
to
23a7bbe
Compare
hey @mathuo, just wanted to follow up on this PR. Is this something you have planned in the near future? Would you prefer any changes before moving forward? Thanks for your time! Your work on this package is well appreciated! |
679d38b
to
160d97b
Compare
Hey @mathuo, this sounds like a great feature to have. We are also investigating accessibility improvement on using DockView and like to have this one. |
@p3yman, I've been using pnpm to patch my branch after locally building. I'm looking for feedback on the changes I've made and would appreciate any suggestions you have! |
Wanted to improve the accessibility of the tabs and their panels.
Used the example in https://www.w3.org/WAI/ARIA/apg/patterns/tabs/examples/tabs-automatic/ essentially.
I started working on this yesterday because I need it for my project, and have just noticed the #700 also requests for this.