Kevin Mullen
@Kmullen444All comments
- @haikalmolSubmitted over 2 years ago@Kmullen444Posted over 2 years ago
Hello! This looks great! I found out recently that when using a
<section></section>
you need to add aaria-labelledby
that points to a header tag in that section. If not a screen reader will see it as the same as a<div></div>
.You can find out more from this video by Kevin Powell here.
Looks awesome and keep up the good work!
2 - @abhay0480-engSubmitted over 2 years ago@Kmullen444Posted over 2 years ago
Your project looks great! I found out recently that in order for a section tag to be seen as semantically more than a div you also need to have an
aria-labelledby=
that points to a title tag like an<h1></h1>
. You can check out a video that helped me with it here.Since you don't really have a need for an h1 tag in this project, you can create one and use Css to hide it so that it can still be seen by screen readers. You can find an example to the Css class that will do that here.
Hope this helps!
Marked as helpful0 - @jackiecodes2021Submitted over 2 years ago
Having some trouble with the hover effect on the image. Can anyone offer some tips? Thanks in advance!