<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: AccessLumens</title>
    <description>The latest articles on DEV Community by AccessLumens (@accesslumens).</description>
    <link>https://dev.to/accesslumens</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4001866%2F792a9b89-3b70-427e-8823-91fb51398e91.png</url>
      <title>DEV Community: AccessLumens</title>
      <link>https://dev.to/accesslumens</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/accesslumens"/>
    <language>en</language>
    <item>
      <title>I scanned 221 US city government websites for accessibility after the ADA deadline - 42% still have a critical barrier</title>
      <dc:creator>AccessLumens</dc:creator>
      <pubDate>Wed, 15 Jul 2026 12:02:56 +0000</pubDate>
      <link>https://dev.to/accesslumens/i-scanned-221-us-city-government-websites-for-accessibility-after-the-ada-deadline-42-still-have-5h08</link>
      <guid>https://dev.to/accesslumens/i-scanned-221-us-city-government-websites-for-accessibility-after-the-ada-deadline-42-still-have-5h08</guid>
      <description>&lt;p&gt;The ADA Title II web deadline hit on April 24, 2026. Cities serving 50,000+ residents were legally required to meet WCAG 2.1 AA.&lt;br&gt;
I scanned 221 of the largest US city government websites after the deadline - homepage + a resident service page each. Here's what I found.&lt;br&gt;
The headline numbers&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;42% still have at least one critical barrier&lt;/strong&gt; (a control a screen reader can't operate, a menu a keyboard can't reach)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;45% fail WCAG 4.1.2 (Name, Role, Value)&lt;/strong&gt; — the single most-cited criterion in ADA lawsuits&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;23% blocked the scan entirely with aggressive bot walls&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Average score was 93/100&lt;/strong&gt; — which sounds great until you realize a 93 can still lock someone out of paying their water bill&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The most surprising finding: your CMS vendor predicts your risk&lt;br&gt;
This blew my mind. Cities on CivicPlus had critical barriers 72% of the time. Cities on Granicus/OpenCities? Just 24%. Same budgets, same legal obligation — 3× the failure rate based on platform choice alone.&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;CMS Vendor&lt;/th&gt;
&lt;th&gt;Cities&lt;/th&gt;
&lt;th&gt;Avg Score&lt;/th&gt;
&lt;th&gt;% with Critical Barrier&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Granicus / OpenCities&lt;/td&gt;
&lt;td&gt;37&lt;/td&gt;
&lt;td&gt;96&lt;/td&gt;
&lt;td&gt;24%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WordPress&lt;/td&gt;
&lt;td&gt;8&lt;/td&gt;
&lt;td&gt;94&lt;/td&gt;
&lt;td&gt;38%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Drupal&lt;/td&gt;
&lt;td&gt;20&lt;/td&gt;
&lt;td&gt;94&lt;/td&gt;
&lt;td&gt;45%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Municode&lt;/td&gt;
&lt;td&gt;17&lt;/td&gt;
&lt;td&gt;93&lt;/td&gt;
&lt;td&gt;47%&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CivicPlus&lt;/td&gt;
&lt;td&gt;32&lt;/td&gt;
&lt;td&gt;90&lt;/td&gt;
&lt;td&gt;72%&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;If you build or maintain government sites — this is the table that should keep you up at night. The accessibility floor is set before a single content editor touches the page.&lt;br&gt;
What's actually broken&lt;br&gt;
The top failures read like a greatest-hits of "things we should've fixed years ago":&lt;/p&gt;

&lt;p&gt;28% — Color contrast failures&lt;br&gt;
17% — Invalid ARIA attributes&lt;br&gt;
13% — Links with no discernible text&lt;br&gt;
13% — Missing image alt text&lt;br&gt;
9% — Interactive elements unreachable by keyboard&lt;/p&gt;

&lt;p&gt;Homepages are worse than service pages&lt;br&gt;
This surprised me. 34% of homepages had a critical issue vs. 25% of service/payment pages. The front door is less accessible than the rooms inside.&lt;br&gt;
The uncomfortable truth&lt;br&gt;
A city website isn't like a store. You can't go to a competitor. If the permit form is broken for a screen reader user, that resident is just... stuck. And now, post-deadline, that's not just a bad UX — it's a compliance gap with legal teeth.&lt;br&gt;
58% of cities had zero critical barriers. 11 scored a perfect 100. Conformance is achievable. It's just not evenly distributed.&lt;br&gt;
How I did this&lt;br&gt;
I built a scanning engine that runs WCAG 2.2 AA checks + scripted keyboard testing (focus traps, focus visibility, skip links, reachability) against real headless browsers. Same config for every city, strict robots.txt compliance.&lt;br&gt;
If you want to run the same scan on your own site — government or otherwise — you can do it free at &lt;a href="https://accesslumens.com" rel="noopener noreferrer"&gt;https://accesslumens.com&lt;/a&gt;. No signup required.&lt;br&gt;
Full methodology and data: &lt;a href="https://accesslumens.com/research/state-of-us-local-government-accessibility-2026" rel="noopener noreferrer"&gt;https://accesslumens.com/research/state-of-us-local-government-accessibility-2026&lt;/a&gt;&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>ux</category>
      <category>wcag</category>
      <category>webdev</category>
    </item>
    <item>
      <title>Seeking Feedback from Developers and Accessibility Practitioners</title>
      <dc:creator>AccessLumens</dc:creator>
      <pubDate>Fri, 26 Jun 2026 13:27:48 +0000</pubDate>
      <link>https://dev.to/accesslumens/seeking-feedback-from-developers-and-accessibility-practitioners-328o</link>
      <guid>https://dev.to/accesslumens/seeking-feedback-from-developers-and-accessibility-practitioners-328o</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I've recently launched AccessLumens, an Accessibility Compliance Intelligence platform that helps identify and prioritize accessibility issues on websites.&lt;/p&gt;

&lt;p&gt;I'm looking for honest feedback from developers, testers, designers, and accessibility practitioners.&lt;/p&gt;

&lt;p&gt;I'd love to know:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;If you are able to run the scans correctly&lt;/li&gt;
&lt;li&gt;If the issues being reported are valid or not&lt;/li&gt;
&lt;li&gt;If the report is useful or not to assess the accessibility status of the page you scanned.&lt;/li&gt;
&lt;li&gt;Any suggestions for improving the product or website?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You can check it out at &lt;a href="https://accesslumens.com" rel="noopener noreferrer"&gt;https://accesslumens.com&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;All feedback—positive or critical—is greatly appreciated. Thanks for your time!&lt;/p&gt;

</description>
      <category>a11y</category>
      <category>automation</category>
      <category>inclusion</category>
      <category>saas</category>
    </item>
  </channel>
</rss>
