from Hacker News

CSS-Only Widgets Are Inaccessible

by coxomb on 3/26/23, 6:19 PM with 2 comments

  • by lucas_codes on 3/26/23, 11:25 PM

    I wrote a short post last week on burger menus using the <summary> tag. It should be accessible, being more or less the intended use for the element, but curious to see HN rip it apart :)

    https://lucas-levin.com/code/blog/burger-navigation-menu-wit...

  • by LanternLight83 on 3/26/23, 9:34 PM

    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?