TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

CSS-Only Widgets Are Inaccessible

13 pointsby coxombabout 2 years ago

2 comments

lucas_codesabout 2 years ago
I wrote a short post last week on burger menus using the &lt;summary&gt; tag. It should be accessible, being more or less the intended use for the element, but curious to see HN rip it apart :)<p><a href="https:&#x2F;&#x2F;lucas-levin.com&#x2F;code&#x2F;blog&#x2F;burger-navigation-menu-with-no-javascript-and-no-checkbox-hack" rel="nofollow">https:&#x2F;&#x2F;lucas-levin.com&#x2F;code&#x2F;blog&#x2F;burger-navigation-menu-wit...</a>
LanternLight83about 2 years ago
I quite like theme toggles in the vain of the only featured, and notably that they work without javasvript enabled. Is there a simple fix to make them accessible without relying on JavaScript buttons or server side query processing?