Scan Report: Georgia.gov

🎯 Priority: Pages with Most Errors

Focus your efforts on these pages to make the biggest impact (combined scanner unique failures):

Pageaxe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueQualWebTotal UniquePage Title
View Page819462075Find Equity and Accessibility Resources for Disability Services | Georgia.gov
View Page819372066Find Equity and Accessibility Resources for Consumer Services | Georgia.gov
View Page23162243Just a moment...
View Page2263215Just a moment...
View Page2263215Just a moment...
View Page2263215Just a moment...
View Page2263215Just a moment...
View Page2262214Just a moment...
View Page2262214Just a moment...
View Page2262214Just a moment...

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
SIA-R997 of 100View Rule
SIA-R9697 of 100View Rule
SIA-R111: Interactive elements have a sufficient target size3 of 100View Rule
SIA-R56: Landmarks with the same role are distinguishable3 of 100View Rule
SIA-R57: Landmarks don't repeat the same content3 of 100View Rule
SIA-R613 of 100View Rule
SIA-R73: Text spacing can be adjusted without loss of content3 of 100View Rule
SIA-R87: First focusable element is a skip link3 of 100View Rule
SIA-R1131 of 100View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
meta-refresh98 of 100View Rule
landmark-no-duplicate-banner2 of 100View Rule
landmark-unique2 of 100View Rule
region2 of 100View Rule
tabindex2 of 100View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 98 page(s) - 196 occurrence(s)

Scanner: axe Rule: meta-refresh Impact: critical Issue: Delayed refresh under 20 hours must not be used HTML Pattern:

``html <meta http-equiv="refresh" content="360">

` XPath (use in browser DevTools): `

meta[http-equiv="refresh"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('meta[http-equiv="refresh"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 2: Affects 97 page(s) - 97 occurrence(s)

Scanner: ALFA Rule: SIA-R9: No description Issue: The refresh or redirect is delayed HTML Pattern:
`html

<meta http-equiv="refresh" content="360" />

` XPath (use in browser DevTools): `

/meta

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/meta') 5. The element will be highlighted

Affected Pages:

---

Pattern 3: Affects 97 page(s) - 97 occurrence(s)

Scanner: ALFA Rule: SIA-R96: No description Issue: The refresh or redirect is delayed HTML Pattern:
`html

<meta http-equiv="refresh" content="360" />

` XPath (use in browser DevTools): `

/meta

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/meta') 5. The element will be highlighted

Affected Pages:

---

Pattern 4: Affects 3 page(s) - 4 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<button class="header-search-trigger__button header-search-trigger__button--open js-search-open" type="button">...</button>

` XPath (use in browser DevTools): `

/button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/button[@class="header-search-trigger__button header-search-trigger__button--open js-search-open"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 5: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<button aria-label="Close chat" tabindex="0" aria-hidden="false" class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close">...</button>

` XPath (use in browser DevTools): `

/button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/button[@class="ivy-chat-icon ivy-chat-icon-cancel ivy-chat-close"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 6: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a class="header-utility-wide__agency-selector" href="https://georgia.gov/state-organizations">...</a>

` XPath (use in browser DevTools): `

/a[@class="header-utility-wide__agency-selector"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="header-utility-wide__agency-selector"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 7: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="/" class="breadcrumb__link">...</a>

` XPath (use in browser DevTools): `

/a[@class="breadcrumb__link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="breadcrumb__link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 8: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="http://www.facebook.com/pages/georgiagov/29760668054" class="footer-social__icon-link" title="Facebook page for Georgia.gov">...</a>

` XPath (use in browser DevTools): `

/a[@class="footer-social__icon-link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="footer-social__icon-link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 9: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="http://x.com/georgiagov" class="footer-social__icon-link" title="X (Twitter) page for Georgia.gov">...</a>

` XPath (use in browser DevTools): `

/a[@class="footer-social__icon-link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="footer-social__icon-link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 10: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="tel:1-800-436-7442">...</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 11: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="https://georgia.gov/contact-georgiagov">Send a Message</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

Pattern 12: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a class="footer-link-group__list-item-link" href="https://georgia.gov/state-organizations"> State Organizations ...</a>

` XPath (use in browser DevTools): `

/a[@class="footer-link-group__list-item-link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="footer-link-group__list-item-link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 13: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a class="footer-link-group__list-item-link" href="https://georgia.gov/elected-officials"> Elected Officials ...</a>

` XPath (use in browser DevTools): `

/a[@class="footer-link-group__list-item-link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="footer-link-group__list-item-link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 14: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a class="footer-link-group__list-item-link" href="https://dol.georgia.gov/state-local-and-federal-government-jobs"> State Jobs </a>

` XPath (use in browser DevTools): `

/a[@class="footer-link-group__list-item-link"]

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a[@class="footer-link-group__list-item-link"]') 5. The element will be highlighted

Affected Pages:

---

Pattern 15: Affects 3 page(s) - 3 occurrence(s)

Scanner: ALFA Rule: SIA-R111: Interactive elements have a sufficient target size Issue: Target has insufficient size HTML Pattern:
`html

<a href="https://georgia.gov/">...</a>

` XPath (use in browser DevTools): `

/a

` How to Replicate:

1. Open any affected page in your browser 2. Press F12 to open DevTools 3. Go to Console tab 4. Run: $x('/a') 5. The element will be highlighted

Affected Pages:

---

💡 Pro Tip: These patterns likely come from shared components or templates in your codebase. Fix them in the component/template source, and the fix will propagate to all affected pages.

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URLFinal URLStatusHTTPRedirectedTime (ms)axe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueDuplicatesNotes
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-serviceshttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-servicesOK200no1532381937217Find Equity and Accessibility Resources for Consumer Services | Georgia.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, landmark-unique, region, tabindex
Equal Access failed rules: aria_banner_label_unique, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading
AccessLint failed rules: landmarks/landmark-unique, landmarks/no-duplicate-banner
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-serviceshttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-servicesOK200no1224081946223Find Equity and Accessibility Resources for Disability Services | Georgia.gov
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: landmark-no-duplicate-banner, landmark-unique, region, tabindex
Equal Access failed rules: aria_banner_label_unique, aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled
AccessLint failed rules: landmarks/landmark-unique, landmarks/no-duplicate-banner
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-serviceshttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-servicesFAIL403no774222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resourceshttps://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resourcesFAIL403no836622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programshttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programsFAIL403no764422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parentinghttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parentingFAIL403no769422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-correctionshttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-correctionsFAIL403no828822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teachinghttps://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teachingFAIL403no784322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/https://georgia.gov/FAIL403no793422630Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/accessibilityhttps://georgia.gov/accessibilityFAIL403no778022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/child-support-serviceshttps://georgia.gov/contacts/child-support-servicesFAIL403no787022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-human-services-division-child-support-serviceshttps://georgia.gov/organization/georgia-department-human-services-division-child-support-servicesFAIL403no809422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/find-a-job-in-georgiahttps://georgia.gov/find-a-job-in-georgiaFAIL403no790122620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-find-job-georgiahttps://georgia.gov/how-do-i-find-job-georgiaFAIL403no780622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/12000-findley-rd-ste-400https://georgia.gov/locations/12000-findley-rd-ste-400FAIL403no785022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/aging-serviceshttps://georgia.gov/aging-servicesFAIL403no782222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/disability-serviceshttps://georgia.gov/disability-servicesFAIL403no773922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/faqs-motor-vehicle-reportshttps://georgia.gov/faqs-motor-vehicle-reportsFAIL403no778722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-programhttps://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-programFAIL403no831722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-drivers-licensehttps://georgia.gov/how-do-i-apply-drivers-licenseFAIL403no781522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-exemption-window-tint-lawhttps://georgia.gov/how-do-i-apply-exemption-window-tint-lawFAIL403no763322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-programhttps://georgia.gov/how-do-i-apply-georgia-dream-homeownership-programFAIL403no771322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-housing-choice-voucher-programhttps://georgia.gov/how-do-i-apply-housing-choice-voucher-programFAIL403no779322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwphttps://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwpFAIL403no780522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-medicaidhttps://georgia.gov/how-do-i-apply-medicaidFAIL403no774222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-my-georgia-drivers-licensehttps://georgia.gov/how-do-i-apply-my-georgia-drivers-licenseFAIL403no769322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-snaphttps://georgia.gov/how-do-i-apply-snapFAIL403no768622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-state-id-cardhttps://georgia.gov/how-do-i-apply-state-id-cardFAIL403no776622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-tanfhttps://georgia.gov/how-do-i-apply-tanfFAIL403no775322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-apply-weapons-carry-license-wclhttps://georgia.gov/how-do-i-apply-weapons-carry-license-wclFAIL403no774722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-licensehttps://georgia.gov/how-do-i-get-or-renew-professional-certification-or-licenseFAIL403no777122620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-pay-estimated-taxhttps://georgia.gov/how-do-i-pay-estimated-taxFAIL403no785522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-pay-traffic-tickethttps://georgia.gov/how-do-i-pay-traffic-ticketFAIL403no781622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-boathttps://georgia.gov/how-do-i-register-boatFAIL403no762522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-business-dolhttps://georgia.gov/how-do-i-register-business-dolFAIL403no797922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-business-dorhttps://georgia.gov/how-do-i-register-business-dorFAIL403no763822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-corporationhttps://georgia.gov/how-do-i-register-corporationFAIL403no768322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-llchttps://georgia.gov/how-do-i-register-llcFAIL403no761222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-lp-hdihttps://georgia.gov/how-do-i-register-lp-hdiFAIL403no762522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-vehiclehttps://georgia.gov/how-do-i-register-vehicleFAIL403no771822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-register-votehttps://georgia.gov/how-do-i-register-voteFAIL403no773922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-boat-registrationhttps://georgia.gov/how-do-i-renew-boat-registrationFAIL403no776822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-corporationhttps://georgia.gov/how-do-i-renew-corporationFAIL403no772722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-drivers-licensehttps://georgia.gov/how-do-i-renew-drivers-licenseFAIL403no781922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-limited-partnership-lphttps://georgia.gov/how-do-i-renew-limited-partnership-lpFAIL403no760522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-llchttps://georgia.gov/how-do-i-renew-my-llcFAIL403no764322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-medicaid-benefitshttps://georgia.gov/how-do-i-renew-my-medicaid-benefitsFAIL403no777822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-snap-benefitshttps://georgia.gov/how-do-i-renew-my-snap-benefitsFAIL403no776422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-renew-my-vehicle-registrationhttps://georgia.gov/how-do-i-renew-my-vehicle-registrationFAIL403no775822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-report-elder-abusehttps://georgia.gov/how-do-i-report-elder-abuseFAIL403no775022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-and-vote-absentee-ballothttps://georgia.gov/how-do-i-request-and-vote-absentee-ballotFAIL403no770322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-copy-my-immunization-recordshttps://georgia.gov/how-do-i-request-copy-my-immunization-recordsFAIL403no767922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-criminal-background-checkhttps://georgia.gov/how-do-i-request-criminal-background-checkFAIL403no767022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-request-vital-recordshttps://georgia.gov/how-do-i-request-vital-recordsFAIL403no767622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/motor-vehicle-reportshttps://georgia.gov/motor-vehicle-reportsFAIL403no763722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/public-service-commissioner-chuck-eatonhttps://georgia.gov/public-service-commissioner-chuck-eatonFAIL403no785022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/renewing-businesshttps://georgia.gov/renewing-businessFAIL403no760622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/child-protective-serviceshttps://georgia.gov/contacts/child-protective-servicesFAIL403no772522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-servicehttps://georgia.gov/contacts/customer-serviceFAIL403no785522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-service-0https://georgia.gov/contacts/customer-service-0FAIL403no771922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/customer-service-call-centerhttps://georgia.gov/contacts/customer-service-call-centerFAIL403no768322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/dcss-customer-servicehttps://georgia.gov/contacts/dcss-customer-serviceFAIL403no781422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-administrative-services-contacthttps://georgia.gov/contacts/department-administrative-services-contactFAIL403no773222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-human-serviceshttps://georgia.gov/contacts/department-human-servicesFAIL403no775422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-human-services-division-family-and-children-serviceshttps://georgia.gov/contacts/department-human-services-division-family-and-children-servicesFAIL403no781022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/contacts/department-veterans-servicehttps://georgia.gov/contacts/department-veterans-serviceFAIL403no736322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/department-administrative-serviceshttps://georgia.gov/locations/department-administrative-servicesFAIL403no763422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/department-human-services-division-family-and-children-services-locationhttps://georgia.gov/locations/department-human-services-division-family-and-children-services-locationFAIL403no792222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-department-driver-services-ddshttps://georgia.gov/locations/georgia-department-driver-services-ddsFAIL403no764122620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-dhs-division-aging-serviceshttps://georgia.gov/locations/georgia-dhs-division-aging-servicesFAIL403no783222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/locations/georgia-dhs-division-aging-services-0https://georgia.gov/locations/georgia-dhs-division-aging-services-0FAIL403no769822630Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/locations/public-service-commission-locationhttps://georgia.gov/locations/public-service-commission-locationFAIL403no793422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-administrative-serviceshttps://georgia.gov/organization/department-administrative-servicesFAIL403no773322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-human-serviceshttps://georgia.gov/organization/department-human-servicesFAIL403no773222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/department-human-services-division-family-and-children-serviceshttps://georgia.gov/organization/department-human-services-division-family-and-children-servicesFAIL403no836822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/division-aging-serviceshttps://georgia.gov/organization/division-aging-servicesFAIL403no787922620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-driver-serviceshttps://georgia.gov/organization/georgia-department-driver-servicesFAIL403no780022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/georgia-department-veterans-servicehttps://georgia.gov/organization/georgia-department-veterans-serviceOK200no817422620Georgia Department of Veterans Service | Georgia.gov
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/governors-office-disability-services-ombudsmanhttps://georgia.gov/organization/governors-office-disability-services-ombudsmanFAIL403no771422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/organization/public-service-commissionhttps://georgia.gov/organization/public-service-commissionFAIL403no780722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/child-supporthttps://georgia.gov/child-supportFAIL403no777822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoffhttps://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoffFAIL403no784222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-addresshttps://georgia.gov/events/2024-10-07/last-day-registered-voters-change-addressFAIL403no776722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-collect-child-supporthttps://georgia.gov/how-do-i-collect-child-supportFAIL403no103182316291Just a moment...
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don't repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/how-do-i-get-support-my-child-special-needshttps://georgia.gov/how-do-i-get-support-my-child-special-needsFAIL403no773722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/2022-calendario-electoral-intermediahttps://georgia.gov/2022-calendario-electoral-intermediaFAIL403no782822620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/abby-cox-0https://georgia.gov/abby-cox-0FAIL403no789722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/access-public-informationhttps://georgia.gov/access-public-informationFAIL403no766722620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/affordable-housinghttps://georgia.gov/affordable-housingFAIL403no776422620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/alicia-m-johnsonhttps://georgia.gov/alicia-m-johnsonFAIL403no772522630Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/barbara-rivera-holmeshttps://georgia.gov/barbara-rivera-holmesFAIL403no757022630Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception, navigable/page-has-heading-one
https://georgia.gov/brad-raffenspergerhttps://georgia.gov/brad-raffenspergerFAIL403no782222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/brian-kemphttps://georgia.gov/brian-kempFAIL403no788522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/bulk-corporations-datahttps://georgia.gov/bulk-corporations-dataFAIL403no771622620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/burt-joneshttps://georgia.gov/burt-jonesFAIL403no777022620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/business-taxeshttps://georgia.gov/business-taxesFAIL403no766222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/callhttps://georgia.gov/callFAIL403no777522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/chathttps://georgia.gov/chatFAIL403no775322620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/child-carehttps://georgia.gov/child-careFAIL403no794222620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception
https://georgia.gov/children-and-parentinghttps://georgia.gov/children-and-parentingFAIL403no780522620Just a moment...
ALFA failed rules: SIA-R9, SIA-R96
axe failed rules: meta-refresh
Equal Access failed rules: element_attribute_deprecated, meta_refresh_delay, style_color_misuse, style_highcontrast_visible
AccessLint failed rules: enough-time/meta-refresh, enough-time/meta-refresh-no-exception

Detailed Failure Information (ALFA)

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/accessibility

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/child-support-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/georgia-department-human-services-division-child-support-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/find-a-job-in-georgia

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-find-job-georgia

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/12000-findley-rd-ste-400

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/aging-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/disability-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/faqs-motor-vehicle-reports

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-drivers-license

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-exemption-window-tint-law

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-housing-choice-voucher-program

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-medicaid

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-my-georgia-drivers-license

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-snap

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-state-id-card

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-tanf

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-pay-estimated-tax

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-pay-traffic-ticket

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-boat

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-business-dol

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-business-dor

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-corporation

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-llc

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-lp-hdi

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-vehicle

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-register-vote

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-boat-registration

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-corporation

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-drivers-license

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-limited-partnership-lp

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-my-llc

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-my-medicaid-benefits

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-my-snap-benefits

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-renew-my-vehicle-registration

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-report-elder-abuse

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-request-and-vote-absentee-ballot

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-request-copy-my-immunization-records

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-request-criminal-background-check

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-request-vital-records

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/motor-vehicle-reports

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/public-service-commissioner-chuck-eaton

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/renewing-business

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/child-protective-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/customer-service

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/customer-service-0

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/customer-service-call-center

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/dcss-customer-service

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/department-administrative-services-contact

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/department-human-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/department-human-services-division-family-and-children-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/contacts/department-veterans-service

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/department-administrative-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/department-human-services-division-family-and-children-services-location

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/georgia-department-driver-services-dds

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/georgia-dhs-division-aging-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/georgia-dhs-division-aging-services-0

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/locations/public-service-commission-location

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/department-administrative-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/department-human-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/department-human-services-division-family-and-children-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/division-aging-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/georgia-department-driver-services

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/georgia-department-veterans-service

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/governors-office-disability-services-ombudsman

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/organization/public-service-commission

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/child-support

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/how-do-i-collect-child-support

Rule: SIA-R111: Interactive elements have a sufficient target size

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 10 more failures for this rule

Rule: SIA-R113

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R56: Landmarks with the same role are distinguishable

Failure 1:

Rule: SIA-R57: Landmarks don't repeat the same content

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R73: Text spacing can be adjusted without loss of content

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://georgia.gov/how-do-i-get-support-my-child-special-needs

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/2022-calendario-electoral-intermedia

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/abby-cox-0

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/access-public-information

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/affordable-housing

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/alicia-m-johnson

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/barbara-rivera-holmes

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/brad-raffensperger

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/brian-kemp

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/bulk-corporations-data

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/burt-jones

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/business-taxes

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/call

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/chat

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/child-care

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://georgia.gov/children-and-parenting

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

Detailed Failure Information (axe)

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-consumer-services

Rule: landmark-no-duplicate-banner

Impact: moderate Failure 1:

Rule: landmark-unique

Impact: moderate Failure 1:

Rule: region

Impact: moderate Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: tabindex

Impact: serious Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-disability-services

Rule: landmark-no-duplicate-banner

Impact: moderate Failure 1:

Rule: landmark-unique

Impact: moderate Failure 1:

Rule: region

Impact: moderate Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: tabindex

Impact: serious Failure 1:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-veterans-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-aging-equity-and-accessibility-resources

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-assistance-programs

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-children-and-parenting

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-courts-and-corrections

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-equity-and-accessibility-resources-education-and-teaching

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/accessibility

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/child-support-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/georgia-department-human-services-division-child-support-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/find-a-job-in-georgia

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-find-job-georgia

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/12000-findley-rd-ste-400

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/aging-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/disability-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/faqs-motor-vehicle-reports

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-childcare-and-parent-services-caps-program

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-drivers-license

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-exemption-window-tint-law

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-georgia-dream-homeownership-program

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-housing-choice-voucher-program

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-independent-care-waiver-program-icwp

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-medicaid

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-my-georgia-drivers-license

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-snap

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-state-id-card

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-tanf

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-apply-weapons-carry-license-wcl

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-get-or-renew-professional-certification-or-license

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-pay-estimated-tax

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-pay-traffic-ticket

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-boat

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-business-dol

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-business-dor

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-corporation

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-llc

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-lp-hdi

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-vehicle

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-register-vote

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-boat-registration

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-corporation

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-drivers-license

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-limited-partnership-lp

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-my-llc

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-my-medicaid-benefits

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-my-snap-benefits

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-renew-my-vehicle-registration

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-report-elder-abuse

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-request-and-vote-absentee-ballot

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-request-copy-my-immunization-records

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-request-criminal-background-check

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-request-vital-records

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/motor-vehicle-reports

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/public-service-commissioner-chuck-eaton

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/renewing-business

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/child-protective-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/customer-service

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/customer-service-0

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/customer-service-call-center

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/dcss-customer-service

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/department-administrative-services-contact

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/department-human-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/department-human-services-division-family-and-children-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/contacts/department-veterans-service

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/department-administrative-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/department-human-services-division-family-and-children-services-location

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/georgia-department-driver-services-dds

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/georgia-dhs-division-aging-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/georgia-dhs-division-aging-services-0

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/locations/public-service-commission-location

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/department-administrative-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/department-human-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/department-human-services-division-family-and-children-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/division-aging-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/georgia-department-driver-services

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/georgia-department-veterans-service

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/governors-office-disability-services-ombudsman

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/organization/public-service-commission

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/child-support

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/events/2024-09-16/first-day-request-absentee-ballots-december-runoff

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/events/2024-10-07/last-day-registered-voters-change-address

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-collect-child-support

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/how-do-i-get-support-my-child-special-needs

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/2022-calendario-electoral-intermedia

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/abby-cox-0

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/access-public-information

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/affordable-housing

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/alicia-m-johnson

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/barbara-rivera-holmes

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/brad-raffensperger

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/brian-kemp

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/bulk-corporations-data

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/burt-jones

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/business-taxes

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/call

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/chat

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/child-care

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2:

https://georgia.gov/children-and-parenting

Rule: meta-refresh

Impact: critical Failure 1:
Failure 2: