open-scans

Scan Report: All UK Councils 1/2 (200)

🎯 Priority: Pages with Most Errors

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

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique Total Unique Page Title
View Page 25 14 703 23 765 Home - Newry, Mourne and Down District Council
View Page 10 7 683 1 701 Epsom and Ewell Borough Council |
View Page 1 5 330 0 336 Home Page | Dundee City Council
View Page 24 16 235 7 282 Armagh City Banbridge Craigavon Borough Council - Armagh City, Banbridge and Craigavon Borough Council
View Page 26 36 147 17 226 Home - Monmouthshire
View Page 20 11 163 21 215 index
View Page 17 15 169 13 214 Chesterfield Borough Council
View Page 5 6 166 0 177 Blaby District Council
View Page 5 3 160 0 168 Melton Borough Council
View Page 64 9 26 50 149 Welcome to Harlow Council | Harlow Council

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

Rule Pages Affected Documentation
SIA-R111: Interactive elements have a sufficient target size 121 of 200 View Rule
SIA-R87: First focusable element is a skip link 94 of 200 View Rule
SIA-R66: Text has enhanced contrast with its background 87 of 200 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 66 of 200 View Rule
SIA-R57: Landmarks don’t repeat the same content 65 of 200 View Rule
SIA-R61 55 of 200 View Rule
SIA-R78: Headings of same level have text content between them 54 of 200 View Rule
SIA-R4: Page has a descriptive title 45 of 200 View Rule
SIA-R56: Landmarks with the same role are distinguishable 35 of 200 View Rule
SIA-R70 29 of 200 View 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:

Rule Pages Affected Documentation
region 105 of 200 View Rule
landmark-one-main 60 of 200 View Rule
html-has-lang 45 of 200 View Rule
page-has-heading-one 29 of 200 View Rule
landmark-unique 28 of 200 View Rule
color-contrast 17 of 200 View Rule
heading-order 13 of 200 View Rule
document-title 13 of 200 View Rule
aria-allowed-role 12 of 200 View Rule
landmark-no-duplicate-contentinfo 9 of 200 View 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 44 page(s) - 45 occurrence(s)

Scanner: ALFA Rule: SIA-R4: Page has a descriptive title Issue: The lang attribute is either missing, empty, or only whitespace

HTML Pattern:

<html>...</html>

XPath (use in browser DevTools):

/html

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('/html')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 29 page(s) - 137 occurrence(s)

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is less than 1.5

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R78: Headings of same level have text content between them Issue: There is no content between this heading and the next

HTML Pattern:

<h1>403 Forbidden</h1>

XPath (use in browser DevTools):

/h1

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('/h1')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: html-has-lang Impact: serious Issue: <html> element must have a lang attribute

HTML Pattern:

<html><head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>








</body></html>

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: landmark-one-main Impact: moderate Issue: Document should have one main landmark

HTML Pattern:

<html><head><title>403 Forbidden</title></head>
<body>
<center><h1>403 Forbidden</h1></center>








</body></html>

XPath (use in browser DevTools):

html

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('html')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: region Impact: moderate Issue: All page content should be contained by landmarks

HTML Pattern:

<center><h1>403 Forbidden</h1></center>

XPath (use in browser DevTools):

center

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('center')
  5. The element will be highlighted

Affected Pages:


Pattern 7: Affects 16 page(s) - 96 occurrence(s)

Scanner: ALFA Rule: SIA-R74: No description Issue: The font size is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a id="ccc-info-link" class="ccc-link ccc-tabbable" href="https://www.civicuk.com/cookie-control" target="_blank" rel="noopener">...</a>

XPath (use in browser DevTools):

/a[@id="ccc-info-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[@id="ccc-info-link"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<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 10: Affects 9 page(s) - 9 occurrence(s)

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

HTML Pattern:

<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 11: Affects 9 page(s) - 9 occurrence(s)

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

HTML Pattern:

<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 12: Affects 8 page(s) - 40 occurrence(s)

Scanner: ALFA Rule: SIA-R80: ASCII art has a text alternative Issue: The line height is specified using an absolute unit

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

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('/p')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is normal which will result in a line height of less than 1.5

HTML Pattern:

<p id="cookie-consents-updated-message" class="cookie-consents-updated-confirmation__message">Your cookie preferences were saved</p>

XPath (use in browser DevTools):

/p[@id="cookie-consents-updated-message"]

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('/p[@id="cookie-consents-updated-message"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a class="bygoss__link" href="https://www.gossinteractive.com" rel="noopener" target="_blank" title="Digital platform technology, online self-service and web content management provided by GOSS">Powered by GOSS</a>

XPath (use in browser DevTools):

/a[@class="bygoss__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="bygoss__link"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: axe Rule: html-has-lang Impact: serious Issue: <html> element must have a lang attribute

HTML Pattern:

<html>

XPath (use in browser DevTools):

html

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('html')
  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 URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://www.aberdeencity.gov.uk/ https://aberdeencity.gov.uk/ OK 200 yes 16240 4 7 11 4 8 Aberdeen City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region, skip-link  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, html_skipnav_exists, skip_main_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/page-has-heading-one, navigable/skip-link  
https://www.aberdeenshire.gov.uk/ https://www.aberdeenshire.gov.uk/ OK 200 no 12911 0 14 44 6 67 Home - Aberdeenshire Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R85, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/landmark-main, landmarks/region  
https://www.adur-worthing.gov.uk/ https://www.adur-worthing.gov.uk/ OK 200 no 10066 0 7 22 4 27 Home - Adur & Worthing Councils
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order  
https://www.ambervalley.gov.uk/ https://www.ambervalley.gov.uk/ OK 200 no 11799 15 11 46 72 89 Amber Valley Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region  
https://www.angus.gov.uk/ https://www.angus.gov.uk/ FAIL 403 no 13039 4 8 52 0 95 403 Forbidden
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_form_label_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
https://antrimandnewtownabbey.gov.uk/ https://antrimandnewtownabbey.gov.uk/ OK 200 no 14247 1 15 73 4 41 Antrim and Newtownabbey Borough Council - Antrim & Newtownabbey Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/region, navigable/heading-order  
https://www.ardsandnorthdown.gov.uk/ https://www.ardsandnorthdown.gov.uk/ OK 200 no 12417 0 14 48 0 13 Citizen home - Ards and North Down Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
https://www.argyll-bute.gov.uk/ https://www.argyll-bute.gov.uk/ OK 200 no 13488 2 8 18 2 48 Welcome to Argyll & Bute Council | Argyll and Bute Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: image-alt, link-name  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: navigable/link-name, text-alternatives/img-alt  
https://www.armaghbanbridgecraigavon.gov.uk/ https://www.armaghbanbridgecraigavon.gov.uk/ OK 200 no 44842 24 16 235 7 229 Armagh City Banbridge Craigavon Borough Council - Armagh City, Banbridge and Craigavon Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: frame-title, heading-order, landmark-one-main, landmark-unique, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_unobscured, frame_title_exists, img_alt_null, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-main, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.arun.gov.uk/ https://www.arun.gov.uk/ OK 200 no 17509 10 11 66 4 96 Arun District Council | Arun District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-command-name, color-contrast, landmark-no-duplicate-banner, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_required, aria_banner_label_unique, aria_banner_single, aria_content_in_landmark, aria_form_label_unique, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/aria-command-name, labels-and-names/button-name, landmarks/no-duplicate-banner  
https://www.ashfield.gov.uk/ https://www.ashfield.gov.uk/ OK 200 no 9880 11 6 64 2 78 Home - Ashfield District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: color-contrast, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/no-duplicate-contentinfo  
https://www.ashford.gov.uk/ https://www.ashford.gov.uk/ OK 200 no 25299 3 4 63 4 31 Home Page
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, region  
                    Equal Access failed rules: aria_form_label_unique, aria_landmark_name_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, keyboard-accessible/focus-order  
https://www.babergh.gov.uk/ https://www.babergh.gov.uk/ OK 200 no 24583 2 8 34 3 19 Home - Babergh District Council - babergh.gov.uk / midsuffolk.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-required-children  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/landmark-unique, landmarks/region  
https://www.barnsley.gov.uk/ https://www.barnsley.gov.uk/ OK 200 no 14660 4 17 82 6 137 Barnsley – the place of possibilities
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo, landmark-unique, region  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_id_unique, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: keyboard-accessible/accesskeys, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region  
https://www.basildon.gov.uk/ https://www.basildon.gov.uk/ OK 200 no 20294 0 11 41 2 24 Basildon Home Page - Basildon Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_form_label_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, figure_label_exists, form_submit_button_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region  
https://www.basingstoke.gov.uk/ https://www.basingstoke.gov.uk/ FAIL - no 482 0 0 0 0 0 fetch failed
https://www.bassetlaw.gov.uk/ https://www.bassetlaw.gov.uk/ FAIL - no 188 0 0 0 0 0 fetch failed
https://www.bathnes.gov.uk/ https://www.bathnes.gov.uk/ OK 200 no 11415 0 10 13 0 29 Welcome to Bath & North East Somerset Council | www.bathnes.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
https://www.bedford.gov.uk/ https://www.bedford.gov.uk/ OK 200 no 13305 5 9 74 4 48 Homepage | Bedford Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-dialog-name, heading-order, region  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_checkboxes_grouped, input_label_after, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region, navigable/heading-order  
https://www.belfastcity.gov.uk/ https://www.belfastcity.gov.uk/ OK 200 no 13539 1 6 125 0 71 Belfast City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
https://www.birmingham.gov.uk/ https://www.birmingham.gov.uk/ OK 200 no 5399 3 4 4 3 0 Birmingham City Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.blaby.gov.uk/ https://www.blaby.gov.uk/ OK 200 no 9562 5 6 166 0 19 page.addScriptTag: Refused to load the script ‘https://scripts.clarity.ms/0.8.55/clarity.js’ because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval’ https://www.clarity.ms *.googletagmanager.com *.google-analytics.com cc.cdn.civiccomputing.com”. Note that ‘script-src-elem’ was not explicitly set, so ‘script-src’ is used as a fallback.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, color-contrast, scrollable-region-focusable  
                    Equal Access failed rules: aria_form_label_unique, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, widget_tabbable_exists  
https://www.blackburn.gov.uk/ https://www.blackburn.gov.uk/ FAIL - no 10496 0 0 0 0 0 fetch failed
https://www.blackpool.gov.uk/ https://www.blackpool.gov.uk/Home.aspx OK 200 yes 6464 5 4 10 5 1 Blackpool Council | Home page | Blackpool Council services
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), 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: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.blaenau-gwent.gov.uk/ https://www.blaenau-gwent.gov.uk/ OK 200 no 7420 0 0 6 1 0 Blaenau Gwent CBC
                    Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, style_color_misuse, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: landmarks/banner-is-top-level  
https://www.bolsover.gov.uk/ https://www.bolsover.gov.uk/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://www.bolton.gov.uk/ https://www.bolton.gov.uk/ OK 200 no 5023 3 4 4 3 0 Home – Bolton Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.boston.gov.uk/ https://www.boston.gov.uk/ FAIL 403 no 2777 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.bcpcouncil.gov.uk/ https://www.bcpcouncil.gov.uk/ OK 200 no 10376 1 14 44 0 110 Welcome to BCP Council | BCP
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_id_unique, element_attribute_deprecated, element_id_unique, element_orientation_unlocked, element_tabbable_unobscured, input_checkboxes_grouped, input_label_visible, label_content_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
https://www.bracknell-forest.gov.uk/ https://www.bracknell-forest.gov.uk/ OK 200 no 9602 3 10 27 30 8 Bracknell Forest Council |
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R74  
                    axe failed rules: tabindex  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: keyboard-accessible/tabindex, landmarks/region  
https://www.bradford.gov.uk/ https://www.bradford.gov.uk/ OK 200 no 9267 0 7 39 3 41 Home | Bradford Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, fieldset_label_valid, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.braintree.gov.uk/ https://www.braintree.gov.uk/ OK 200 no 4089 3 4 4 3 0 Braintree District Council – Braintree District Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.breckland.gov.uk/ https://www.breckland.gov.uk/ OK 200 no 16203 21 18 57 40 28 Breckland Council - Breckland Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels)  
                    axe failed rules: color-contrast  
                    Equal Access failed rules: aria_eventhandler_role_valid, aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.brentwood.gov.uk/ https://www.brentwood.gov.uk/ FAIL 403 no 15931 5 10 53 5 35 403 Forbidden
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-dialog-name, frame-title, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique  
                    Equal Access failed rules: aria_attribute_valid, aria_banner_label_unique, aria_complementary_labelled, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, frame_src_valid, frame_title_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/frame-title, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, landmarks/region  
https://www.bridgend.gov.uk/ https://www.bridgend.gov.uk/residents/ OK 200 yes 16661 1 8 49 1 27 Residents
                    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-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: text-alternatives/image-alt-words  
https://www.brighton-hove.gov.uk/ https://www.brighton-hove.gov.uk/ OK 200 no 9778 1 12 47 13 78 Brighton & Hove City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_tabbable_role_valid, element_tabbable_unobscured, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/banner-is-top-level, landmarks/landmark-unique, landmarks/region  
https://www.bristol.gov.uk/ https://www.bristol.gov.uk/ OK 200 no 14559 0 14 29 3 88 Bristol City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/region, navigable/heading-order  
https://www.southnorfolkandbroadland.gov.uk/ https://www.southnorfolkandbroadland.gov.uk/ OK 200 no 13730 1 10 118 0 28 Welcome to South Norfolk & Broadland District Councils' website | Broadland and South Norfolk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: region  
                    Equal Access failed rules: a_text_purpose, aria_child_tabbable, aria_content_in_landmark, aria_id_unique, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse, widget_tabbable_exists  
https://www.bromsgrove.gov.uk/ https://www.bromsgrove.gov.uk/ OK 200 no 34612 3 10 129 5 72 Bromsgrove District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: heading-order, meta-viewport-large, page-has-heading-one  
                    Equal Access failed rules: aria_child_tabbable, aria_child_valid, aria_content_in_landmark, aria_descendant_valid, aria_eventhandler_role_valid, aria_keyboard_handler_exists, aria_parent_required, aria_role_redundant, aria_role_valid, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, label_name_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_single  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, navigable/heading-order, navigable/page-has-heading-one  
https://www.broxbourne.gov.uk/ https://www.broxbourne.gov.uk/ OK 200 no 4318 3 4 4 3 0 Home – Borough of Broxbourne Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.broxtowe.gov.uk/ https://www.broxtowe.gov.uk/ OK 200 no 24478 14 10 74 6 89 Broxtowe Home
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: frame-title, landmark-banner-is-top-level, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_title_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/banner-is-top-level, landmarks/region  
https://www.buckinghamshire.gov.uk/ https://www.buckinghamshire.gov.uk/ OK 200 no 10776 8 9 36 8 80 Buckinghamshire Council | Aylesbury, Chiltern, South Bucks, Wycombe
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_landmark_name_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_before, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo  
https://www.burnley.gov.uk/ https://burnley.gov.uk/ OK 200 yes 9802 0 12 36 7 49 Home - burnley.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_orientation_unlocked, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled  
                    AccessLint failed rules: aria/presentational-children-focusable, keyboard-accessible/focus-order, landmarks/region  
https://www.bury.gov.uk/ https://www.bury.gov.uk/ OK 200 no 10751 0 4 15 0 102 Welcome to Bury Council - Bury Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
https://www.caerphilly.gov.uk/ https://www.caerphilly.gov.uk/ FAIL - no 10493 0 0 0 0 0 fetch failed
https://www.calderdale.gov.uk/ https://www.calderdale.gov.uk/ OK 200 no 5486 7 5 8 5 3  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: element_attribute_deprecated, form_submit_button_exists, frame_src_valid, html_lang_exists, html_skipnav_exists, page_title_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.cambridge.gov.uk/ https://www.cambridge.gov.uk/ OK 200 no 24615 4 17 54 4 86 Home - Cambridge City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R84  
                    axe failed rules: landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_keyboard_handler_exists, aria_main_label_unique, aria_main_label_visible, element_tabbable_unobscured, element_tabbable_visible, input_label_after, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse, widget_tabbable_single  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/no-duplicate-main, landmarks/region  
https://www.cambridgeshire.gov.uk/ https://www.cambridgeshire.gov.uk/ OK 200 no 10348 1 31 14 0 25 Cambridgeshire County Council | Cambridgeshire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: aria-allowed-attr  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
https://www.cannockchasedc.gov.uk/ https://www.cannockchasedc.gov.uk/ OK 200 no 13131 7 14 43 11 45 Cannock Chase | Cannock Chase District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, button-name, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_role_redundant, aria_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/button-name, landmarks/region  
https://www.canterbury.gov.uk/ https://www.canterbury.gov.uk/ OK 200 no 10705 7 5 49 4 69 How can we help? | Canterbury City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: label-title-only, landmark-no-duplicate-contentinfo, region  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/no-duplicate-contentinfo  
https://www.cardiff.gov.uk/ https://www.cardiff.gov.uk/ FAIL - no 10497 0 0 0 0 0 fetch failed
https://www.carmarthenshire.gov.wales/ https://www.carmarthenshire.gov.wales/ OK 200 no 7116 17 0 6 2 1 Carmarthenshire County Council Website : Gwefan Cyngor Sir Gaerfyrddin
                    axe failed rules: landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://www.castlepoint.gov.uk/ https://www.castlepoint.gov.uk/ OK 200 no 23766 8 5 28 7 18 Home - Castle Point Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-allowed-role, aria-required-children, region, tabindex  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/tabindex, landmarks/landmark-unique, landmarks/region  
https://www.causewaycoastandglens.gov.uk/ https://causewaycoastandglens.gov.uk/ OK 200 yes 14246 7 15 29 6 106 Causeway Coast & Glens Borough Council | Causeway Coast & Glens Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: button-name, heading-order, list, meta-viewport-large, page-has-heading-one, tabindex  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, keyboard-accessible/tabindex, labels-and-names/button-name, navigable/heading-order, navigable/page-has-heading-one  
https://www.centralbedfordshire.gov.uk/ https://www.centralbedfordshire.gov.uk/ OK 200 no 4360 3 4 4 3 0 Central Bedfordshire Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.ceredigion.gov.uk/ https://www.ceredigion.gov.uk/ OK 200 no 8766 1 3 7 0 5 Ceredigion County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient  
https://www.charnwood.gov.uk/ https://www.charnwood.gov.uk/ OK 200 no 9376 2 12 104 4 15 Charnwood Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, landmark-unique  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, form_interaction_review, input_label_visible, label_ref_valid, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/landmark-unique  
https://www.chelmsford.gov.uk/ https://www.chelmsford.gov.uk/ OK 200 no 11895 1 4 78 1 39 Homepage - Chelmsford City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: landmark-no-duplicate-contentinfo  
                    Equal Access failed rules: element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/no-duplicate-contentinfo  
https://www.cheltenham.gov.uk/ https://www.cheltenham.gov.uk/ OK 200 no 4342 3 4 4 3 0 Main Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cherwell.gov.uk/ https://www.cherwell.gov.uk/ OK 200 no 4473 3 4 4 3 0 Cherwell District Council - Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.cheshireeast.gov.uk/ https://www.cheshireeast.gov.uk/home.aspx OK 200 yes 10804 2 2 35 1 5 Home | Cheshire East Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable)  
                    axe failed rules: landmark-unique, tabindex  
                    Equal Access failed rules: aria_landmark_name_unique, aria_navigation_label_unique, element_tabbable_visible, form_submit_button_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: keyboard-accessible/tabindex  
https://www.cheshirewestandchester.gov.uk/ https://www.cheshirewestandchester.gov.uk/ OK 200 no 11112 4 6 61 13 19 Home | Cheshire West and Chester Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, heading-order, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_descendant_valid, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-role, keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, navigable/heading-order  
https://www.chesterfield.gov.uk/ https://www.chesterfield.gov.uk/ OK 200 no 23122 17 15 169 13 115 Chesterfield Borough Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R53 (Headings follow a logical hierarchy), 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-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: heading-order, landmark-one-main, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_form_label_unique, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, input_onchange_review, script_select_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-main, landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/heading-order, navigable/link-name  
https://www.chichester.gov.uk/ https://www.chichester.gov.uk/ FAIL 403 no 2972 5 5 5 6 0 Just a moment…
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.chorley.gov.uk/ https://chorley.gov.uk/ OK 200 yes 5670 3 4 4 3 0 Chorley Council – Chorley
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.swansea.gov.uk/ https://www.swansea.gov.uk/ FAIL 403 no 2709 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.doncaster.gov.uk/ https://www.doncaster.gov.uk/ OK 200 no 51043 9 42 87 7 58 City of Doncaster Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/no-duplicate-banner, landmarks/region, navigable/link-name  
https://www.edinburgh.gov.uk/ https://www.edinburgh.gov.uk/ OK 200 no 4225 3 4 4 3 0 Home – The City of Edinburgh Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.westminster.gov.uk/ https://www.westminster.gov.uk/ OK 200 no 10687 1 12 31 2 80 Homepage | Westminster City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_role_redundant, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-parent, landmarks/region  
https://www.york.gov.uk/ https://www.york.gov.uk/ OK 200 no 4291 3 4 4 3 0 City of York Council website home page – City of York Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.clacks.gov.uk/ https://www.clacks.gov.uk/ OK 200 no 11821 30 14 76 19 271 Clackmannanshire Council Online
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R4 (Page has a descriptive title), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R90 (iframe elements have an accessible name)  
                    axe failed rules: color-contrast, heading-order, html-has-lang, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, link-name, list, nested-interactive, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_descendant_valid, aria_form_label_unique, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, html_lang_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: adaptable/list-children, aria/presentational-children-focusable, distinguishable/color-contrast, distinguishable/link-in-text-block, landmarks/landmark-main, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order, navigable/link-name, readable/html-has-lang  
https://www.colchester.gov.uk/ https://www.colchester.gov.uk/ OK 200 no 16176 2 13 31 3 50 Home
 · Colchester City Council                      
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: landmark-unique, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-hidden-focus, labels-and-names/label-content-mismatch, landmarks/region  
https://www.cne-siar.gov.uk/ https://www.cne-siar.gov.uk/ OK 200 no 15639 0 14 124 4 57 Homepage | Comhairle nan Eilean Siar
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R83 (Text can be resized to 200% without loss of content)  
                    Equal Access failed rules: aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_quoted_correctly  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region  
https://www.conwy.gov.uk/ https://www.conwy.gov.uk/ OK 200 no 5246 3 1 6 2 1 Conwy
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: landmark-one-main, region  
                    Equal Access failed rules: element_attribute_deprecated, form_submit_button_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://www.cornwall.gov.uk/ https://www.cornwall.gov.uk/ OK 200 no 15472 29 12 37 7 95 Home Page - Cornwall Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, input_label_visible, label_name_visible, label_ref_valid, style_color_misuse, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region  
https://www.cotswold.gov.uk/ https://www.cotswold.gov.uk/ OK 200 no 12397 2 12 31 2 14 Home - Cotswold District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, landmark-no-duplicate-banner  
                    Equal Access failed rules: aria_complementary_label_visible, aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, landmarks/no-duplicate-banner  
https://www.scilly.gov.uk/ https://www.scilly.gov.uk/ OK 200 no 6604 8 10 35 10 71 Welcome to Council of the ISLES OF SCILLY | Council of the ISLES OF SCILLY
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: button-name, landmark-no-duplicate-contentinfo, landmark-one-main, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_label_unique, aria_contentinfo_misuse, aria_contentinfo_single, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/button-name, landmarks/landmark-main, landmarks/no-duplicate-contentinfo, landmarks/region  
https://www.coventry.gov.uk/ https://www.coventry.gov.uk/ OK 200 no 4207 3 4 4 3 0 Home – Coventry City Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.crawley.gov.uk/ https://crawley.gov.uk/ OK 200 yes 7655 0 5 37 0 25 Home | Crawley GOV
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_attribute_valid, aria_id_unique, aria_role_redundant, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
https://www.cumberland.gov.uk/ https://www.cumberland.gov.uk/ OK 200 no 9952 2 9 16 2 42 Welcome to Cumberland | Cumberland Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.dacorum.gov.uk/ https://www.dacorum.gov.uk/ FAIL - no 10495 0 0 0 0 0 fetch failed
https://www.darlington.gov.uk/ https://www.darlington.gov.uk/ OK 200 no 23313 2 5 132 3 145 Darlington BC - Home
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast  
                    Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/region  
https://www.dartford.gov.uk/ https://www.dartford.gov.uk/ OK 200 no 4445 3 4 4 3 0 Dartford Borough Council – Dartford Borough Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.denbighshire.gov.uk/ https://www.denbighshire.gov.uk/en/home.aspx OK 200 yes 10010 0 12 15 3 26 denbighshire.gov.uk | Denbighshire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size)  
                    Equal Access failed rules: aria_role_redundant, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: navigable/empty-heading  
https://www.derby.gov.uk/ https://www.derby.gov.uk/ OK 200 no 12387 4 7 41 4 75 Derby City Council homepage
                    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-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)  
                    axe failed rules: landmark-no-duplicate-banner, landmark-unique, region, tabindex  
                    Equal Access failed rules: aria_banner_label_unique, aria_content_in_landmark, aria_landmark_name_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/tabindex, landmarks/no-duplicate-banner, landmarks/no-duplicate-contentinfo  
https://www.derbyshire.gov.uk/ https://www.derbyshire.gov.uk/home.aspx OK 200 yes 10433 1 6 61 0 11 Home - Derbyshire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: heading-order  
                    Equal Access failed rules: element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
https://www.derbyshiredales.gov.uk/ https://www.derbyshiredales.gov.uk/ OK 200 no 14187 26 20 73 26 333 Home - Derbyshire Dales District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_child_valid, aria_complementary_labelled, aria_content_in_landmark, aria_parent_required, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/button-name  
https://www.derrystrabane.com/ https://www.derrystrabane.com/ OK 200 no 14187 12 12 56 5 66 Derry City & Strabane - Derry City & Strabane District Council
                    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-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-unique, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-content-mismatch, landmarks/region  
https://www.devon.gov.uk/ https://www.devon.gov.uk/ OK 200 no 15187 0 7 52 1 45 Devon County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_unobscured, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.dorsetcouncil.gov.uk/ https://www.dorsetcouncil.gov.uk/ OK 200 no 22147 1 5 32 1 16 Home - Dorset Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr  
                    Equal Access failed rules: aria_attribute_valid, aria_keyboard_handler_exists, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: landmarks/landmark-unique  
https://www.dover.gov.uk/ https://www.dover.gov.uk/Home.aspx OK 200 yes 11644 27 12 43 10 114 Dover District Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-dialog-name, empty-heading, label-title-only, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-title-only, landmarks/landmark-main, landmarks/region, navigable/empty-heading, navigable/link-name  
https://www.dudley.gov.uk/ https://www.dudley.gov.uk/residents/ OK 200 yes 14387 5 16 87 10 76 Residents | Dudley Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-dialog-name, meta-viewport-large, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_markup_misuse, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-hidden-focus, landmarks/region, navigable/skip-link  
https://www.dumgal.gov.uk/ https://www.dumgal.gov.uk/ FAIL 403 no 3924 1 2 6 3 0 Just 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://www.dundeecity.gov.uk/ https://www.dundeecity.gov.uk/ OK 200 no 50431 1 5 330 0 21 page.goto: Timeout 30000ms exceeded. Call log: - navigating to “https://www.dundeecity.gov.uk/”, waiting until “domcontentloaded”
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name)  
                    axe failed rules: button-name  
                    Equal Access failed rules: aria_article_label_unique, aria_complementary_label_visible, aria_eventhandler_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, label_name_visible, label_ref_valid, script_onclick_misuse, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists, widget_tabbable_single  
https://www.durham.gov.uk/ https://www.durham.gov.uk/ OK 200 no 17616 6 7 28 4 29 Home - Durham County Council
                    ALFA failed rules: SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_quoted_correctly  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region  
https://www.east-ayrshire.gov.uk/ https://www.east-ayrshire.gov.uk/Home.aspx OK 200 yes 11441 2 5 14 1 10 Home · East Ayrshire Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: landmark-no-duplicate-contentinfo, landmark-unique  
                    Equal Access failed rules: aria_contentinfo_label_unique, aria_contentinfo_single, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/no-duplicate-contentinfo  
https://www.eastcambs.gov.uk/ https://www.eastcambs.gov.uk/ FAIL 403 no 4291 3 4 4 3 0 403 Forbidden
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://eastdevon.gov.uk/ https://eastdevon.gov.uk/ FAIL - no 10495 0 0 0 0 0 fetch failed
https://www.eastdunbarton.gov.uk/ https://www.eastdunbarton.gov.uk/ OK 200 no 11243 24 6 57 13 20 East Dunbartonshire Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61  
                    axe failed rules: color-contrast  
                    Equal Access failed rules: aria_role_valid, combobox_haspopup_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: navigable/empty-heading  
https://www.easthants.gov.uk/ https://www.easthants.gov.uk/ OK 200 no 14375 3 6 25 1 54 Homepage | East Hampshire District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/region  
https://www.eastherts.gov.uk/ https://www.eastherts.gov.uk/ OK 200 no 19219 6 21 93 9 98 Home | East Herts District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_eventhandler_role_valid, aria_form_label_unique, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_checkboxes_grouped, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, text-alternatives/image-alt-words  
https://www.e-lindsey.gov.uk/ https://www.e-lindsey.gov.uk/ FAIL 403 no 3140 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.eastlothian.gov.uk/ https://www.eastlothian.gov.uk/ OK 200 no 3692 3 4 4 3 0 East Lothian Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.eastrenfrewshire.gov.uk/ https://www.eastrenfrewshire.gov.uk/ FAIL 403 no 3140 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.eastriding.gov.uk/ https://www.eastriding.gov.uk/ OK 200 no 17518 32 10 40 7 118 Home - East Riding of Yorkshire Council
                    ALFA failed rules: SIA-R17, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_contentinfo_misuse, aria_hidden_nontabbable, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, form_interaction_review, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-hidden-focus, landmarks/landmark-main, landmarks/landmark-unique, navigable/heading-order  
https://www.eaststaffsbc.gov.uk/ https://www.eaststaffsbc.gov.uk/ FAIL - no 10494 0 0 0 0 0 fetch failed
https://www.eastsuffolk.gov.uk/ https://www.eastsuffolk.gov.uk/ FAIL 403 no 3059 5 3 6 5 2 ERROR: The request could not be satisfied
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.eastsussex.gov.uk/ https://www.eastsussex.gov.uk/ OK 200 no 11880 2 17 21 0 93 page.addScriptTag: Refused to execute inline script because it violates the following Content Security Policy directive: “script-src ‘self’ ‘sha256-l8zbJd8kXZ6zkrhwDpvnCZMy0hTHqX8L3/bCfSgiaAM=’ ‘sha256-rP+B3tYFuMv0SfsZavhdRMwfqW86QfTrfRz2RLBAlsk=’ ‘sha256-zXkkXhkldo1hiIGlhYYSoUVqjm7sLJmhA9CAgo0RiAM=’ ‘unsafe-eval’ https://cdn.vidstack.io https://cdn.jsdelivr.net/npm/@vidstack/ https://js.monitor.azure.com https://matomo.eastsussex.gov.uk https://www.youtube.com https://www.eastsussex.gov.uk https://microsites.eastsussex.gov.uk https://translate-pa.googleapis.com https://translate.googleapis.com https://translate.google.com https://www.googleadservices.com https://flex.eastsussex.gov.uk https://plausible.io https://new.eastsussex.gov.uk https://connect.facebook.net https://platform.twitter.com https://cdn.syndication.twimg.com https://www.google.com https://www.gstatic.com https://v4in1-si.click4assistance.co.uk https://www.googletagmanager.com https://maps.googleapis.com https://www.google-analytics.com https://script.crazyegg.com”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-JKiJbq2l9mNMJ8t/GHj+7opGZGnqUf1+Evy3YGkopGM=’), or a nonce (‘nonce-…’) is required to enable inline execution.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: label-title-only, page-has-heading-one  
                    Equal Access failed rules: aria_form_label_unique, aria_keyboard_handler_exists, aria_landmark_name_unique, aria_role_redundant, element_attribute_deprecated, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
https://www.lewes-eastbourne.gov.uk/ https://www.lewes-eastbourne.gov.uk/ FAIL 403 no 2652 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.eastleigh.gov.uk/ https://www.eastleigh.gov.uk/ FAIL 403 no 4106 1 2 6 3 0 Just 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://www.elmbridge.gov.uk/ https://www.elmbridge.gov.uk/ OK 200 no 10453 8 8 51 11 36 Home | Elmbridge Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique  
                    Equal Access failed rules: aria_attribute_redundant, aria_banner_label_unique, aria_banner_single, aria_form_label_unique, aria_landmark_name_unique, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: labels-and-names/label-content-mismatch, landmarks/banner-is-top-level, landmarks/no-duplicate-banner, landmarks/region  
https://www.eppingforestdc.gov.uk/ https://www.eppingforestdc.gov.uk/ OK 200 no 5780 1 2 6 2 0 Home - Epping Forest District Council
                    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://www.epsom-ewell.gov.uk/ https://www.epsom-ewell.gov.uk/ OK 200 no 27297 10 7 683 1 63 Epsom and Ewell Borough Council |
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_role_redundant, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: landmarks/region  
https://www.erewash.gov.uk/ https://www.erewash.gov.uk/ OK 200 no 13083 4 12 59 5 65 Homepage | Erewash Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-dialog-name, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, aria_landmark_name_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region  
https://www.essex.gov.uk/ https://www.essex.gov.uk/ OK 200 no 6659 6 5 4 2 32 Welcome to Essex | Essex County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: label-title-only, landmark-no-duplicate-contentinfo, region  
                    Equal Access failed rules: html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/no-duplicate-contentinfo, landmarks/region  
https://exeter.gov.uk/ https://exeter.gov.uk/ FAIL - no 10491 0 0 0 0 0 fetch failed
https://www.falkirk.gov.uk/ https://www.falkirk.gov.uk/ OK 200 no 12498 0 22 27 4 33 Falkirk Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_role_redundant, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: aria/aria-required-attr, text-alternatives/image-alt-words  
https://www.fareham.gov.uk/ https://www.fareham.gov.uk/ OK 200 no 9670 18 7 42 13 40 Fareham Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: region, tabindex  
                    Equal Access failed rules: aria_content_in_landmark, aria_eventhandler_role_valid, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: aria/aria-required-attr, keyboard-accessible/focus-order, keyboard-accessible/tabindex, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/region  
https://www.fenland.gov.uk/ https://www.fenland.gov.uk/ OK 200 no 13437 0 13 26 0 35 Fenland District Council Home Page - Fenland District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels)  
                    Equal Access failed rules: aria_keyboard_handler_exists, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, target_spacing_sufficient, text_block_heading  
https://www.fermanaghomagh.com/ https://www.fermanaghomagh.com/ OK 200 no 20331 2 10 74 3 24 Fermanagh and Omagh District Council – Fermanagh & Omagh District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link), SIA-R95  
                    axe failed rules: heading-order, label-title-only  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, frame_src_valid, html_skipnav_exists, iframe_interactive_tabbable, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly  
                    AccessLint failed rules: keyboard-accessible/focus-order, landmarks/region, navigable/heading-order  
https://www.fife.gov.uk/ https://www.fife.gov.uk/ FAIL 403 no 4811 1 2 6 3 0 Just 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://www.flintshire.gov.uk/ https://www.flintshire.gov.uk/ OK 200 no 9561 2 3 4 1 0 Welcome to Flintshire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R59  
                    axe failed rules: landmark-one-main, page-has-heading-one  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main  
https://www.folkestone-hythe.gov.uk/ https://www.folkestone-hythe.gov.uk/ FAIL - no 10495 0 0 0 0 0 fetch failed
https://www.fdean.gov.uk/ https://www.fdean.gov.uk/ OK 200 no 11214 3 12 28 3 11 Home - Forest of Dean District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: image-redundant-alt, landmark-no-duplicate-banner  
                    Equal Access failed rules: aria_complementary_label_visible, aria_complementary_labelled, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: landmarks/no-duplicate-banner, text-alternatives/image-redundant-alt  
https://www.fylde.gov.uk/ https://new.fylde.gov.uk/ OK 200 yes 25321 4 20 69 19 60 Fylde Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R74, SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: landmark-unique, link-name, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, html_skipnav_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-unique, navigable/link-name, navigable/page-has-heading-one  
https://www.gateshead.gov.uk/ https://www.gateshead.gov.uk/ FAIL 403 no 2954 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.gedling.gov.uk/ https://www.gedling.gov.uk/ OK 200 no 10966 0 22 47 10 100 Welcome to Gedling | Gedling Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: aria_attribute_valid, aria_form_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: aria/aria-prohibited-attr, labels-and-names/duplicate-id-aria, labels-and-names/multiple-labels, landmarks/region  
https://www.glasgow.gov.uk/ https://www.glasgow.gov.uk/ FAIL 403 no 2528 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.gloucester.gov.uk/ https://www.gloucester.gov.uk/ OK 200 no 19182 2 11 74 3 9 Gloucester City Council | Gloucester City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-unique, list  
                    Equal Access failed rules: aria_child_valid, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: labels-and-names/frame-title, landmarks/landmark-unique, landmarks/region  
https://www.gloucestershire.gov.uk/ https://www.gloucestershire.gov.uk/ OK 200 no 16238 1 15 57 1 42 Home | Gloucestershire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: landmark-unique  
                    Equal Access failed rules: aria_landmark_name_unique, aria_navigation_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: landmarks/landmark-unique  
https://www.gosport.gov.uk/ https://www.gosport.gov.uk/ OK 200 no 10421 0 14 43 0 7 Home Page - Gosport Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels)  
                    Equal Access failed rules: aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly, text_sensory_misuse  
https://www.gravesham.gov.uk/ https://www.gravesham.gov.uk/ OK 200 no 4986 3 4 4 3 0 Gravesham Homepage – Gravesham Borough Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.great-yarmouth.gov.uk/ https://www.great-yarmouth.gov.uk/ FAIL 403 no 2803 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.guildford.gov.uk/ https://www.guildford.gov.uk/?ccp=true OK 200 yes 11891 28 9 75 1 22 Guildford Home Page - Guildford Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, landmark-unique  
                    Equal Access failed rules: aria_complementary_labelled, aria_region_label_unique, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-unique  
https://www.gwynedd.llyw.cymru/ https://www.gwynedd.llyw.cymru/index.aspx OK 200 yes 15009 20 11 163 21 235 index
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: heading-order, region, tabindex  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: adaptable/aria-required-parent, keyboard-accessible/focus-order, keyboard-accessible/tabindex, landmarks/region  
https://www.halton.gov.uk/ https://www3.halton.gov.uk/Pages/Home.aspx OK 200 yes 20243 6 36 78 3 136 Halton Borough Council Website: HBC Services Online
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-one-main, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_form_label_unique, aria_navigation_label_unique, aria_parent_required, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one  
https://www.hants.gov.uk/ https://www.hants.gov.uk/ FAIL 403 no 3368 2 3 4 0 5 Just a moment…
                    ALFA failed rules: SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, style_color_misuse, style_highcontrast_visible, text_sensory_misuse  
https://www.harborough.gov.uk/ https://www.harborough.gov.uk/ OK 200 no 4608 3 4 4 3 0 Harborough District Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.harlow.gov.uk/ https://www.harlow.gov.uk/ OK 200 no 9503 64 9 26 50 129 Welcome to Harlow Council | Harlow Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: color-contrast, image-alt  
                    Equal Access failed rules: aria_content_in_landmark, aria_id_unique, aria_role_redundant, element_tabbable_unobscured, img_alt_valid, style_color_misuse, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/img-alt  
https://www.hart.gov.uk/ https://www.hart.gov.uk/ OK 200 no 10817 1 17 20 8 159 Homepage | Hart District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: page-has-heading-one  
                    Equal Access failed rules: aria_attribute_redundant, aria_attribute_valid, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.hartlepool.gov.uk/ https://www.hartlepool.gov.uk/ OK 200 no 4475 3 4 4 3 0 Hartlepool Borough Council – Hartlepool Borough Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.hastings.gov.uk/ https://www.hastings.gov.uk/ OK 200 no 12883 3 10 37 8 151 Hastings Borough Council homepage
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-unique, tabindex  
                    Equal Access failed rules: aria_region_labelled, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order, keyboard-accessible/tabindex, landmarks/landmark-main, landmarks/region, text-alternatives/image-alt-words  
https://www.havant.gov.uk/ https://www.havant.gov.uk/ OK 200 no 12015 12 12 45 10 63 Homepage | Havant Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-allowed-role, aria-dialog-name, color-contrast, label-title-only, region  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, aria_id_unique, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/label-content-mismatch, labels-and-names/label-title-only, landmarks/region  
https://www.herefordshire.gov.uk/ https://www.herefordshire.gov.uk/ OK 200 no 7003 7 1 119 0 5 page.addScriptTag: Refused to execute inline script because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-eval’ https://restservices.herefordshire.gov.uk https://fs-filestore-eu.s3.amazonaws.com https://fs-filestore-eu.s3.amazonaws.com https://cdnjs.cloudflare.com https://unpkg.com https://www.google-analytics.com https://www.googletagmanager.com https://maps.googleapis.com https://code.jquery.com https://cdn.jsdelivr.net https://ajax.googleapis.com ‘nonce-qcFpPOwzE9ZRVjUyvrryCLtdCckCUAT/Dv74Z1zAb+A=’”. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-JKiJbq2l9mNMJ8t/GHj+7opGZGnqUf1+Evy3YGkopGM=’), or a nonce (‘nonce-…’) is required to enable inline execution.
                    ALFA failed rules: SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_tabbable_unobscured, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_sensory_misuse, widget_tabbable_exists  
https://www.hertfordshire.gov.uk/ https://www.hertfordshire.gov.uk/home.aspx OK 200 yes 13604 17 16 58 4 93 Home | Hertfordshire County Council | Hertfordshire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: empty-heading, landmark-one-main, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_attribute_valid, aria_contentinfo_misuse, aria_keyboard_handler_exists, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, labels-and-names/duplicate-id-aria, landmarks/landmark-main, navigable/empty-heading  
https://www.hertsmere.gov.uk/ https://www.hertsmere.gov.uk/ OK 200 no 9857 2 3 13 0 33 Hertsmere - Hertsmere Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
https://www.highpeak.gov.uk/ https://www.highpeak.gov.uk/ OK 200 no 11822 0 11 46 3 12 High Peak Borough Council - High Peak Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels)  
                    Equal Access failed rules: aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: keyboard-accessible/focus-order  
https://www.hinckley-bosworth.gov.uk/ https://www.hinckley-bosworth.gov.uk/ OK 200 no 4184 3 4 4 3 0 Hinckley & Bosworth Borough Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.horsham.gov.uk/ https://www.horsham.gov.uk/ FAIL 403 no 4542 1 2 6 3 0 Just 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://www.hull.gov.uk/ https://www.hull.gov.uk/ OK 200 no 4512 3 4 4 3 0 Home – Hull
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.huntingdonshire.gov.uk/ https://www.huntingdonshire.gov.uk/ OK 200 no 18296 4 15 85 8 52 Homepage of Huntingdonshire District Council - Huntingdonshire.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-required-parent, heading-order, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_landmark_name_unique, aria_parent_required, aria_region_label_unique, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-parent, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/region, navigable/heading-order  
https://www.hyndburnbc.gov.uk/ https://www.hyndburnbc.gov.uk/ OK 200 no 23579 8 11 36 11 47 Hyndburn Borough Council
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: empty-heading, link-name, meta-viewport, page-has-heading-one, region  
                    Equal Access failed rules: a_text_purpose, aria_accessiblename_exists, aria_content_in_landmark, aria_region_labelled, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, figure_label_exists, img_alt_null, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/label-content-mismatch, landmarks/region, navigable/empty-heading, navigable/heading-order, navigable/link-name  
https://www.inverclyde.gov.uk/ https://www.inverclyde.gov.uk/ OK 200 no 52824 1 14 47 1 65 Home - Inverclyde Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_label_visible, aria_content_in_landmark, aria_contentinfo_misuse, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-main  
https://www.ipswich.gov.uk/ https://www.ipswich.gov.uk/ OK 200 no 11988 1 6 26 0 36 Ipswich homepage | ipswich.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
https://www.anglesey.gov.uk/ https://www.anglesey.gov.uk/Cyngor-Sir-Ynys-Mon-Isle-of-Anglesey-County-Council.aspx OK 200 yes 7815 0 0 7 1 0 Cyngor Sir Ynys Môn - Isle of Anglesey County Council
                    Equal Access failed rules: element_attribute_deprecated, form_submit_button_exists, style_color_misuse, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: landmarks/region  
https://www.iow.gov.uk/ https://www.iow.gov.uk/ FAIL 403 no 3008 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.kent.gov.uk/ https://www.kent.gov.uk/ FAIL 403 no 3962 1 2 6 3 0 Just 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://www.west-norfolk.gov.uk/ https://www.west-norfolk.gov.uk/ OK 200 no 4105 3 4 4 3 0 Borough Council of King's Lynn & West Norfolk Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.kirklees.gov.uk/ https://www.kirklees.gov.uk/beta/default.aspx OK 200 yes 5680 5 3 10 5 2 Kirklees Council | Home Page
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_skipnav_exists, skip_main_exists, style_background_decorative, style_color_misuse, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, readable/html-has-lang  
https://www.knowsley.gov.uk/ https://www.knowsley.gov.uk/ FAIL 403 no 6693 1 1 7 1 0 Access denied | Knowsley Borough Council
                    ALFA failed rules: SIA-R59  
                    axe failed rules: page-has-heading-one  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, style_color_misuse, style_highcontrast_visible, style_viewport_resizable  
                    AccessLint failed rules: navigable/page-has-heading-one  
https://www.lancashire.gov.uk/ https://www.lancashire.gov.uk/ OK 200 no 11639 0 10 42 0 19 Home - Lancashire County Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_quoted_correctly, text_sensory_misuse  
https://www.lancaster.gov.uk/ https://www.lancaster.gov.uk/ FAIL - no 469 0 0 0 0 0 fetch failed
https://www.leeds.gov.uk/ https://www.leeds.gov.uk/ OK 200 no 13477 0 10 70 1 169 Welcome to Leeds | Leeds.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background)  
                    Equal Access failed rules: aria_content_in_landmark, caption_track_exists, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.leicester.gov.uk/ https://www.leicester.gov.uk/ OK 200 no 13539 0 12 27 2 34 Homepage | Leicester City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_descendant_valid, aria_form_label_unique, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, label_ref_valid, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: landmarks/landmark-unique, landmarks/region  
https://www.leicestershire.gov.uk/ https://www.leicestershire.gov.uk/ FAIL 403 no 2741 5 3 3 5 1 Access Denied
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.lewes-eastbourne.gov.uk/ https://www.lewes-eastbourne.gov.uk/ FAIL 403 no 2560 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.lichfielddc.gov.uk/ https://www.lichfielddc.gov.uk/ OK 200 no 4117 3 4 4 3 0 Lichfield District Council - Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.lincoln.gov.uk/ https://www.lincoln.gov.uk/ OK 200 no 3923 3 4 4 3 0 Homepage – City of Lincoln Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.lincolnshire.gov.uk/ https://www.lincolnshire.gov.uk/ OK 200 no 4032 3 4 4 3 0 Homepage – Lincolnshire County Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.lisburncastlereagh.gov.uk/ https://www.lisburncastlereagh.gov.uk/ OK 200 no 17902 0 12 38 0 40 Home - lisburncastlereagh.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_attribute_valid, aria_child_tabbable, aria_content_in_landmark, aria_keyboard_handler_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_quoted_correctly, widget_tabbable_single  
https://liverpool.gov.uk/ https://liverpool.gov.uk/ OK 200 no 16757 19 4 41 5 101 Resident - Liverpool City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R42, SIA-R61  
                    axe failed rules: aria-allowed-role, aria-dialog-name, listitem  
                    Equal Access failed rules: aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, distinguishable/color-contrast, labels-and-names/label-content-mismatch, landmarks/region, navigable/page-has-heading-one  
https://m.luton.gov.uk/ https://m.luton.gov.uk/ OK 200 no 11555 2 9 28 0 132 Luton Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: landmark-banner-is-top-level, landmark-contentinfo-is-top-level  
                    Equal Access failed rules: aria_role_redundant, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
https://www.maidstone.gov.uk/ https://maidstone.gov.uk/ FAIL 403 yes 4785 1 2 6 3 0 Just 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://www.maldon.gov.uk/ https://www.maldon.gov.uk/site/ OK 200 yes 13831 4 4 66 5 29 Maldon District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role  
                    Equal Access failed rules: aria_attribute_required, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, labels-and-names/label-content-mismatch, landmarks/region  
https://www.malvernhills.gov.uk/ https://www.malvernhills.gov.uk/ OK 200 no 12739 10 7 73 9 51 Malvern Hills District Council | Your Guide to Local Government
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R40, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_keyboard_handler_exists, aria_region_labelled, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/landmark-unique, landmarks/no-duplicate-banner, landmarks/region, navigable/link-name  
https://www.manchester.gov.uk/ https://www.manchester.gov.uk/ OK 200 no 4190 3 4 4 3 0 Manchester City Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.mansfield.gov.uk/ https://www.mansfield.gov.uk/ OK 200 no 9224 0 4 9 1 24 Main Homepage – Mansfield District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: caption_track_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, style_color_misuse, style_highcontrast_visible, text_contrast_sufficient  
                    AccessLint failed rules: text-alternatives/image-alt-words  
https://www.medway.gov.uk/ https://www.medway.gov.uk/ OK 200 no 4945 3 4 4 3 0 Medway Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.melton.gov.uk/ https://www.melton.gov.uk/ OK 200 no 10131 5 3 160 0 25 page.addScriptTag: Refused to load the script ‘https://scripts.clarity.ms/0.8.55/clarity.js’ because it violates the following Content Security Policy directive: “script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval’ www.clarity.ms https://websurveys2.servmetric.com https://hitcounter.govmetric.com https://websurveys2.govmetric.com *.googletagmanager.com *.google-analytics.com cc.cdn.civiccomputing.com”. Note that ‘script-src-elem’ was not explicitly set, so ‘script-src’ is used as a fallback.
                    ALFA failed rules: SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-allowed-role, aria-dialog-name, scrollable-region-focusable  
                    Equal Access failed rules: aria_form_label_unique, aria_role_valid, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
https://www.merthyr.gov.uk/ https://www.merthyr.gov.uk/ OK 200 no 8726 0 3 7 5 7 Welcome to MERTHYR.GOV.UK | Merthyr Tydfil County Borough Council
                    ALFA failed rules: SIA-R14 (Images have an accessible name or are decorative), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    Equal Access failed rules: element_attribute_deprecated, element_tabbable_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/label-content-mismatch  
https://www.midandeastantrim.gov.uk/ https://www.midandeastantrim.gov.uk/ OK 200 no 12571 32 12 64 28 94 Mid and East Antrim Borough Council | Mid and East Antrim Borough Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: color-contrast, image-redundant-alt, landmark-one-main, region  
                    Equal Access failed rules: a_text_purpose, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, img_alt_redundant, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/focus-order, landmarks/landmark-main, landmarks/region, navigable/heading-order, text-alternatives/image-alt-words, text-alternatives/image-redundant-alt  
https://www.middevon.gov.uk/ https://www.middevon.gov.uk/ OK 200 no 11987 0 8 17 0 153 Residents - MIDDEVON.GOV.UK
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    Equal Access failed rules: blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
https://www.midsuffolk.gov.uk/ https://www.midsuffolk.gov.uk/ OK 200 no 25136 2 8 34 3 19 Home - Mid Suffolk District Council - babergh.gov.uk / midsuffolk.gov.uk
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-required-children  
                    Equal Access failed rules: aria_child_valid, aria_content_in_landmark, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, target_spacing_sufficient, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-role, landmarks/landmark-unique, landmarks/region  
https://www.midsussex.gov.uk/ https://www.midsussex.gov.uk/ OK 200 no 8880 5 3 32 2 40 Home - Mid Sussex District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61  
                    axe failed rules: label-title-only, landmark-complementary-is-top-level, list  
                    Equal Access failed rules: aria_child_valid, aria_complementary_label_visible, aria_id_unique, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, labels-and-names/label-title-only  
https://www.midulstercouncil.org/ https://www.midulstercouncil.org/ OK 200 no 13529 1 9 56 2 85 Mid Ulster District Council | Mid Ulster District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: region  
                    Equal Access failed rules: aria_eventhandler_role_valid, element_attribute_deprecated, element_tabbable_unobscured, frame_src_valid, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.middlesbrough.gov.uk/ https://www.middlesbrough.gov.uk/ FAIL 403 no 4094 1 2 6 2 0 Just 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://www.midlothian.gov.uk/ https://www.midlothian.gov.uk/ OK 200 no 4746 3 4 4 3 0 Midlothian Council Homepage
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.milton-keynes.gov.uk/ https://www.milton-keynes.gov.uk/ OK 200 no 12437 3 6 21 1 120 Milton Keynes City Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.molevalley.gov.uk/ https://www.molevalley.gov.uk/ OK 200 no 14376 10 24 37 16 73 Homepage Live - Mole Valley District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R53 (Headings follow a logical hierarchy), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-dialog-name, image-alt, input-button-name, label-title-only, landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo, landmark-unique, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_contentinfo_label_unique, aria_eventhandler_role_valid, aria_role_redundant, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, label_content_exists, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: distinguishable/link-in-text-block, labels-and-names/input-button-name, labels-and-names/label-title-only, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/heading-order, navigable/page-has-heading-one, text-alternatives/img-alt  
https://www.monmouthshire.gov.uk/ https://www.monmouthshire.gov.uk/ OK 200 no 20060 26 36 147 17 182 Home - Monmouthshire
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R42, SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, heading-order, image-redundant-alt, region, tabindex  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_contentinfo_misuse, aria_parent_required, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_redundant, input_label_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: distinguishable/color-contrast, keyboard-accessible/tabindex, landmarks/landmark-main, navigable/heading-order, text-alternatives/image-redundant-alt  
https://www.npt.gov.uk/ https://www.npt.gov.uk/ OK 200 no 13933 0 9 29 1 50 Neath Port Talbot Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R85  
                    Equal Access failed rules: aria_region_labelled, element_accesskey_unique, element_attribute_deprecated, element_tabbable_unobscured, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_highcontrast_visible, text_block_heading, text_sensory_misuse  
                    AccessLint failed rules: labels-and-names/label-content-mismatch  
https://www.newforest.gov.uk/ https://www.newforest.gov.uk/ OK 200 no 11278 0 14 53 0 22 New Forest District Council - New Forest District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: aria_keyboard_handler_exists, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, input_checkboxes_grouped, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
https://www.newark-sherwooddc.gov.uk/ https://www.newark-sherwooddc.gov.uk/ OK 200 no 21428 0 9 55 37 44 Home | Newark & Sherwood District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link)  
                    Equal Access failed rules: element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, input_label_before, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse, widget_tabbable_single  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/presentational-children-focusable, keyboard-accessible/nested-interactive  
https://www.newcastle.gov.uk/ https://www.newcastle.gov.uk/ FAIL - no 10497 0 0 0 0 0 fetch failed
https://www.newcastle-staffs.gov.uk/ https://www.newcastle-staffs.gov.uk/ OK 200 no 4157 3 4 4 3 0 Newcastle-under-Lyme Borough Council Homepage – Newcastle-under-Lyme Borough Council
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: html-has-lang, landmark-one-main, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang  
https://www.newport.gov.uk/ https://www.newport.gov.uk/ OK 200 no 5045 1 2 6 3 0 Home | Newport City Council
                    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://www.newrymournedown.org/ https://www.newrymournedown.org/ OK 200 no 16747 25 14 703 23 113 Home - Newry, Mourne and Down District Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R59, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text)  
                    axe failed rules: aria-hidden-focus, image-redundant-alt, landmark-one-main, landmark-unique, page-has-heading-one, region  
                    Equal Access failed rules: aria_complementary_labelled, aria_content_in_landmark, aria_contentinfo_misuse, aria_hidden_nontabbable, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_label_unique, frame_src_valid, img_alt_redundant, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, aria/aria-hidden-focus, landmarks/landmark-main, landmarks/region, navigable/page-has-heading-one, text-alternatives/image-redundant-alt  
https://www.norfolk.gov.uk/ https://www.norfolk.gov.uk/ FAIL 403 no 2779 5 5 5 6 0  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R79, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one, region  
                    Equal Access failed rules: html_lang_exists, html_skipnav_exists, page_title_exists, skip_main_exists, style_highcontrast_visible  
                    AccessLint failed rules: landmarks/landmark-main, landmarks/region, navigable/bypass, navigable/document-title, navigable/page-has-heading-one, readable/html-has-lang  
https://www.north-ayrshire.gov.uk/ https://www.north-ayrshire.gov.uk/ OK 200 no 19934 0 4 81 1 19 North Ayrshire Council
                    ALFA failed rules: SIA-R3 (lang attribute has a valid language code), SIA-R61  
                    Equal Access failed rules: aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled  
                    AccessLint failed rules: distinguishable/color-contrast  
https://www.northdevon.gov.uk/ https://www.northdevon.gov.uk/ OK 200 no 7534 6 6 20 1 48 Home | North Devon Council
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: landmark-no-duplicate-contentinfo, region  
                    Equal Access failed rules: aria_attribute_redundant, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: landmarks/no-duplicate-contentinfo  

Detailed Failure Information (ALFA)

https://www.aberdeencity.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.aberdeenshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R85

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.adur-worthing.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.ambervalley.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.angus.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://antrimandnewtownabbey.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.ardsandnorthdown.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 1:

https://www.argyll-bute.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.armaghbanbridgecraigavon.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R13

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.arun.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.ashfield.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.ashford.gov.uk/

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 1:

https://www.babergh.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.barnsley.gov.uk/

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-R3: lang attribute has a valid language code

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.basildon.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R70

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.bathnes.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://www.bedford.gov.uk/

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

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.belfastcity.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

https://www.birmingham.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.blaby.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 1:

https://www.blackpool.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 1:

https://www.bolton.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.boston.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.bcpcouncil.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://www.bracknell-forest.gov.uk/

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-R74

Failure 1:

https://www.bradford.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 1:

https://www.braintree.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.breckland.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

https://www.brentwood.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R13

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.bridgend.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.brighton-hove.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.bristol.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.southnorfolkandbroadland.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

https://www.bromsgrove.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.broxbourne.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.broxtowe.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R13

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.buckinghamshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.burnley.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.bury.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.calderdale.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.cambridge.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R84

Failure 1:

https://www.cambridgeshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.cannockchasedc.gov.uk/

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

Failure 1:

Failure 2:

Failure 1:

Failure 2:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 2:

https://www.canterbury.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

https://www.castlepoint.gov.uk/

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

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.causewaycoastandglens.gov.uk/

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

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.centralbedfordshire.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.ceredigion.gov.uk/

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.charnwood.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://www.chelmsford.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.cheltenham.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.cherwell.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.cheshireeast.gov.uk/

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

Failure 1:

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

Failure 1:

https://www.cheshirewestandchester.gov.uk/

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

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.chesterfield.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.chichester.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.chorley.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.swansea.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.doncaster.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 29 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-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.edinburgh.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.westminster.gov.uk/

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-R57: Landmarks don’t repeat the same content

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://www.york.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.clacks.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R90: iframe elements have an accessible name

Failure 1:

https://www.colchester.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R17

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

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-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://www.cne-siar.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.conwy.gov.uk/

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.cornwall.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://www.cotswold.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.scilly.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

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:

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.coventry.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.crawley.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

https://www.cumberland.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.darlington.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.dartford.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.denbighshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.derby.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

https://www.derbyshire.gov.uk/

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

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

https://www.derbyshiredales.gov.uk/

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-R113

Failure 1:

Failure 2:

Failure 3:

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.derrystrabane.com/

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

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.devon.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.dorsetcouncil.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.dover.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Rule: SIA-R61

Failure 1:

Failure 1:

Failure 2:

Rule: SIA-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.dudley.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.dumgal.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.dundeecity.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://www.durham.gov.uk/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.east-ayrshire.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.eastcambs.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.eastdunbarton.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

https://www.easthants.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://www.eastherts.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R40

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-R60

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.e-lindsey.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.eastlothian.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.eastrenfrewshire.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.eastriding.gov.uk/

Rule: SIA-R17

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 1:

https://www.eastsuffolk.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.eastsussex.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

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 2 more failures for this rule

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.lewes-eastbourne.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.eastleigh.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.elmbridge.gov.uk/

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.eppingforestdc.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.epsom-ewell.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.erewash.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

https://www.essex.gov.uk/

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.falkirk.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.fareham.gov.uk/

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

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.fenland.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

https://www.fermanaghomagh.com/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

Rule: SIA-R95

Failure 1:

https://www.fife.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.flintshire.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R59

Failure 1:

https://www.fdean.gov.uk/

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-R73: Text spacing can be adjusted without loss of content

Failure 1:

Failure 2:

Failure 1:

https://www.fylde.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.gateshead.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.gedling.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

https://www.glasgow.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.gloucester.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 1:

https://www.gloucestershire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

https://www.gosport.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

https://www.gravesham.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.great-yarmouth.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.guildford.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

https://www.gwynedd.llyw.cymru/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.halton.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

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-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 1:

https://www.hants.gov.uk/

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

Failure 1:

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

Failure 1:

Failure 1:

https://www.harborough.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.harlow.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://www.hart.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

Failure 2:

https://www.hartlepool.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.hastings.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R40

Failure 1:

Failure 2:

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

Failure 1:

Failure 1:

https://www.havant.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.herefordshire.gov.uk/

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

Failure 1:

https://www.hertfordshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

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

Failure 1:

Rule: SIA-R64

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

https://www.hertsmere.gov.uk/

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

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.highpeak.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

https://www.hinckley-bosworth.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.horsham.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.hull.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.huntingdonshire.gov.uk/

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

Failure 1:

Failure 2:

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.hyndburnbc.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R40

Failure 1:

Rule: SIA-R47

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 1:

https://www.inverclyde.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.ipswich.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 1:

https://www.iow.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.kent.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.west-norfolk.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.kirklees.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R61

Failure 1:

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

Failure 1:

https://www.knowsley.gov.uk/

Rule: SIA-R59

Failure 1:

https://www.lancashire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.leeds.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

https://www.leicester.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 2:

https://www.leicestershire.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.lewes-eastbourne.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.lichfielddc.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.lincoln.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.lincolnshire.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.lisburncastlereagh.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R17

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://liverpool.gov.uk/

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

Failure 1:

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R42

Failure 1:

Rule: SIA-R61

Failure 1:

https://m.luton.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.maidstone.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.maldon.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://www.malvernhills.gov.uk/

Rule: SIA-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Rule: SIA-R40

Failure 1:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Failure 1:

https://www.manchester.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.mansfield.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.medway.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.melton.gov.uk/

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.merthyr.gov.uk/

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Failure 1:

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

Failure 1:

https://www.midandeastantrim.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

Rule: SIA-R74

Failure 1:

Rule: SIA-R80: ASCII art has a text alternative

Failure 1:

https://www.middevon.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R113

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

https://www.midsuffolk.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R83: Text can be resized to 200% without loss of content

Failure 1:

Failure 1:

https://www.midsussex.gov.uk/

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

Failure 1:

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Rule: SIA-R61

Failure 1:

https://www.midulstercouncil.org/

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R86: Page has a mechanism to bypass repeated blocks of content

Failure 1:

Failure 1:

https://www.middlesbrough.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.midlothian.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.milton-keynes.gov.uk/

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.molevalley.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: SIA-R113

Failure 1:

Rule: SIA-R18: ARIA states are consistent with element semantics

Failure 1:

Rule: SIA-R2: HTML elements have a valid lang attribute

Failure 1:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.monmouthshire.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 1:

https://www.npt.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R14: Images have an accessible name or are decorative

Failure 1:

Rule: SIA-R85

Failure 1:

https://www.newforest.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

Failure 2:

Rule: SIA-R69: Text has sufficient contrast with its background

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 1:

https://www.newark-sherwooddc.gov.uk/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Failure 1:

https://www.newcastle-staffs.gov.uk/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R78: Headings of same level have text content between them

Failure 1:

Failure 1:

https://www.newport.gov.uk/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.newrymournedown.org/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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-R59

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

Rule: SIA-R68: Accessible name contains the visible label text

Failure 1:

https://www.norfolk.gov.uk/

Rule: SIA-R1: id attributes are unique within the document

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.north-ayrshire.gov.uk/

Rule: SIA-R3: lang attribute has a valid language code

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R61

Failure 1:

https://www.northdevon.gov.uk/

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R66: Text has enhanced contrast with its background

Failure 1:

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

Failure 1:

Detailed Failure Information (axe)

https://www.aberdeencity.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Impact: moderate

Failure 1:

https://www.ambervalley.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://www.angus.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://antrimandnewtownabbey.gov.uk/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.argyll-bute.gov.uk/

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

https://www.armaghbanbridgecraigavon.gov.uk/

Rule: frame-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.arun.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-command-name

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

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:

https://www.ashfield.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://www.ashford.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://www.babergh.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

https://www.barnsley.gov.uk/

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.bedford.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.belfastcity.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.birmingham.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.blaby.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://www.blackpool.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.bolton.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.boston.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.bcpcouncil.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.bracknell-forest.gov.uk/

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

https://www.braintree.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.breckland.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://www.brentwood.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.bridgend.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.brighton-hove.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.southnorfolkandbroadland.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.bromsgrove.gov.uk/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.broxbourne.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.broxtowe.gov.uk/

Rule: frame-title

Impact: serious

Failure 1:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.buckinghamshire.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.calderdale.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://www.cambridge.gov.uk/

Rule: landmark-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cambridgeshire.gov.uk/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

https://www.cannockchasedc.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://www.canterbury.gov.uk/

Rule: label-title-only

Impact: serious

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.carmarthenshire.gov.wales/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://www.castlepoint.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.causewaycoastandglens.gov.uk/

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://www.centralbedfordshire.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.ceredigion.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.charnwood.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.chelmsford.gov.uk/

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

https://www.cheltenham.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cherwell.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cheshireeast.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://www.cheshirewestandchester.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.chesterfield.gov.uk/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://www.chichester.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.chorley.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.swansea.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.doncaster.gov.uk/

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.edinburgh.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.westminster.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.york.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.clacks.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://www.colchester.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.conwy.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.cornwall.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

https://www.cotswold.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

https://www.scilly.gov.uk/

Rule: button-name

Impact: critical

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.coventry.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.cumberland.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.darlington.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

https://www.dartford.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.derby.gov.uk/

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://www.derbyshire.gov.uk/

Rule: heading-order

Impact: moderate

Failure 1:

https://www.derbyshiredales.gov.uk/

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

https://www.derrystrabane.com/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.dorsetcouncil.gov.uk/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

https://www.dover.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

https://www.dudley.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.dumgal.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.dundeecity.gov.uk/

Rule: button-name

Impact: critical

Failure 1:

https://www.durham.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.east-ayrshire.gov.uk/

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.eastcambs.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.eastdunbarton.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

https://www.easthants.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.eastherts.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.e-lindsey.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.eastlothian.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.eastrenfrewshire.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.eastriding.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

https://www.eastsuffolk.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.eastsussex.gov.uk/

Rule: label-title-only

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.lewes-eastbourne.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.eastleigh.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.elmbridge.gov.uk/

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.eppingforestdc.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.epsom-ewell.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.erewash.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.essex.gov.uk/

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.fareham.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.fermanaghomagh.com/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

https://www.fife.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.flintshire.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.fdean.gov.uk/

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

https://www.fylde.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.gateshead.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.glasgow.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.gloucester.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

https://www.gloucestershire.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.gravesham.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.great-yarmouth.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.guildford.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.gwynedd.llyw.cymru/

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

https://www.halton.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.hants.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.harborough.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.harlow.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

https://www.hart.gov.uk/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.hartlepool.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.hastings.gov.uk/

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

https://www.havant.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: label-title-only

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.herefordshire.gov.uk/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.hertfordshire.gov.uk/

Rule: empty-heading

Impact: minor

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://www.hertsmere.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.hinckley-bosworth.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.horsham.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.hull.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.huntingdonshire.gov.uk/

Rule: aria-required-parent

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.hyndburnbc.gov.uk/

Rule: empty-heading

Impact: minor

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.inverclyde.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.ipswich.gov.uk/

Rule: region

Impact: moderate

Failure 1:

https://www.iow.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.kent.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.west-norfolk.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.kirklees.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.knowsley.gov.uk/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.leicestershire.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.lewes-eastbourne.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.lichfielddc.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.lincoln.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.lincolnshire.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://liverpool.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://m.luton.gov.uk/

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

https://www.maidstone.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.maldon.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.malvernhills.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.manchester.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.medway.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.melton.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://www.midandeastantrim.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

https://www.midsuffolk.gov.uk/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

https://www.midsussex.gov.uk/

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-complementary-is-top-level

Impact: moderate

Failure 1:

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

https://www.midulstercouncil.org/

Rule: region

Impact: moderate

Failure 1:

https://www.middlesbrough.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.midlothian.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.milton-keynes.gov.uk/

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://www.molevalley.gov.uk/

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: input-button-name

Impact: critical

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-contentinfo-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.monmouthshire.gov.uk/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

https://www.newcastle-staffs.gov.uk/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.newport.gov.uk/

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.newrymournedown.org/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.norfolk.gov.uk/

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.northdevon.gov.uk/

Rule: landmark-no-duplicate-contentinfo

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5: