Youtube a11y issue
Open
- Dominant language
- Astro
- Stars
- 402
- Forks
- 56
- Avg merge
- 1h 54m
- Merged PRs (30d)
- 14
Description
This anchor tag that does not have a href is displaying as an a11y warning in the astro dev tools. It seems the likely solutions are to add a href="#" or switch to a button.
https://github.com/delucis/astro-embed/blob/6e0c99319ada4992b04e3c48d3ac38912eb89e3c/packages/astro-embed-youtube/YouTube.astro#L53
Thoughts?
Contributor guide
Research direction
Start at packages/astro-embed-youtube/YouTube.astro around line 53 and inspect the anchor that triggers the Astro dev tools accessibility warning. Determine whether the interaction should remain a link or be a button, then verify that the warning is resolved and the YouTube embed behavior still works.
Written by the indexing model from the issue text.
Assessment
- Domain
- accessibility, frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100