WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Looking for very lightweight, accessible responsive static web templates - possibly a question for Jeremy Echols

for

From: Jeremy Echols
Date: May 26, 2020 10:47AM


I'm not sure why you called me out directly, but I've run into the same problems. I've been trying to figure out a nice Hugo theme for technical documentation, and even the simplest ones seem to be doing ridiculous things like disabling link focus.

The "Zen" theme, tagged as being accessible, is immediately busted when you start tabbing through the page - keyboard focus is lost for a bit somewhere in the main navigation, and even when you can find it, the difference in grays from a link to its focus state is barely perceptible to me (it goes from hex #333 to #666, which is a contrast ration of 2.2:1).

On the other hand, at a cursory glance, the "Cupper" theme appears to have accessibility built into the CSS. The demo isn't amazing (they failed to specify an alt attribute for the linked logo), but it's a lot better than Zen, and probably a great starting point for a simple static site.