Skip to content
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

Add specific descriptions to copyable inputs #769

Merged
merged 3 commits into from
Apr 12, 2023

Conversation

owi92
Copy link
Member

@owi92 owi92 commented Apr 3, 2023

See commit messages.

Fixes #659

@owi92 owi92 added the area:accessibility Accessibility related issues label Apr 3, 2023
@github-actions github-actions bot temporarily deployed to test-deployment-pr769 April 3, 2023 12:02 Destroyed
Previously, the buttons to copy the video link, embed code and
opencast-id all shared the same generic "copy to clipboard" description.
Now each one has its own description for screen reader use.
The wave plugin was complaining about missing form labels of the
copyable inputs. This adds them with `aria-labelledby` and a corresponding id.
@github-actions github-actions bot temporarily deployed to test-deployment-pr769 April 3, 2023 14:42 Destroyed
frontend/src/i18n/locales/de.yaml Outdated Show resolved Hide resolved
frontend/src/ui/Input.tsx Outdated Show resolved Hide resolved
frontend/src/ui/Input.tsx Outdated Show resolved Hide resolved
frontend/src/ui/Input.tsx Outdated Show resolved Hide resolved
@github-actions github-actions bot temporarily deployed to test-deployment-pr769 April 12, 2023 11:18 Destroyed
@LukasKalbertodt LukasKalbertodt merged commit 31fb72f into elan-ev:master Apr 12, 2023
2 checks passed
@LukasKalbertodt LukasKalbertodt added the changelog:user User facing changes label Apr 17, 2023
@owi92 owi92 deleted the accessibile-copy-labels branch March 4, 2024 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:accessibility Accessibility related issues changelog:user User facing changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility of copying things to clipboard
2 participants