-
Notifications
You must be signed in to change notification settings - Fork 23
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
make add event modal more accessible #745
base: main
Are you sure you want to change the base?
Conversation
This pull request has conflicts ☹ |
Hi @rlucke |
Use Run test server using develop.opencast.org as backend:
Specify a different backend like stable.opencast.org:
It may take a few seconds for the interface to spin up. |
This pull request is deployed at test.admin-interface.opencast.org/745/2024-06-26_14-13-04/ . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can access more things by keyboard navigation and the screenreader shouts much less nonsense and more actually useful information, I love it.
Overall very minor issues below:
@@ -120,7 +121,7 @@ const NewAccessPage = ({ | |||
|
|||
{/* Template selection*/} | |||
<div className="obj tbl-list"> | |||
<table className="main-tbl"> | |||
<table className="main-tbl" role="presentation"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we use role="none"
instead, or is that not yet supported well enough?
This pull request has conflicts ☹ |
adding aria-labels, use buttons instead of divs and add some texts for screen readers