layer5 icon indicating copy to clipboard operation
layer5 copied to clipboard

Blog page accessibility could be improved

Open Olaleye-Blessing opened this issue 2 years ago • 2 comments

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.

image

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.

Olaleye-Blessing avatar Aug 10 '22 21:08 Olaleye-Blessing

@Nikhil-Ladha @debo19

warunicorn19 avatar Aug 11 '22 05:08 warunicorn19

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.

Nikhil-Ladha avatar Aug 11 '22 05:08 Nikhil-Ladha

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.

debo19 avatar Aug 12 '22 20:08 debo19