Can I please have an assessment for the HTML accessibility skill tests?
Part 1 (CodePen)
Part 2 (CodePen)
Part 3 (CodePen)
Part 4 (CodePen)
Many thanks,
Jeffrey
Can I please have an assessment for the HTML accessibility skill tests?
Part 1 (CodePen)
Part 2 (CodePen)
Part 3 (CodePen)
Part 4 (CodePen)
Many thanks,
Jeffrey
Congratulations on these a11y tasks! Very well done 
My comments:
Good move on also changing the list type and button selector
Regarding the header image: Instead of using the role attribute you could just use alt="". This signals to the screen reader that it shouldn’t read out anything. An even better solution would be to use a CSS background image. This way the decorative image wouldn’t even appear in the HTML code.Cheers,
Michael