People page needs headings and null alt on photos
Open
Nobody has claimed this yet.
accessibility
- Dominant language
- Python
- Stars
- 82
- Forks
- 21
- Avg merge
- 35m
- Merged PRs (30d)
- 1
Description
http://lcp.mit.edu/people.shtml
Wrap each person's name in a heading tag
We also suggest setting the alt on each photo to null (alt="") to avoid redundancy.
<dt id="roger_mark"><img alt="" src="images/roger_120.png">
<h3>Roger Mark</h3>
</dt>
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open the linked people.shtml page and inspect the markup for each person. Wrap each person's name in a heading tag and ensure each photo uses alt="" as shown in the example; done means the page consistently follows these accessibility requirements.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- accessibility
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 35/100