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

[Bug] "alt" missing in img tags #105

Open
1 task done
SisiVero opened this issue Oct 6, 2024 · 1 comment
Open
1 task done

[Bug] "alt" missing in img tags #105

SisiVero opened this issue Oct 6, 2024 · 1 comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🚧 status: blocked Blocked & therefore, not ready for work

Comments

@SisiVero
Copy link
Contributor

SisiVero commented Oct 6, 2024

Description

the alt feature that comes with the img tag is missing in all the img tags in each html page

Why add "alt" to tags?

  1. The "alt" aids users who make use of screen readers. It makes it easy for the screen reader to identify what the image is about.

  2. In cases of slow network and a page takes time to load, hence images not loading, the alt text will appear beside the unloaded image giving the user a description of what the image is about.

Expectation

The alt feature will help users who make use of screen readers.
It will also provide a description or an alternate text to display when an image does not load.

  • I would be interested in resolving this bug.
@SisiVero SisiVero added 💻 aspect: code Concerns the software code in the repository 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents labels Oct 6, 2024
@cc-open-source-bot cc-open-source-bot moved this to Triage in WebDev Oct 6, 2024
@possumbilities
Copy link
Contributor

Hi and thanks for this, I believe this would largely be blocked by the efforts of #39
Adding necessary Alt text could be folded into that Issue as it is resolved, but should likely wait until then.

Moving to status: blocked.

@possumbilities possumbilities added 🚧 status: blocked Blocked & therefore, not ready for work and removed 🚦 status: awaiting triage Has not been triaged & therefore, not ready for work labels Oct 7, 2024
@possumbilities possumbilities moved this from Triage to Backlog in WebDev Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository 🛠 goal: fix Bug fix 🟧 priority: high Stalls work on the project or its dependents 🚧 status: blocked Blocked & therefore, not ready for work
Projects
Status: Backlog
Development

No branches or pull requests

2 participants