Reading up on accessibility
17 deep · digging since dec 09, 25
- Lighthouse agentic browsing scoring
Lighthouse's Agentic Browsing category scores sites as a pass/fail ratio for machine-readiness, using audits for WebMCP, accessibility tree integrity, stability, and llms.txt.
- Apple's weird anti-nausea dots cured my car sickness
Apple's Vehicle Motion Cues feature, which displays animated dots that move with the car's motion, effectively eliminated the author's motion sickness when using an iPhone in a moving vehicle.
- The golden rule of Customizable Select
Safari 27's customizable select allows full visual styling of `<select>` elements without JavaScript, but requires text or accessible attributes on every option for usability, accessibility, and fallback compatibility.
- How building an HTML-first site doubled our users overnight
Replacing a failed React app with an HTML-first site using Astro doubled form completions for a monopoly utility company by prioritizing accessibility and backward compatibility.
- Don't Roll Your Own ... - Susam Pal
Websites should not override native browser behaviors for scrolling, navigation, text selection, or form controls, as doing so harms usability and breaks user expectations.
- Zed 1.0 | Hacker News
Zed 1.0 launches with mixed feedback: praised for performance but criticized for missing features, Linux issues, and lack of accessibility support.
- What are your programming "hunches" you haven't yet investigated?
Lobsters commenters share uninvestigated programming hunches, including accessibility-first GUI toolkits, 32-bit pointers on 64-bit systems, property-based infrastructure, MUD-style chat, and user-controlled theming.
- 1.3.0 - Release Notes
Ghostty 1.3.0 adds highly requested features including scrollback search, native scrollbars, click-to-move-cursor in shell prompts, key tables, command-finish notifications, and improved text rendering for Brahmic scripts.
- Show HN: I saw this cool navigation reveal, so I made a simple HTML+CSS version
A developer recreates a CSS-only navigation reveal effect using clip-path circle and polygon calculations, inspired by a site seen on Twitter.
- How to choose colors for your CLI applications (2023)
Choosing colors for CLI apps is subjective and error-prone; best practices suggest using standard 16 colors, respecting NO_COLOR, and letting users configure themes.
- Try text scaling support in Chrome Canary - Josh Tumath
A new HTML meta tag lets developers opt into respecting the user's OS-level text scale on mobile, requiring CSS improvements to avoid layout breakage.
- Text-based web browsers
Text-based browsers like Lynx and w3m are increasingly incompatible with modern web technologies, leading users to advocate for alternatives like Gemini.
- Public Sans – A strong, neutral typeface
Public Sans is a neutral sans-serif typeface from the U.S. Web Design System, adapted from Libre Franklin, with Hacker News comments on its design and government use.
- Replacing JavaScript with Just HTML
Native HTML elements like <details>, <dialog>, and <datalist> can replace some JavaScript, but still lack the interactivity and styling needed for complex apps.
- GitHub no longer uses Toasts
GitHub's Primer design system no longer recommends toast notifications due to accessibility issues, advocating for banners and inline feedback instead.
- Icons in Menus Everywhere – Send Help
A Hacker News discussion challenges the trend of adding icons to every menu item, arguing that inconsistent or abstract icons create visual noise and reduce scannability compared to selective icon use.