@ApplePieGiraffe
Posted
Hello there, GGS! π
Good job on this challenge! π Your HTML looks good and so does your use of BEM! π
One thing I'd like to suggest is to make sure to add aria-hidden="true"
to any hidden text that also shouldn't be read by screen readers (such as the form field error message when it is not shown).
Also, be careful not to add alt
text to images that don't need to be noticed by screen readers (such as icon images in many cases). Leaving the alt
attribute blank for those images will ensure that screen readers skip over them and do not bother to read them if they are not necessary/important. Just a tip! π
Hope you find these suggestions helpful. π
Keep coding (and happy coding, too)! π
Marked as helpful
@Guilherme-Goncalves-de-Souza
Posted
Thank you very much for all the tips, are very important tips and that I will definitely use in my projects.
Thank you very much @ApplePieGiraffe!!!