Hey! I finished my Random Quote Machine, I’d appreciate any feedback you could give me!
The HTML on W3 validator gives me errors with aria-hidden (on span) and aria-label (on a), I don’t know what to replace those with.
Thank you so much!
Hey! I finished my Random Quote Machine, I’d appreciate any feedback you could give me!
The HTML on W3 validator gives me errors with aria-hidden (on span) and aria-label (on a), I don’t know what to replace those with.
Thank you so much!
Ahh, it’s aria-hidden and aria-label. And thank you for making the effort to be more accessible. I think you are using these appropriately.
Overall this is very nice. One thing I would suggest is that you use a <blockquote>
for the quote/author as that is exactly what it is intended for. Check out how MDN does blockquotes.
haha yes it’s aria, thank you!