Designing for User Preferences, Not Just Compliance
Design for user preferences, not just compliance, using prefers‑reduced‑motion, color‑scheme, contrast & zoom.

There's a version of accessibility that fits on a checklist. Alt text on images. Sufficient color contrast. Keyboard-navigable forms. Label your inputs. Done.
That version got us pretty far. It's the baseline — and most sites still don't clear it. But in 2026, the conversation is shifting. The question is no longer just "can someone with a disability use this site?" It's "does this site respect how each person chooses to use the web?"
That's a fundamentally different design problem.
The Preferences People Already Set
Most people don't know this, but modern operating systems and browsers expose a set of user preferences that websites can detect and respond to. These aren't obscure developer tools. They're settings real people toggle every day.
prefers-reduced-motion tells a website that the user has enabled reduced motion in their system settings. Over 70 million people worldwide live with vestibular disorders — conditions that make scrolling animations, parallax effects, and bouncing transitions physically uncomfortable. When someone enables this setting, they're not being picky. They're telling you that your hero section's scroll-triggered zoom makes them dizzy.
prefers-color-scheme indicates whether someone uses dark mode or light mode. It's been around for years, yet plenty of sites still blast a white screen at someone whose entire operating system is set to dark. That's not a minor oversight. It's ignoring an explicit choice.
prefers-contrast signals that someone needs higher contrast between elements. Forced colors mode goes further — it overrides your design system entirely to ensure readability. If your site breaks under forced colors, you've built something that only works for people who see the world the way your designer does.
And then there's default font size and zoom level. Browsers ship with a 16px default, but plenty of people bump it to 18, 20, or higher. If your navigation collapses or your layout breaks at 120% zoom, you've built a site that works for one configuration and fails for everyone else.
Why This Matters More Than Compliance
A recent analysis of 2026 accessibility trends framed this well: the accessibility field is moving past the idea that a single "accessible" design is the destination. Instead, the industry is treating compliance as a starting point, increasingly anticipating and respecting user preferences across environments.
This shift matters for a few reasons.
First, it aligns with how the web was actually designed to work. HTML and CSS were built to be flexible. The idea that a website should look identical on every screen, in every browser, at every zoom level was always a designer’s fantasy, not a technical reality. Respecting user preferences isn't adding complexity. It's removing the rigidity we never should have imposed.
Second, it expands who your site actually serves. Accessibility guidelines tend to focus on permanent disabilities, but user preferences capture a much wider range of needs. Someone recovering from a concussion might enable reduced motion temporarily. A person working in bright sunlight might switch to high contrast. An older adult who doesn't identify as having a disability might simply prefer larger text. When you design for preferences, you serve people who would never check the "I have a disability" box but still need your site to adapt.
Third, it's where the regulatory momentum is heading. With the DOJ's ADA Title II web accessibility rule now setting WCAG 2.1 AA as the standard, municipal and public-sector sites are actively working to meet compliance deadlines. But organizations that stop at compliance miss the larger opportunity. The sites that will age well are the ones building adaptive design into their foundation now, not waiting for another costly remediation cycle in two years.
What This Looks Like in Practice
At Prolific, we've been building with user preferences in mind across our parks & rec and municipal projects. When we rebuilt the Hoffman Estates Park District website, we didn't just ensure WCAG compliance — we designed a system where a resident registering for swim lessons at 10pm on their phone with dark mode and large text would have the same quality experience as someone on a desktop at noon.
That meant testing every critical user journey across preference combinations, not just screen sizes. It meant questioning whether that entrance animation was worth the cost to someone with prefers-reduced-motion enabled. It meant ensuring interactive maps and RecTrac integration forms held up under zoom and high contrast.
We also built Altly, an alt text tool, because we kept running into sites where more than half of homepage images were missing descriptions entirely. But alt text is table stakes. The next layer, the one most teams skip, is asking whether your site actually listens to the person using it.
Here's a practical starting point for any team:
Check prefers-reduced-motion and replace animations with crossfades or opacity transitions. The goal isn't removing motion entirely, just reducing it. A fade-in is fine. A scrolljacked parallax sequence is not.
Honor prefers-color-scheme with a proper dark mode that isn't an afterthought. Test it. If your dark mode has white text on medium-gray backgrounds, you've traded one readability problem for another.
Test your site at 200% browser zoom. This is actually a WCAG 2.2 requirement (Success Criterion 1.4.10), but most teams never do it. If content gets cut off or overlaps, your layout isn't responsive. It’s rigid with a viewport trick.
Run your key pages through Windows High Contrast Mode. If buttons disappear or critical visual indicators become invisible, you're relying on color alone to communicate meaning.
The Bar Is Moving
The organizations that treat accessibility as a checkbox will keep playing catch-up. Every compliance deadline will feel like an emergency. Every audit will surface the same categories of issues.
The ones that build for user preferences, that treat the browser as a conversation with the person on the other end, will build sites that quietly work for more people, in more contexts, with less maintenance over time.
Accessibility isn't a feature you bolt on. And it's not a single standard you meet once. It’s a design posture, one that starts by assuming the person using your site might be experiencing it differently than you are.
The best websites in 2026 won't just be accessible. They'll be adaptive.

