Morton Digital

2026-05-17 · 11 min read

Clark County Nevada Government Website Accessibility: Las Vegas Metro, RTC, and the DOJ Title II Deadline

Abstract dark editorial illustration: a Clark County Nevada compliance network rendered in fine copper line work on dark slate, with WCAG accessibility markers at Las Vegas city, Henderson, North Las Vegas, Clark County School District, and RTC transit nodes. No text.

# Clark County Nevada Government Website Accessibility: Las Vegas Metro, RTC, and the DOJ Title II Deadline

Clark County is the most populous county in Nevada, with approximately 2.3 million residents — and home to Las Vegas, one of the fastest-growing metropolitan areas in the United States. Clark County government, the City of Las Vegas, the City of Henderson, the City of North Las Vegas, the Clark County School District, and the Regional Transportation Commission of Southern Nevada (RTC) are all independently covered public entities under the DOJ Title II Final Rule. Each faces the April 26, 2027 deadline for WCAG 2.1 Level AA conformance. [1]

Nevada's growth context matters here. The state has no income tax, and rapid population expansion has historically strained government IT infrastructure budgets — creating real risk for digital services that have not scaled alongside population growth. Government websites built for a county of half a million residents are now serving more than two million. Accessibility built for that earlier scale is unlikely to be adequate today.

This post covers who is covered in the Clark County compliance picture, the correct deadlines for each entity, what WCAG 2.1 Level AA requires, the most common failure categories for Las Vegas–area government sites, and what a compliance program looks like with the April 2027 deadline approaching.

---

Who Is Covered and Which Deadline Applies

April 26, 2027 (population ≥ 50,000)

Clark County government. Clark County has approximately 2.3 million residents — the most populous county in Nevada. The Clark County government website, the county's online permitting and licensing portals, county court web systems, Clark County Elections voter registration and results portals, county property assessment and tax portal, and all Clark County-distributed mobile applications must conform to WCAG 2.1 Level AA by April 26, 2027. [3]

City of Las Vegas. The City of Las Vegas has approximately 650,000 residents and is independently covered as a separate legal entity from Clark County. The City of Las Vegas government website, online permitting portals, utility services, parks and recreation registration, city council meeting archives, and all public-facing mobile applications must meet WCAG 2.1 Level AA by April 26, 2027. [4]

Note on naming: much of what tourists call "Las Vegas" — the Strip, casino corridor, and surrounding unincorporated resort areas — falls within unincorporated Clark County, not the City of Las Vegas itself. The City of Las Vegas government covers downtown and specific incorporated areas. Both the city and the county carry independent compliance obligations.

City of Henderson. The City of Henderson has approximately 330,000 residents — well above the 50,000-person threshold. Henderson is independently covered and faces the April 26, 2027 deadline. Henderson has one of the largest retiree populations in Nevada, which makes digital accessibility particularly consequential: older adults have statistically higher rates of visual, auditory, motor, and cognitive impairments that assistive technology and accessible design address. Henderson's online permitting, utility billing, parks registration, and public safety information portals are all in scope. [5]

City of North Las Vegas. The City of North Las Vegas has approximately 270,000 residents — above the 50,000-person threshold. It is independently covered and faces the April 26, 2027 deadline. The city's government website, online services, and public-facing digital tools must conform to WCAG 2.1 Level AA. [6]

Clark County School District (CCSD). Clark County School District is one of the five largest school districts in the United States, serving approximately 300,000 students. As a public entity far above the 50,000-person threshold, CCSD faces the April 26, 2027 compliance deadline. [7]

CCSD's compliance scope includes the main district website, individual school websites, the parent and student portal (Infinite Campus or equivalent), online enrollment systems, board meeting documents and minutes, meal applications, special education service documentation, and all documents published through district web properties. A district this large generates enormous PDF volume — board resolutions, school handbooks, curriculum documents, transportation guides — all of which are in scope under the rule.

Regional Transportation Commission of Southern Nevada (RTC). RTC is an independent public transit authority providing bus and bus rapid transit (BRT) service throughout Clark County. It is independently covered as a public entity under the DOJ Title II rule and faces the April 26, 2027 deadline. [8]

RTC's compliance obligations cover its main website, trip planning tools, real-time bus tracking, the RTC Ride mobile app, schedule PDFs, transit center information, fare payment digital interfaces, and paratransit booking systems. Real-time transit applications — which rely on dynamic JavaScript-loaded content, third-party map embeds, and timed refresh cycles — are among the most technically failure-prone government digital services and require manual testing to assess properly.

April 26, 2028 (population < 50,000)

UNLV (University of Nevada, Las Vegas). UNLV is a public university in the Nevada System of Higher Education. With an enrollment of approximately 31,000 students — below the 50,000-person threshold — UNLV has until April 26, 2028 to achieve WCAG 2.1 Level AA conformance. The technical standard is identical; only the deadline is later. UNLV's compliance scope includes the main university website, student services portals, public research and event pages, library digital resources, and mobile applications distributed for student or public use. [9]

College of Southern Nevada (CSN). CSN is a public community college in the Nevada System of Higher Education. With an enrollment of approximately 35,000 students — below the 50,000-person threshold — CSN faces the April 26, 2028 compliance deadline. CSN's website, registration portal, course catalog, financial aid information pages, and published course materials must reach WCAG 2.1 Level AA by that date. [10]

City of Boulder City and City of Mesquite. Smaller Clark County municipalities with populations well under 50,000 have until April 26, 2028. The technical requirement — WCAG 2.1 Level AA — is the same; only the deadline differs.

---

What Is Covered

The rule covers web content and mobile apps that a public entity makes available to the public or uses to offer services, programs, or activities. [11] For Clark County, Las Vegas, Henderson, North Las Vegas, CCSD, and RTC, that includes:

Third-party portals are in scope. If Clark County or the City of Las Vegas contracted a vendor to build a permitting platform, utility billing system, or enrollment portal, that system must conform to WCAG 2.1 AA. The government entity holds the compliance obligation — not the vendor. Renewed and new technology contracts should require WCAG 2.1 AA conformance as a deliverable with verification testing before acceptance.

---

What WCAG 2.1 Level AA Requires

WCAG 2.1 Level AA has 50 success criteria across four principles. [11]

Perceivable — content must be available to all senses. Alt text for informational images. Captions for all prerecorded video with audio. Color contrast at 4.5:1 for normal text and 3:1 for large text and UI components. Content that reflows to a single column at 320px without horizontal scrolling. No information conveyed by color alone.

Operable — all functionality must work without a mouse. Keyboard navigation must reach every interactive element. No focus traps. Skip navigation links to bypass repetitive navigation blocks. Visible focus indicators at all times. No time limits that block task completion without user control.

Understandable — page language declared in the HTML. Forms with visible labels, clear text error messages identifying the specific field in error, and correction suggestions. Navigation patterns consistent across pages. Instructions that do not rely on color or position alone.

Robust — valid HTML with correct ARIA roles and attributes so assistive technology can accurately parse the interface. Custom widgets (carousels, accordions, modal dialogs, custom dropdowns) use ARIA in ways that match their actual behavior.

The WebAIM Million 2024 report found that 95.9% of home pages had detectable WCAG 2 failures. [12] The five most common: low contrast text (81%), missing alt text (54.5%), missing form labels (48.6%), empty links (44.6%), and missing document language (17.1%). Las Vegas–area government sites follow this same national pattern.

---

The Most Common Failure Categories for Clark County and Las Vegas Government Sites

1. Permitting portals under growth pressure. Clark County and the City of Las Vegas process enormous volumes of building permits, contractor licenses, and development applications — driven by one of the fastest-growing housing markets in the US. Online permitting portals built to handle smaller volumes, often on older frameworks, frequently fail multiple WCAG criteria simultaneously: missing form labels (1.3.1), inaccessible error messages that identify the error by color only (3.3.1), custom multi-step form flows with broken keyboard navigation (2.1.1), and session timeout handling that doesn't give users adequate warning or extension options (2.2.1). These systems are high-traffic, high-stakes, and technically complex to remediate.

2. Clark County School District's digital footprint. CCSD is one of the five largest school districts in the US. Its parent portal, online enrollment system, school websites, and published documents represent one of the largest government digital footprints in Nevada. Parent portals across the country are consistently among the most inaccessible government systems: inaccessible form labels, broken error messages, and PDFs that exist only as scanned images without tag structure are endemic. CCSD's scale — hundreds of schools, dozens of administrative portals, thousands of PDFs annually — makes this a significant remediation project.

3. RTC transit digital services. The Regional Transportation Commission operates a network of fixed-route bus and BRT service through a rapidly growing metro area. RTC's website, trip planner, real-time tracking interface, and mobile app must all meet WCAG 2.1 AA. Real-time transit applications built on JavaScript frameworks and third-party map APIs commonly fail: keyboard traps on map interfaces (2.1.2), screen reader incompatibility with live-updating arrival countdown widgets (4.1.3), and PDF schedule documents that are image-only files without accessible structure. Manual testing with NVDA and VoiceOver is required to catch these failures.

4. PDF and document accessibility. Clark County government, the Las Vegas City Council, CCSD, and every covered entity generates high volumes of PDFs annually — ordinances, budget documents, board meeting minutes, permit applications, transit schedules, school handbooks, court forms. Many exist as scanned image files or digitally created PDFs without accessible tag structure, reading order, or alt text for embedded charts. Nevada's rapid growth means many of these documents were created in volume under time pressure, without accessibility review. Government PDFs are explicitly in scope under the rule when they provide access to services, programs, or activities. [11]

5. Video captioning for public meetings. Clark County Commission meetings, Las Vegas City Council sessions, Henderson City Council meetings, North Las Vegas City Council meetings, CCSD school board sessions, and RTC public hearings are routinely recorded and published to government websites and YouTube channels. WCAG 1.2.2 requires captions for all prerecorded video with audio content. Auto-generated YouTube captions do not satisfy the standard — they require review and correction. Las Vegas has a significant multilingual population; caption quality is an equity issue beyond strict WCAG compliance.

6. Henderson's retiree population and accessibility stakes. The City of Henderson has one of the largest retiree populations in Nevada. Adults over 65 have statistically higher rates of visual impairments (requiring screen readers or zoom), hearing impairments (requiring captions), motor impairments (requiring keyboard accessibility), and cognitive impairments (requiring clear, consistent navigation). For Henderson, WCAG conformance is not an abstract legal requirement — it directly affects whether its largest demographic can access city services online. Henderson's utility billing, permitting, parks registration, and public safety portals should be prioritized in any compliance program.

---

Compliance Timeline for Clark County and Las Vegas Entities

Clark County, the City of Las Vegas, the City of Henderson, the City of North Las Vegas, CCSD, and RTC all have until April 26, 2027 — roughly 11 months from now. A realistic compliance program:

UNLV (April 2028) and CSN (April 2028) have an additional year but should begin compliance programs now — a year is not as much time as it appears when an audit must precede remediation.

---

Enforcement Context

The DOJ enforces Title II through complaint investigation and, where voluntary compliance fails, formal proceedings that can result in consent decrees, required remediation plans, and third-party monitoring. DOJ complaint filings by disability advocacy organizations account for a significant share of formal government enforcement actions.

Clark County's size — 2.3 million residents, one of the largest counties in the western US — places it in the higher-scrutiny tier of DOJ enforcement attention. Nevada Disability Advocacy and Law Center (NDALC) and disability rights organizations across Nevada and the western US have established federal complaint practices. A county this large, with entities this prominent (the Las Vegas metro is nationally visible), carries above-average enforcement exposure.

Proactive, documented compliance programs — where the entity can show it conducted an audit, produced a remediation plan, and is executing against it — are treated materially differently in DOJ investigations than entities with no documented compliance effort.

---

Regional Context: Nevada and Neighboring States

The DOJ Title II rule applies uniformly across state lines. For context across the region:

Sources

  1. [1] Federal Register — Interim Final Rule extending Title II compliance dates (April 20, 2026) — "The compliance date for State and local government entities with a total population of 50,000 or more is extended from April 24, 2026, to April 26, 2027"
  2. [2] ADA.gov — DOJ Fact Sheet: New Rule on Accessibility of Web Content and Mobile Apps — "State and local governments must make sure that their web content and mobile apps meet WCAG 2.1, Level AA"
  3. [3] U.S. Census Bureau — QuickFacts Clark County, Nevada — "Clark County, Nevada — Population estimates, July 1, 2023: 2,338,477"
  4. [4] U.S. Census Bureau — QuickFacts Las Vegas city, Nevada — "Las Vegas city, Nevada — Population estimates, July 1, 2023: 650,993"
  5. [5] U.S. Census Bureau — QuickFacts Henderson city, Nevada — "Henderson city, Nevada — Population estimates, July 1, 2023: 336,066"
  6. [6] U.S. Census Bureau — QuickFacts North Las Vegas city, Nevada — "North Las Vegas city, Nevada — Population estimates, July 1, 2023: 274,429"
  7. [7] ADA.gov — DOJ Fact Sheet: New Rule on Accessibility of Web Content and Mobile Apps — "The rule covers public entities, which includes any State or local government and any department, agency, or other instrumentality of a State or local government."
  8. [8] ADA.gov — DOJ Fact Sheet: New Rule on Accessibility of Web Content and Mobile Apps — "Transit authorities are state and local government entities covered by Title II of the ADA and must comply with the web accessibility rule."
  9. [9] ADA.gov — DOJ Fact Sheet: New Rule on Accessibility of Web Content and Mobile Apps — "State and local governments with a total population of less than 50,000 must comply with this rule by April 26, 2028."
  10. [10] ADA.gov — DOJ Fact Sheet: New Rule on Accessibility of Web Content and Mobile Apps — "State and local governments with a total population of less than 50,000 must comply with this rule by April 26, 2028."
  11. [11] W3C Web Accessibility Initiative — WCAG 2.1 Specification — "Web Content Accessibility Guidelines (WCAG) 2.1 covers a wide range of recommendations for making Web content more accessible."
  12. [12] WebAIM — The WebAIM Million: An Annual Accessibility Analysis of the Top 1,000,000 Home Pages (2024) — "In 2024, 95.9% of home pages had detectable WCAG 2 failures. The most common failures were low contrast text (81.0%), missing alternative text (54.5%), missing form labels (48.6%), empty links (44.6%), and missing document language (17.1%)."

Morton Technology Consulting LLC — WCAG 2.1 AA audits for Florida government agencies. Parallax audit → · WCAG Readiness Kit → · All posts →