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

improve accessibility #3710

Merged
merged 2 commits into from
Apr 10, 2023

Conversation

ChunkyProgrammer
Copy link
Contributor

@ChunkyProgrammer ChunkyProgrammer commented Mar 28, 2023

I used eslint to look for potential issues in the js files (One issue not addressed in this PR is that the Url object is not supported on IE 11, this is used in a few places)

new Url("myurl")

I used stylelint to find some potential issues in the css (some elements had hover but were missing focus)

I added alt tags to all images to improve accessibility.
See: https://www.w3.org/WAI/tutorials/images/decorative/

@ChunkyProgrammer ChunkyProgrammer requested a review from a team as a code owner March 28, 2023 03:01
@ChunkyProgrammer ChunkyProgrammer requested review from unixfox and removed request for a team March 28, 2023 03:01
assets/js/_helpers.js Outdated Show resolved Hide resolved
src/invidious/comments.cr Outdated Show resolved Hide resolved
Co-Authored-By: Samantaz Fox <coding@samantaz.fr>
@SamantazFox SamantazFox merged commit 961cae2 into iv-org:master Apr 10, 2023
@SamantazFox
Copy link
Member

Thanks again for contributing ^^

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants