layer5
layer5 copied to clipboard
Blog page accessibility could be improved
Current Behavior Poor accessibility due to heavy use of divs.
Desired Situation I believe the accessibility of the blog page could be improved by using the right tags for the blog list.
At the bare minimum, the divs could be replaced with ul
, li
, a
, article
, and header
Contributor Resources
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the master
branch.
- See contributing instructions
- See Layer5 site designs in this Figma project. Join the Layer5 Community for access.
@Nikhil-Ladha @debo19
Well, using divs
in cards is not an issue. We don't mind keeping it as it is.
ul
, li
, doesn't makes sense for card designs.
a
is used for links already.
header
is used for page headers too.
So, I don't see any accessibility issues on the page.
Well, using
divs
in cards is not an issue. We don't mind keeping it as it is.ul
,li
, doesn't makes sense for card designs.a
is used for links already.header
is used for page headers too. So, I don't see any accessibility issues on the page.
I agree. Closing this issue for now.