Improved accessibility: added alt and title to logo image#4645
Improved accessibility: added alt and title to logo image#4645walterbender merged 2 commits intosugarlabs:masterfrom
Conversation
|
✅ All Jest tests passed! This PR is ready to merge. |
|
I am unfamiliar with the title attribute. What is it for? |
Thank you for reviewing my PR. It’s a small UX improvement that gives extra context to visual users without affecting accessibility. I’m happy to remove it if you feel it’s unnecessary. Appreciate your time and feedback. |
|
I never knew about that feature and cannot find it here: https://www.w3schools.com/tags/tag_img.asp Can you please point me to the documentation? |
|
It is prob. better to remove it if it is not standard HTML. |
|
✅ All Jest tests passed! This PR is ready to merge. |
|
Requested changes have been made.
Please review when convenient. Thank you again. |
…4645) * Improved accessibility: added alt and title to logo image * fix: removed title attribute from amp-img
Changes Made:
<amp-img>tag inindex.htmlto include properaltattributes.Why:
Notes:
Self-initiated contribution while exploring MusicBlocks as part of the Code4GovTech 2025 program.