City of Charleston (WV) — Score 822 | Sonde

Sonde

Accessibility Health Check

https://charlestonwv.gov

Strong

April 28, 2026

Provided free by Sonde

9pages576findings35critical311high155medium75low64.0avg/page14,594elements149with findings99%ECR3m 8stotal20.9sper page

Strong

Executive Summary

9pages576findings64.0avg/page14,594elements149with findings99%ECR3m 8stotal20.9sper page

Top Findings

Copy a direct link to share a finding Open a discussion to give feedback on a finding

criticalInteractive element with role="link" has no accessible name. Screen readers cannot identify this control.WCAG 4.1.2
Element:
<!-- a11y: role="link" -->
Sonde Fix Plan

Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA input fields must have an accessible name: Fix any of the following: aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 4.1.2
Element:
<div class="carousel-inner" role="listbox">
Sonde Fix Plan

Ensure every ARIA input field has an accessible name. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="container" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6 col-sm-pull-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalImages must have alternative text: Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"WCAG 1.1.1
Element:
<img data-entity-uuid="8e5ea1cd-3be0-4a39-9d5c-30c5ce3ef4d2" data-entity-type="file" src="/sites/default/files/inline-images/2026%20MSYJP%20Slider_0.png" width="1150" height="350" loading="lazy">
Sonde Fix Plan

Ensure <img> elements have alternative text or a role of none or presentation. See: https://www.w3.org/WAI/WCAG22/Understanding/non-text-content

criticalLinks must have discernible text: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 2.4.4WCAG 4.1.2
Element:
<a href="https://www.charlestonwv.gov/heartsofourneighborhood"><img src="/sites/default/files/inline-images/Hearts%20of%20Our%20Neighborhood%20Graphic%20-%20Web.png" data-entity-uuid="66420818-d6aa-4b...
Sonde Fix Plan

Ensure links have discernible text. See: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-in-context Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6 col-sm-push-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalImages must have alternative text: Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"WCAG 1.1.1
Element:
<img src="/sites/default/files/inline-images/Hearts%20of%20Our%20Neighborhood%20Graphic%20-%20Web.png" data-entity-uuid="66420818-d6aa-4bf5-af22-541804f6a925" data-entity-type="file" width="272" heigh...
Sonde Fix Plan

Ensure <img> elements have alternative text or a role of none or presentation. See: https://www.w3.org/WAI/WCAG22/Understanding/non-text-content Add alt text to the image. If decorative, mark with role="presentation" or alt="". WCAG 1.1.1 requires text alternatives for non-text content.

criticalCertain ARIA roles must contain particular children: Fix any of the following: Element has children which are not allowed: a[tabindex]WCAG 1.3.1
Element:
<div class="carousel-inner" role="listbox">
Sonde Fix Plan

Ensure elements with an ARIA role that require child roles contain them. See: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalInsufficient color contrast: 1.04:1 (required: 3:1 for large text). Foreground: rgb(253, 253, 253), background: rgb(248, 248, 248). Text: "I Need To..."WCAG 1.4.3
Element:
<h2 class="block-title">I Need To...</h2>
Sonde Fix Plan

Current ratio: 1.04:1 (need 3:1). Change foreground from #fdfdfd to #909090 (ratio: 3.0:1). Or change background from #f8f8f8 to #ffffff.

criticalInsufficient color contrast: 1.06:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(248, 248, 248). Text: "City Department List"WCAG 1.4.3
Element:
<p>City Department List</p>
Sonde Fix Plan

Current ratio: 1.06:1 (need 4.5:1). Change foreground from #ffffff to #737272 (ratio: 4.5:1). Or change background from #f8f8f8 to #ffffff.

criticalInsufficient color contrast: 1.01:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 51, 51), background: rgb(10, 51, 93). Text: "Search"WCAG 1.4.3
Element:
<label for="edit-keys" class="control-label sr-only">Search</label>
Sonde Fix Plan

Current ratio: 1.01:1 (need 4.5:1). Change foreground from #333333 to #9a9a99 (ratio: 4.5:1). Or change background from #0a335d to #000000.

criticalInsufficient color contrast: 1.95:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(240, 173, 78). Text: "Request the Mayor at Event"WCAG 1.4.3
Element:
<a class="btn btn-warning btn-block" href="https://www.charlestonwv.gov/mayor-request">Request the Mayor at Event</a>
Sonde Fix Plan

Current ratio: 1.95:1 (need 4.5:1). Change foreground from #ffffff to #4b4a4a (ratio: 4.5:1).

criticalInsufficient color contrast: 1.01:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 51, 51), background: rgb(10, 51, 93). Text: "Toggle navigation"WCAG 1.4.3
Element:
<span class="sr-only">Toggle navigation</span>
Sonde Fix Plan

Current ratio: 1.01:1 (need 4.5:1). Change foreground from #333333 to #9a9a99 (ratio: 4.5:1). Or change background from #0a335d to #000000.

criticalInsufficient color contrast: 1.00:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(255, 255, 255). Text: "PODA Notices"WCAG 1.4.3
Element:
<h2 class="block-title">PODA Notices</h2>
Sonde Fix Plan

Current ratio: 1.00:1 (need 4.5:1). Change foreground from #ffffff to #777676 (ratio: 4.5:1).

highImage has no accessible name in the accessibility tree. Screen readers will skip or announce it generically.WCAG 1.1.1
Element:
<!-- a11y: role="image" -->
Sonde Fix Plan

Add alt text to the image. If decorative, mark with role="presentation" or alt="". WCAG 1.1.1 requires text alternatives for non-text content.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" name="       " -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highLinks must have discernible text: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 2.4.4
Element:
<a href="https://www.charlestonwv.gov/news-items/fri-04032026-1001/2026-msyjp"><img data-entity-uuid="8e5ea1cd-3be0-4a39-9d5c-30c5ce3ef4d2" data-entity-type="file" src="/sites/default/files/inline-ima...
Sonde Fix Plan

Ensure links have discernible text. See: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-in-context

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/thu-04022026-1845/2026yawinner" rel="tag" title="YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED " hreflang="en">Read more<span class="visually-hidden"> ...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" hreflang="en">TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES &amp; TRAFFIC INFO  </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/news-items">Recent News in Charleston</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">More News Items...</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.civicclerk.com/web/home.aspx" target="_blank">Charleston City Meetings</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1001/2026-msyjp" rel="tag" title="MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 " hreflang="en">Read more<span class="visually-hidden"> about MAYOR’S SU...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">Charleston City Departments</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/business-startup">Start a Business in Charleston</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1001/2026-msyjp" hreflang="en">MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Charleston Collector's Office</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/tue-04142026-1609/statement" rel="tag" title="MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS" hreflang="en">Read more<span class="visually-hidden"> about MAYOR GO...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/thu-04022026-1845/2026yawinner" hreflang="en">YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.festivallcharleston.com/">FestivAll</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life/play">Fun Local Links</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-payments">Make a Payment</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" rel="tag" title="TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES & TRAFFIC INFO  " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life">Charleston City Life</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://charlestonwv.com">Charleston WV, CVB</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Charleston Emergency Info</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/2026-04/2026-28%20Addendum%201.pdf" type="application/pdf; length=128937" title="" target="_blank" data-toggle="tooltip" data-placement="bottom" d...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">2.4 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">4.61 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-31%20Asphalt%20Resurfacing%20Project%20Bid%20Packet_0.pdf" type="application/pdf; length=4925317" title="" target="_blank" data-...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">135.74 KB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-23%20Roosevelt%20Community%20Center%20Roof%20Bid%20Packet.pdf" type="application/pdf; length=4837214" title="" target="_blank" d...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-28%20CPD%20Transport%20Van%20Upfitting%20Bid%20Packet.pdf" type="application/pdf; length=2519040" title="" target="_blank" data-...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/2026-04/2026-28%20Addendum%202%20-%20Vendor%20Questions.pdf" type="application/pdf; length=138999" title="" target="_blank" data-toggle="tooltip" ...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">4.7 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">125.92 KB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1001/2026-msyjp" hreflang="en">MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/thu-04022026-1845/2026yawinner" hreflang="en">YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/wed-04012026-1615/2026teamuptocleanup" hreflang="en">CITY ANNOUNCES 2026 TEAM UP TO CLEAN UP EVENTS </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/thu-04022026-1845/2026yawinner" rel="tag" title="YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/wed-04012026-1615/2026teamuptocleanup" rel="tag" title="CITY ANNOUNCES 2026 TEAM UP TO CLEAN UP EVENTS " hreflang="en">Read more<span class="visually-hidden"> about CI...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1001/2026-msyjp" rel="tag" title="MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 " hreflang="en">Read more<span class="visually-hidden"> abou...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" rel="tag" title="TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES & TRAFFIC INFO  " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

high<ul> and <ol> must only directly contain <li>, <script> or <template> elements: Fix all of the following: List element has direct children that are not allowed: [role=presentation]WCAG 1.3.1
Element:
<ul class="pagination js-pager__items">
Sonde Fix Plan

Ensure that lists are structured correctly. See: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/tue-04142026-1609/statement" rel="tag" title="MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS" hreflang="en">Read more<span class="visually-hidden"> ab...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" hreflang="en">TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES &amp; TRAFFIC INFO  </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://cityofcharleston.applicantpro.com/jobs/">https://cityofcharleston.applicantpro.com/jobs/</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highLinks must be distinguishable without relying on color: Fix any of the following: The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333) The link has no styling (such as underline) to distinguish it from the surrounding textWCAG 1.4.1
Element:
<a href="https://cityofcharleston.applicantpro.com/jobs/">https://cityofcharleston.applicantpro.com/jobs/</a>
Sonde Fix Plan

Ensure links are distinguished from surrounding text in a way that does not rely on color. See: https://www.w3.org/WAI/WCAG22/Understanding/use-of-color

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.47 (foreground color: #ffffff, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">City of Charleston News</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.21 (foreground color: #f8f8f8, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<li class="active">
                  MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 
              </li>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum Current ratio: 4.22:1 (need 4.5:1). Change foreground from #f8f8f8 to #070706 (ratio: 4.5:1).

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.21 (foreground color: #f8f8f8, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<li class="active">
                  TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES &amp; TRAFFIC INFO  
              </li>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum Current ratio: 4.22:1 (need 4.5:1). Change foreground from #f8f8f8 to #070706 (ratio: 4.5:1).

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.47 (foreground color: #ffffff, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">City of Charleston News</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.47 (foreground color: #ffffff, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">City of Charleston News</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<strong>view winning artwork here</strong>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.21 (foreground color: #f8f8f8, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<li class="active">
                  YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED 
              </li>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum Current ratio: 4.22:1 (need 4.5:1). Change foreground from #f8f8f8 to #070706 (ratio: 4.5:1).

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.21 (foreground color: #f8f8f8, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<li class="active">
                  MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS
              </li>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum Current ratio: 4.22:1 (need 4.5:1). Change foreground from #f8f8f8 to #070706 (ratio: 4.5:1).

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.47 (foreground color: #ffffff, background color: #777777, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">City of Charleston News</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://www.charlestonwv.gov/sites/default/files/non-departmental-documents/2023-10/SB_534.pdf">Senate Bill 534</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highFrames must have an accessible name: Fix any of the following: Element has no title attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element's default semantics were not overridden with role="none" or role="presentation"WCAG 4.1.2
Element:
<iframe class="embed-responsive-item" src=" https://gisweb.charlestonwv.gov/public/poda/app.html">&amp;amp;amp;amp;amp;amp;amp;amp;lt;br /&amp;amp;amp;amp;amp;amp;amp;amp;gt;
        </iframe>
Sonde Fix Plan

Ensure <iframe> and <frame> elements have an accessible name. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 11.0pt (14.6667px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span style="font-family:&quot;Aptos&quot;,sans-serif;font-size:11pt;">Special Events in the Capital City Sip-N-Stroll</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highLinks must be distinguishable without relying on color: Fix any of the following: The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333) The link has no styling (such as underline) to distinguish it from the surrounding textWCAG 1.4.1
Element:
<a href="https://www.charlestonwv.gov/sites/default/files/non-departmental-documents/2023-10/SB_534.pdf">Senate Bill 534</a>
Sonde Fix Plan

Ensure links are distinguished from surrounding text in a way that does not rely on color. See: https://www.w3.org/WAI/WCAG22/Understanding/use-of-color

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://www.charlestonwv.gov/poda/business">Capital City Sip-N-Stroll business page </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highLinks must be distinguishable without relying on color: Fix any of the following: The link has insufficient color contrast of 2.77:1 with the surrounding text. (Minimum contrast is 3:1, link text: #337ab7, surrounding text: #333333) The link has no styling (such as underline) to distinguish it from the surrounding textWCAG 1.4.1
Element:
<a href="https://www.charlestonwv.gov/poda/business">Capital City Sip-N-Stroll business page </a>
Sonde Fix Plan

Ensure links are distinguished from surrounding text in a way that does not rely on color. See: https://www.w3.org/WAI/WCAG22/Understanding/use-of-color

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href=" https://gisweb.charlestonwv.gov/public/poda/app.html">Switch To Full Page View</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highInsufficient color contrast: 2.48:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(92, 184, 92). Text: "Youth Council Application"WCAG 1.4.3
Element:
<a class="btn btn-success btn-block" href="https://www.charlestonwv.gov/sites/default/files/non-departmental-documents/2021-10/Charleston%20Youth%20Council%20Application%202022.pdf" target="_blank">Yo
Sonde Fix Plan

Current ratio: 2.48:1 (need 4.5:1). Change foreground from #ffffff to #3c3b3b (ratio: 4.5:1).

highConsole warning: [esri.geometry.projection] 🛑 DEPRECATED - Module: esri.geometry.projection 🛠️ Replacement: esri.geometry.operators.projectOperator ⚙️ Version: 4.32
Page: /poda
Source: https://gisweb.charlestonwv.gov/agportex/jsapi/jsapi4/:4medium
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add X-Frame-Options: DENY or SAMEORIGIN Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highFocus jumps backward from "Start a Business in Charleston" to "#block-live-work-play > div > div > div:nth-of-type(3) > div > a" (visual distance: 500px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "Recent News in Charleston" to "#block-live-work-play > div > div > div:nth-of-type(2) > div > a" (visual distance: 500px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "#block-mayorsblock > div > p:nth-of-type(3) > a" to "#block-views-block-news-items-block-1 > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) > div > div > a" (visual distance: 976px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "Find a Job" to "Find Things To Do" (visual distance: 358px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a>Find Things To Do</a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "https://cityofcharleston.applicantpro.com/jobs/" to "div > div:nth-of-type(2) > div > section > div:nth-of-type(3) > div > div:nth-of-type(2) > div > div > a" (visual distance: 552px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highPage has no detectable navigation mechanisms (no <nav>, search, sitemap link, breadcrumbs, or table of contents). Users need multiple ways to locate content.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

highPage has no detectable navigation mechanisms (no <nav>, search, sitemap link, breadcrumbs, or table of contents). Users need multiple ways to locate content.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

highPage has no detectable navigation mechanisms (no <nav>, search, sitemap link, breadcrumbs, or table of contents). Users need multiple ways to locate content.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

highMissing Strict-Transport-Security header (HSTS)
Page: /
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

mediumPage has 6 "main" landmarks but only 0 have distinct labels. Screen reader users cannot distinguish between them.WCAG 1.3.1
Element:
<!-- 6 main landmarks, 0 labeled -->
Sonde Fix Plan

Add unique aria-label or aria-labelledby to each "main" landmark so screen readers can differentiate them. Example: <nav aria-label="Primary">, <nav aria-label="Footer">.

mediumMain landmark should not be contained in another landmark: Fix any of the following: The main landmark is contained in another landmark.
Page: /
Element:
<div role="main" class="main-container container js-quickedit-main-content">
Sonde Fix Plan

Ensure the main landmark is at top level. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /
Element:
<h4 class="media-heading"><a href="http://www.charlestonwv.gov/government/city-departments">Contact Charleston</a></h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /
Element:
<h3>Living in Charleston</h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumDocument should not have more than one main landmark: Fix any of the following: Document has more than one main landmark
Page: /
Element:
<div role="main" class="mainHead">
Sonde Fix Plan

Ensure the document has at most one main landmark. See: https://www.w3.org/WAI/WCAG22/quickref/ Ensure landmarks are unique. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h3 class="newsTitle">
  <a href="/index%2Ephp/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
</h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /poda
Element:
<h4><strong>What is a PODA?</strong></h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /poda
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h3><strong>Contact Information</strong></h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h3>Additional Information and Criteria</h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND "WCAG 1.4.3
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "2026-28 CPD Transport Van Upfitting Bid Packet.pdf"WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-28%20CPD%20Transport%20Van%20Upfitting%20Bid%20Packet.pdf" type="application/pdf; length=2519040" title="" target="_blank" data-
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "Skip to main content"WCAG 1.4.3
Element:
<a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "2.4 MB"WCAG 1.4.3
Element:
<span class="file-size">2.4 MB</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 3.93:1 (required: 4.5:1 for normal text). Foreground: rgb(238, 238, 238), background: rgb(51, 122, 183). Text: "Click Here for More "WCAG 1.4.3
Element:
<a class="btn btn-primary" style="margin-bottom:10px;" href="http://www.charlestonwv.gov/charleston-life">Click Here for More
                                                Info</a>
Sonde Fix Plan

Current ratio: 3.93:1 (need 4.5:1). Change foreground from #eeeeee to #fefefd (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND "WCAG 1.4.3
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumPage has only one navigation mechanism (search). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumPage has only one navigation mechanism (navigation). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumPage has only one navigation mechanism (breadcrumbs). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumPage has only one navigation mechanism (breadcrumbs). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumPage has only one navigation mechanism (breadcrumbs). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumPage has only one navigation mechanism (breadcrumbs). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<table class="table table-bordered table-hover table-striped">
        <thead>
    <tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
                                      <
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<tbody>
      <tr>
                                                                      <td headers="view-field-bid-title-table-column" class="views-field views-field-field-bid-title">2026-28 CPD Tra
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-closing-datetest-table-column" class="views-field views-field-field-closing-datetest" scope="col">Closing Date</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 463px at 320px width.WCAG 1.4.10
Element:
<th class="views-align-left views-field views-field-field-bid-specs views-align-left" id="view-field-bid-specs-table-column" scope="col">Bid Specs/ Documents </th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<thead>
    <tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
                           
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 970px at 320px width.WCAG 1.4.10
Element:
<th class="views-align-center views-field views-field-field-published-on views-align-center" id="view-field-published-on-table-column" scope="col">Published On</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 58px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 808px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-news-file-table-column" class="views-field views-field-field-news-file" scope="col">Addendum</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumContent clipped by 26px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<h4 id="pagination-heading" class="visually-hidden">Pagination</h4>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 83px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 230px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 41px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<span class="sr-only">Toggle navigation</span>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumPage requires horizontal scrolling at 320px width (19px overflow). Content should reflow without horizontal scrolling at this width.WCAG 1.4.10
Element:
<html>
Sonde Fix Plan

Use responsive CSS (max-width, flex-wrap, media queries) to ensure content reflows at narrow widths.

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Page: /
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Page: /poda
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowDeep focus region: navigation "pagination-heading" has 11 tab stops before focus escapes. Consider adding skip navigation or grouping with arrow keys.WCAG 2.4.1
Element:
<nav role="navigation">pagination-heading</nav>
Sonde Fix Plan

Add a "skip to content" link or use roving tabindex to reduce the number of Tab stops.

lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Page: /
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Page: /
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Page: /
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Page: /
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Page: /
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Page: /poda
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Page: /poda
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Page: /poda
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowInvalid mailto link format: mailto: PODA@cityofcharleston.org
Page: /poda
Element:
<a href="mailto: PODA@cityofcharleston.org">For Assistance / More Information</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Page: /poda
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Page: /poda
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Page: /poda
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Page: /poda
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Page: /poda
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>

Best Page Fix Opportunities

charlestonwv.gov97findings
criticalInteractive element with role="link" has no accessible name. Screen readers cannot identify this control.WCAG 4.1.2
Element:
<!-- a11y: role="link" -->
Sonde Fix Plan

Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA input fields must have an accessible name: Fix any of the following: aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 4.1.2
Element:
<div class="carousel-inner" role="listbox">
Sonde Fix Plan

Ensure every ARIA input field has an accessible name. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="container" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6 col-sm-pull-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalImages must have alternative text: Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"WCAG 1.1.1
Element:
<img data-entity-uuid="8e5ea1cd-3be0-4a39-9d5c-30c5ce3ef4d2" data-entity-type="file" src="/sites/default/files/inline-images/2026%20MSYJP%20Slider_0.png" width="1150" height="350" loading="lazy">
Sonde Fix Plan

Ensure <img> elements have alternative text or a role of none or presentation. See: https://www.w3.org/WAI/WCAG22/Understanding/non-text-content

criticalLinks must have discernible text: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 2.4.4WCAG 4.1.2
Element:
<a href="https://www.charlestonwv.gov/heartsofourneighborhood"><img src="/sites/default/files/inline-images/Hearts%20of%20Our%20Neighborhood%20Graphic%20-%20Web.png" data-entity-uuid="66420818-d6aa-4b...
Sonde Fix Plan

Ensure links have discernible text. See: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-in-context Add an accessible name using aria-label, aria-labelledby, or visible text content. WCAG 4.1.2 requires all interactive elements to have a programmatically determinable name.

criticalARIA roles used must conform to valid values: Fix all of the following: Role must be one of the valid ARIA roles: halfWCAG 4.1.2
Element:
<div class="col-sm-6 col-sm-push-6" role="half">
Sonde Fix Plan

Ensure all elements with a role attribute use a valid value. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalImages must have alternative text: Fix any of the following: Element does not have an alt attribute aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute Element's default semantics were not overridden with role="none" or role="presentation"WCAG 1.1.1
Element:
<img src="/sites/default/files/inline-images/Hearts%20of%20Our%20Neighborhood%20Graphic%20-%20Web.png" data-entity-uuid="66420818-d6aa-4bf5-af22-541804f6a925" data-entity-type="file" width="272" heigh...
Sonde Fix Plan

Ensure <img> elements have alternative text or a role of none or presentation. See: https://www.w3.org/WAI/WCAG22/Understanding/non-text-content Add alt text to the image. If decorative, mark with role="presentation" or alt="". WCAG 1.1.1 requires text alternatives for non-text content.

criticalCertain ARIA roles must contain particular children: Fix any of the following: Element has children which are not allowed: a[tabindex]WCAG 1.3.1
Element:
<div class="carousel-inner" role="listbox">
Sonde Fix Plan

Ensure elements with an ARIA role that require child roles contain them. See: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships

criticalInsufficient color contrast: 1.04:1 (required: 3:1 for large text). Foreground: rgb(253, 253, 253), background: rgb(248, 248, 248). Text: "I Need To..."WCAG 1.4.3
Element:
<h2 class="block-title">I Need To...</h2>
Sonde Fix Plan

Current ratio: 1.04:1 (need 3:1). Change foreground from #fdfdfd to #909090 (ratio: 3.0:1). Or change background from #f8f8f8 to #ffffff.

criticalInsufficient color contrast: 1.06:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(248, 248, 248). Text: "City Department List"WCAG 1.4.3
Element:
<p>City Department List</p>
Sonde Fix Plan

Current ratio: 1.06:1 (need 4.5:1). Change foreground from #ffffff to #737272 (ratio: 4.5:1). Or change background from #f8f8f8 to #ffffff.

criticalInsufficient color contrast: 1.01:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 51, 51), background: rgb(10, 51, 93). Text: "Search"WCAG 1.4.3
Element:
<label for="edit-keys" class="control-label sr-only">Search</label>
Sonde Fix Plan

Current ratio: 1.01:1 (need 4.5:1). Change foreground from #333333 to #9a9a99 (ratio: 4.5:1). Or change background from #0a335d to #000000.

criticalInsufficient color contrast: 1.95:1 (required: 4.5:1 for normal text). Foreground: rgb(255, 255, 255), background: rgb(240, 173, 78). Text: "Request the Mayor at Event"WCAG 1.4.3
Element:
<a class="btn btn-warning btn-block" href="https://www.charlestonwv.gov/mayor-request">Request the Mayor at Event</a>
Sonde Fix Plan

Current ratio: 1.95:1 (need 4.5:1). Change foreground from #ffffff to #4b4a4a (ratio: 4.5:1).

highImage has no accessible name in the accessibility tree. Screen readers will skip or announce it generically.WCAG 1.1.1
Element:
<!-- a11y: role="image" -->
Sonde Fix Plan

Add alt text to the image. If decorative, mark with role="presentation" or alt="". WCAG 1.1.1 requires text alternatives for non-text content.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" name="       " -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highLinks must have discernible text: Fix all of the following: Element is in tab order and does not have accessible text Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attributeWCAG 2.4.4
Element:
<a href="https://www.charlestonwv.gov/news-items/fri-04032026-1001/2026-msyjp"><img data-entity-uuid="8e5ea1cd-3be0-4a39-9d5c-30c5ce3ef4d2" data-entity-type="file" src="/sites/default/files/inline-ima...
Sonde Fix Plan

Ensure links have discernible text. See: https://www.w3.org/WAI/WCAG22/Understanding/link-purpose-in-context

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/thu-04022026-1845/2026yawinner" rel="tag" title="YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED " hreflang="en">Read more<span class="visually-hidden"> ...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" hreflang="en">TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES &amp; TRAFFIC INFO  </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/news-items">Recent News in Charleston</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items">More News Items...</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.civicclerk.com/web/home.aspx" target="_blank">Charleston City Meetings</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1001/2026-msyjp" rel="tag" title="MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 " hreflang="en">Read more<span class="visually-hidden"> about MAYOR’S SU...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">Charleston City Departments</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/business-startup">Start a Business in Charleston</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1001/2026-msyjp" hreflang="en">MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Charleston Collector's Office</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/tue-04142026-1609/statement" rel="tag" title="MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS" hreflang="en">Read more<span class="visually-hidden"> about MAYOR GO...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/thu-04022026-1845/2026yawinner" hreflang="en">YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.festivallcharleston.com/">FestivAll</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life/play">Fun Local Links</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/government/city-payments">Make a Payment</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" rel="tag" title="TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES & TRAFFIC INFO  " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life">Charleston City Life</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://charlestonwv.com">Charleston WV, CVB</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Charleston Emergency Info</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highFocus jumps backward from "Start a Business in Charleston" to "#block-live-work-play > div > div > div:nth-of-type(3) > div > a" (visual distance: 500px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "Recent News in Charleston" to "#block-live-work-play > div > div > div:nth-of-type(2) > div > a" (visual distance: 500px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "#block-mayorsblock > div > p:nth-of-type(3) > a" to "#block-views-block-news-items-block-1 > div > div > div:nth-of-type(1) > div:nth-of-type(1) > div > div:nth-of-type(1) > div > div > a" (visual distance: 976px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a></a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highFocus jumps backward from "Find a Job" to "Find Things To Do" (visual distance: 358px). No explicit tabIndex — likely a DOM order issue.WCAG 2.4.3
Element:
<a>Find Things To Do</a>
Sonde Fix Plan

Reorder elements in the DOM to match the visual layout.

highMissing Strict-Transport-Security header (HSTS)
Page: /
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

mediumPage has 6 "main" landmarks but only 0 have distinct labels. Screen reader users cannot distinguish between them.WCAG 1.3.1
Element:
<!-- 6 main landmarks, 0 labeled -->
Sonde Fix Plan

Add unique aria-label or aria-labelledby to each "main" landmark so screen readers can differentiate them. Example: <nav aria-label="Primary">, <nav aria-label="Footer">.

mediumMain landmark should not be contained in another landmark: Fix any of the following: The main landmark is contained in another landmark.
Page: /
Element:
<div role="main" class="main-container container js-quickedit-main-content">
Sonde Fix Plan

Ensure the main landmark is at top level. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /
Element:
<h4 class="media-heading"><a href="http://www.charlestonwv.gov/government/city-departments">Contact Charleston</a></h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Page: /
Element:
<h3>Living in Charleston</h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumDocument should not have more than one main landmark: Fix any of the following: Document has more than one main landmark
Page: /
Element:
<div role="main" class="mainHead">
Sonde Fix Plan

Ensure the document has at most one main landmark. See: https://www.w3.org/WAI/WCAG22/quickref/ Ensure landmarks are unique. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND "WCAG 1.4.3
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumPage has only one navigation mechanism (search). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Page: /
Element:
<div class="col-sm-12" role="heading">
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Page: /
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Page: /
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Page: /
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Page: /
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Page: /
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Page: /
Element:
<a href="https://www.wowktv.com/">WOWK</a>
/news-items66findings
criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1001/2026-msyjp" hreflang="en">MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/thu-04022026-1845/2026yawinner" hreflang="en">YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/wed-04012026-1615/2026teamuptocleanup" hreflang="en">CITY ANNOUNCES 2026 TEAM UP TO CLEAN UP EVENTS </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/thu-04022026-1845/2026yawinner" rel="tag" title="YOUTH ARTS 2026 CITY OF CHARLESTON    JURIED EXHIBITION WINNERS ANNOUNCED " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/wed-04012026-1615/2026teamuptocleanup" rel="tag" title="CITY ANNOUNCES 2026 TEAM UP TO CLEAN UP EVENTS " hreflang="en">Read more<span class="visually-hidden"> about CI...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1001/2026-msyjp" rel="tag" title="MAYOR’S SUMMER YOUTH JOBS PROGRAM APPLICATIONS OPEN APRIL 6 " hreflang="en">Read more<span class="visually-hidden"> abou...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" rel="tag" title="TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES & TRAFFIC INFO  " hreflang="en">
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

high<ul> and <ol> must only directly contain <li>, <script> or <template> elements: Fix all of the following: List element has direct children that are not allowed: [role=presentation]WCAG 1.3.1
Element:
<ul class="pagination js-pager__items">
Sonde Fix Plan

Ensure that lists are structured correctly. See: https://www.w3.org/WAI/WCAG22/Understanding/info-and-relationships

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/tue-04142026-1609/statement" rel="tag" title="MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS" hreflang="en">Read more<span class="visually-hidden"> ab...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 12.6pt (16.8px), font weight: normal). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="/index%2Ephp/news-items/fri-04032026-1301/uc-marathon-traffic-advisory" hreflang="en">TRAFFIC ADVISORY PLAN AHEAD FOR THE UC MARATHON: ROAD CLOSURES &amp; TRAFFIC INFO  </a>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h3 class="newsTitle">
  <a href="/index%2Ephp/news-items/tue-04142026-1609/statement" hreflang="en">MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</a>
</h3>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonfire.org">Fire Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.municode.com/resources/gateway.aspx?productId=13013">Municipal
                                        Code</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://charlestonwvpolice.org">Police Department</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.metro911.org/">Kanawha Metro 911</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://twitter.com/charlestoncity"><em><i class="fa fa-twitter-square fa-4x">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/urban-deer-hunt">Deer Hunting
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/boating-regulations">Boating
                                        Regulations</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND "WCAG 1.4.3
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumPage has only one navigation mechanism (navigation). WCAG requires at least two ways to locate a page within a set of pages.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

mediumContent clipped by 26px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<h4 id="pagination-heading" class="visually-hidden">Pagination</h4>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 83px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 230px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<span class="visually-hidden"> about MAYOR GOODWIN ISSUES STATEMENT ON PASSING OF REVEREND JIM LEWIS</span>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

mediumContent clipped by 41px when text spacing is applied per WCAG 1.4.12. Text may be hidden when users adjust spacing for readability.WCAG 1.4.12
Element:
<span class="sr-only">Toggle navigation</span>
Sonde Fix Plan

Avoid fixed-height containers with overflow: hidden for text content. Use min-height or allow containers to grow.

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowDeep focus region: navigation "pagination-heading" has 11 tab stops before focus escapes. Consider adding skip navigation or grouping with arrow keys.WCAG 2.4.1
Element:
<nav role="navigation">pagination-heading</nav>
Sonde Fix Plan

Add a "skip to content" link or use roving tabindex to reduce the number of Tab stops.

lowLink timeout: http://publicartcharleston.org/ did not respond within 5000ms after 8 attempts
Element:
<a href="http://publicartcharleston.org/">Public Art in Charleston</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: https://www.wowktv.com/ returned status 403 Forbidden after 1 attempts
Element:
<a href="https://www.wowktv.com/">WOWK</a>
lowBroken link: https://charlestonwv.rja.revize.com/forms/2708 returned status 500 Internal Server Error after 2 attempts
Element:
<a href="https://charlestonwv.rja.revize.com/forms/2708">ARP Online Application
                                        Form</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowBroken link: http://www.charlestonwv.gov/government/election-2018 returned status 404 Not Found after 1 attempts
Element:
<a href="http://www.charlestonwv.gov/government/election-2018">Find
                                Election Info</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>
lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
/bids-purchasing/current-bids62findings
criticalRequired ARIA attributes must be provided: Fix any of the following: Required ARIA attribute not present: aria-levelWCAG 4.1.2
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure elements with ARIA roles have all required ARIA attributes. See: https://www.w3.org/WAI/WCAG22/Understanding/name-role-value

criticalInsufficient color contrast: 1.01:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 51, 51), background: rgb(10, 51, 93). Text: "Toggle navigation"WCAG 1.4.3
Element:
<span class="sr-only">Toggle navigation</span>
Sonde Fix Plan

Current ratio: 1.01:1 (need 4.5:1). Change foreground from #333333 to #9a9a99 (ratio: 4.5:1). Or change background from #0a335d to #000000.

highEmpty heading (role="heading"). Headings must contain text for screen reader navigation to work.WCAG 1.3.1
Element:
<!-- a11y: role="heading" -->
Sonde Fix Plan

Add text content to the heading, or remove the heading element if it serves no structural purpose. WCAG 1.3.1 requires meaningful heading structure.

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Magic Island</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (67.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.metro911.org/">Metro 911</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/mayor">Mayor's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (100.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwv.com/default.aspx">Charleston CVB</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (196.2px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonwvpolice.org/">Charleston Police Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (85.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-clerk">Clerk's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/2026-04/2026-28%20Addendum%201.pdf" type="application/pdf; length=128937" title="" target="_blank" data-toggle="tooltip" data-placement="bottom" d...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (37.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wsaz.com/">WSAZ</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">2.4 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">4.61 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (39.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchstv.com">WCHS</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-31%20Asphalt%20Resurfacing%20Project%20Bid%20Packet_0.pdf" type="application/pdf; length=4925317" title="" target="_blank" data-...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (133px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/government/city-departments/springhill-cemetery">Spring Hill Cemetery</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (86.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonlandtrust.org/featured.html">Carriage Trail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">135.74 KB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-23%20Roosevelt%20Community%20Center%20Roof%20Bid%20Packet.pdf" type="application/pdf; length=4837214" title="" target="_blank" d...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (141.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.kanawhastateforest.com/">Kanawha State Forest</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (112.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 20.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://liveontheleveecharleston.com/">Live on the Levee</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-28%20CPD%20Transport%20Van%20Upfitting%20Bid%20Packet.pdf" type="application/pdf; length=2519040" title="" target="_blank" data-...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (151.9px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.charlestonwv.gov/charleston-work/business-organizations">Business Organizations</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (93.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.6px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://kcprc.com/parks-and-golf/coonskin-park/">Coonskin Park</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (75.5px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wvmetronews.com/">MetroNews</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (109.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/city-collector">Collector's Office</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (105.7px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments">All Departments</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (182.1px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 18.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://charlestonfire.org/">Charleston Fire Department</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (80.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.2px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://wchsnetwork.com/">WCHS Radio</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (138.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/parks-recreation">Parks and Recreation</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (119px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 17px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.charlestonwv.gov/government/city-departments/human-resources">Human Resources</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/2026-04/2026-28%20Addendum%202%20-%20Vendor%20Questions.pdf" type="application/pdf; length=138999" title="" target="_blank" data-toggle="tooltip" ...
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (201.4px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://charlestonregatta.com/">Charleston Sternwheel Regatta</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (74.6px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.theclaycenter.org/">Clay Center</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">4.7 MB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (45.3px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 16.4px instead of at least 24px.WCAG 2.5.8
Element:
<a href="https://www.wowktv.com/">WOWK</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highAll touch targets must be 24px large, or leave sufficient space: Fix any of the following: Target has insufficient size (156.8px by 19px, should be at least 24px by 24px) Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of 21.8px instead of at least 24px.WCAG 2.5.8
Element:
<a href="http://www.wvgazettemail.com/">Charleston Gazette-Mail</a>
Sonde Fix Plan

Ensure touch targets have sufficient size and space. See: https://www.w3.org/WAI/WCAG22/Understanding/target-size-minimum

highElements must meet minimum color contrast ratio thresholds: Fix any of the following: Element has insufficient color contrast of 4.29 (foreground color: #337ab7, background color: #f8f8f8, font size: 7.9pt (10.5px), font weight: bold). Expected contrast ratio of 4.5:1WCAG 1.4.3
Element:
<span class="file-size">125.92 KB</span>
Sonde Fix Plan

Ensure the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. See: https://www.w3.org/WAI/WCAG22/Understanding/contrast-minimum

highPage has no detectable navigation mechanisms (no <nav>, search, sitemap link, breadcrumbs, or table of contents). Users need multiple ways to locate content.WCAG 2.4.5
Sonde Fix Plan

Add at least two of: site navigation (<nav>), search functionality (input[type="search"] or role="search"), a sitemap link, breadcrumb navigation, or a table of contents.

highMissing Strict-Transport-Security header (HSTS)
Sonde Fix Plan

Add Strict-Transport-Security header with max-age of at least 31536000 Add a Content-Security-Policy header with appropriate directives Add Referrer-Policy: strict-origin-when-cross-origin or no-referrer

mediumHeading levels should only increase by one: Fix any of the following: Heading order invalid
Element:
<h4>Contact Us</h4>
Sonde Fix Plan

Ensure the order of headings is semantically correct. See: https://www.w3.org/WAI/WCAG22/quickref/

mediumLink is distinguished from surrounding text only by color (link: rgb(255, 255, 255), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="https://www.facebook.com/CityCharlestonWV/"><em><i class="fa fa-facebook-square fa-4x" style="padding-right:10px;">‌</i></em></a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a class="dropdown-toggle" href="javascript:;" data-toggle="dropdown">&nbsp;<em><i class="fa fa-home fa-lg fa-fw"><span>‌‌‌</span></i></em><span> Live</span>&nbsp;</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumLink is distinguished from surrounding text only by color (link: rgb(238, 238, 238), text: rgb(51, 51, 51)). Users who cannot perceive color differences may not identify this as a link.WCAG 1.4.1
Element:
<a href="http://www.charlestonwv.gov/charleston-life/emergency-info">Emergency
                                        Organizations and Info</a>
Sonde Fix Plan

Add a non-color visual indicator to links: underline (text-decoration: underline), border-bottom, increased font-weight, or a visible icon. The indicator must be present in the default state, not just on hover.

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "2026-28 CPD Transport Van Upfitting Bid Packet.pdf"WCAG 1.4.3
Element:
<a href="https://charlestonwv.gov/sites/default/files/bids/2026-04/2026-28%20CPD%20Transport%20Van%20Upfitting%20Bid%20Packet.pdf" type="application/pdf; length=2519040" title="" target="_blank" data-
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "Skip to main content"WCAG 1.4.3
Element:
<a href="#main-content" class="visually-hidden focusable skip-link">
      Skip to main content
    </a>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 4.29:1 (required: 4.5:1 for normal text). Foreground: rgb(51, 122, 183), background: rgb(248, 248, 248). Text: "2.4 MB"WCAG 1.4.3
Element:
<span class="file-size">2.4 MB</span>
Sonde Fix Plan

Current ratio: 4.29:1 (need 4.5:1). Change foreground from #337ab7 to #2f76b3 (ratio: 4.5:1).

mediumInsufficient color contrast: 3.93:1 (required: 4.5:1 for normal text). Foreground: rgb(238, 238, 238), background: rgb(51, 122, 183). Text: "Click Here for More "WCAG 1.4.3
Element:
<a class="btn btn-primary" style="margin-bottom:10px;" href="http://www.charlestonwv.gov/charleston-life">Click Here for More
                                                Info</a>
Sonde Fix Plan

Current ratio: 3.93:1 (need 4.5:1). Change foreground from #eeeeee to #fefefd (ratio: 4.5:1).

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<table class="table table-bordered table-hover table-striped">
        <thead>
    <tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
                                      <
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<tbody>
      <tr>
                                                                      <td headers="view-field-bid-title-table-column" class="views-field views-field-field-bid-title">2026-28 CPD Tra
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-closing-datetest-table-column" class="views-field views-field-field-closing-datetest" scope="col">Closing Date</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 463px at 320px width.WCAG 1.4.10
Element:
<th class="views-align-left views-field views-field-field-bid-specs views-align-left" id="view-field-bid-specs-table-column" scope="col">Bid Specs/ Documents </th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 1131px at 320px width.WCAG 1.4.10
Element:
<thead>
    <tr>
                                      <th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
                           
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 970px at 320px width.WCAG 1.4.10
Element:
<th class="views-align-center views-field views-field-field-published-on views-align-center" id="view-field-published-on-table-column" scope="col">Published On</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 58px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-bid-title-table-column" class="views-field views-field-field-bid-title" scope="col">Bid Title</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

mediumElement overflows viewport by 808px at 320px width.WCAG 1.4.10
Element:
<th id="view-field-news-file-table-column" class="views-field views-field-field-news-file" scope="col">Addendum</th>
Sonde Fix Plan

Set max-width: 100% or use overflow-wrap to prevent horizontal overflow.

lowHeadings should not be empty: Fix any of the following: Element does not have text that is visible to screen readers aria-label attribute does not exist or is empty aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty Element has no title attribute
Element:
<div class="col-sm-12" role="heading">
              <div class="region region-header">
      

  </div>

          </div>
Sonde Fix Plan

Ensure headings have discernible text. See: https://www.w3.org/WAI/WCAG22/quickref/

lowLink timeout: http://www.wvsp.gov/Pages/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvsp.gov/Pages/default.aspx">West Virginia State Police</a>
lowBroken link: https://twitter.com/charlestoncity returned status 403 Forbidden after 1 attempts
Element:
<a href="https://twitter.com/charlestoncity">‌</a>
lowBroken link: http://charlestonwv.com/default.aspx returned status 404 Not Found after 1 attempts
Element:
<a href="http://charlestonwv.com/default.aspx">Find Events</a>
lowLink timeout: http://www.wvcommerce.org/Business/default.aspx did not respond within 5000ms after 8 attempts
Element:
<a href="http://www.wvcommerce.org/Business/default.aspx">West Virginia Development
                                        Office</a>

Methodology

The Sonde Score is a universal 0–1000 compliance index — think of it like a credit score for accessibility. Each finding is weighted by its impact on human access: a keyboard trap (critical) counts far more than a best-practice suggestion (low). The raw penalty is normalized per page so scores are comparable across sites of any size. A harmonic curve ensures every site gets a meaningful score — no zeros, no false perfection.

Score = round(1000 × S / (S + P/N))

where S = sensitivity (750), P = Σ(weight × count), N = pages scanned

TierWeightExamples
Critical10Keyboard traps, missing page language
High3Missing alt text, insufficient contrast
Medium1Heading hierarchy, unclear link purpose
Low0.25Best-practice suggestions

The Sonde Score is a living standard (v0.1). We’re building it in the open because accessibility is too important for closed-door decisions. Your expertise makes it better.

Enter Mission Control

Review raw findings data, track changes between scans, and contribute to Sonde’s open methodology.

Nominate a Site for the Daylight Index

Know a public website that should be on the accessibility leaderboard? Nominate it — we’ll scan it and publish the results.

Nominate a Site →

This report is a health check, not a verdict. Every website has room to improve.

Disclaimer: This report presents the results of automated accessibility analysis and is provided free of charge, as-is, without warranty of any kind. Findings are generated by software, not by human accessibility experts, and may contain errors or omissions. Automated testing can detect approximately 30–40% of accessibility issues; manual expert evaluation is recommended for complete conformance assessment. Scores reflect algorithmic analysis under a published methodology open to public review — they are not legal determinations of compliance. Results reflect the state of the website at the time of scanning and may change as the site is updated. Nothing in this report constitutes legal advice. Sonde assumes no liability for decisions made based on these results.

Compliance methodology: NIST 800-53 Rev 5 (usnistgov/oscal-content v1.4.0, catalog 5.2.0) · NIST PRIVACY overlay (usnistgov/oscal-content v1.4.0, catalog 5.2.0) · FedRAMP Rev 5 (OSCAL-Foundation/fedramp-resources a6b85ed451, catalog fedramp-3.0.0rc1-oscal-1.1.2).