IAIAAP Auditiniaapaudit.hashnode.dev·9h ago · 3 min readHow to Prepare for a WCAG 2.2 AA Accessibility AuditAccessibility audits are easier to run when teams treat them like a delivery activity, not a last-minute compliance check. If the audit starts before the team has test accounts, sample data, journey p00
DHDan Holloraningrimicorn.hashnode.dev·10h ago · 4 min readGrimicorn Neon: When a Calm Theme Goes LoudThe original Grimicorn was an exercise in restraint: muted pastels on a blue-gray base, tuned so nothing on screen ever burns your eyes. Grimicorn Neon is the opposite impulse. Same grim-reaper-meets-00
Aalexmorgendinblogfreeimagetoolsstore.hashnode.dev·20h ago · 3 min readWhat Color is Hex #d9d9d9? The Developer's Guide to UI's Default GrayIf you have ever inspected a Figma file or debugged a legacy CSS stylesheet, you have almost certainly seen this specific value. But what color is hex #d9d9d9 exactly? In technical terms, it is a ligh00
RTRaftLabs Teaminraftlabs-the-current.hashnode.dev·1d ago · 7 min readAccessibility Isn't a Feature. It's an Architectural Decision.Accessibility has a branding problem. Too many engineering teams think of it as a legal checkbox or a final QA task before release. Someone runs an automated scanner, fixes a handful of warnings, adds00
DHDan Holloraningrimicorn.hashnode.dev·1d ago · 4 min readBuilding Grimicorn: One Palette, Fourteen ToolsA typical day moves through a lot of windows. Editor, terminal, a git client, a notes app, and lately an agentic coding tool or two. Each one ships its own default theme, and even when you pick a "goo00
MSManikanta SSBinssbb7.hashnode.dev·6d ago · 9 min readFrom Navigation to Reading: How I Built an Explainable Braille Recognition PipelineResearch ideas rarely arrive as perfectly planned projects. At least, mine never do. Most of the time, they begin with a small observation, an unanswered question, or a problem that keeps bothering me00
DHDan Holloraningrimicorn.hashnode.dev·Jun 19 · 5 min readWCAG 2.2: What Frontend Developers Actually Need to FixIf accessibility audits still reference WCAG 2.1 at your company, you're behind. WCAG 2.2 became a W3C Recommendation in October 2023 and is now the version that regulators, auditors, and legal teams 00
JVJason Vertreesinjvertrees.hashnode.dev·Jun 18 · 10 min readDesigning In-App HelpThis issue is about how a product explains itself to the people using it — the in-app help that tells someone what a page is for, what they can do on it, and what its unfamiliar terms mean. The conven00
DHDan Holloraningrimicorn.hashnode.dev·Jun 15 · 5 min readCSS User Preference Media Queries: Build Accessible Experiences Without JavaScriptYour users have already told your browser what they need. They've toggled "Reduce Motion" in System Settings, switched their OS to dark mode, or cranked up contrast because their display washes out in00
DHDan Holloraningrimicorn.hashnode.dev·Jun 9 · 4 min readCSS if(): Inline Conditionals for Smarter StylingThere's a moment every CSS developer knows: you want to tweak a single property based on some condition — a viewport width, a user preference, a custom property — and instead of a clean one-liner you 00