Random Quote Machine (Feedback, please)

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!

1 Like

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.

1 Like

haha yes it’s aria, thank you!

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.