-
-
Notifications
You must be signed in to change notification settings - Fork 137
Address some issues from the accessibility milestone #1562
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: main
Are you sure you want to change the base?
Address some issues from the accessibility milestone #1562
Conversation
✅ Deploy Preview for pydis-static ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Thank you for the PR! FYI it'll take me a while to review this, I'm a bit swamped with work right now :-) |
NP take your time |
@@ -3,7 +3,7 @@ <h2 class="title is-5" style="margin-bottom: 2rem;">Scheduled events</h2> | |||
<article class="media"> | |||
<div class="media-left"> | |||
<p class="image is-64x64"> | |||
<a href="{% url "events:page" path="code-jams/12" %}"><img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png"></a> | |||
<a href="{% url "events:page" path="code-jams/12" %}"><img class="is-rounded" src="/static/images/events/summer_code_jam_2025/logo.png" alt=""></a> |
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.
Why do these three have alt=""
? As proper links they should be clickable and with empty alt text it will be ignored by screen readers, right?
Change log:
2022
to2024
Fixes