open-scans

Scan Report: European Cities

🎯 Priority: Pages with Most Errors

Focus your efforts on these pages to make the biggest impact (combined ALFA + axe results):

Page ALFA Failed axe Failed Total Failed Page Title
View Page 353 175 528 Официальный портал Казани
View Page 356 111 467 Град Београд: Најважније градске вести, актуелности и догађаји
View Page 199 90 289 Inicio - Ayuntamiento de Madrid
View Page 233 45 278 El portal web oficial de Barcelona | Ajuntament de Barcelona
View Page 215 50 265 https://www.almaty.kz/
View Page 194 70 264 Главная - Официальный сайт администрации Волгограда
View Page 213 22 235 Oups! | Ville de Marseille
View Page 153 57 210 Муниципальный округ - Главная страница
View Page 160 47 207 https://www.sofia.bg/
View Page 117 64 181 Home | Gemeente Amsterdam

🔧 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 24 of 40 View Rule
SIA-R66: Text has enhanced contrast with its background 18 of 40 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 18 of 40 View Rule
SIA-R57: Landmarks don’t repeat the same content 15 of 40 View Rule
SIA-R87: First focusable element is a skip link 14 of 40 View Rule
SIA-R11: Button elements have an accessible name 11 of 40 View Rule
SIA-R61 11 of 40 View Rule
SIA-R69: Text has sufficient contrast with its background 11 of 40 View Rule
SIA-R74 9 of 40 View Rule
SIA-R56: Landmarks with the same role are distinguishable 8 of 40 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 26 of 40 View Rule
landmark-one-main 20 of 40 View Rule
color-contrast 13 of 40 View Rule
page-has-heading-one 11 of 40 View Rule
link-name 11 of 40 View Rule
landmark-unique 8 of 40 View Rule
html-has-lang 8 of 40 View Rule
image-alt 7 of 40 View Rule
heading-order 5 of 40 View Rule
image-redundant-alt 4 of 40 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 7 page(s) - 7 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 5 page(s) - 15 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 4 page(s) - 4 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:


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

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

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:


Pattern 5: Affects 3 page(s) - 3 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 6: Affects 3 page(s) - 3 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 7: Affects 3 page(s) - 3 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 8: Affects 2 page(s) - 3 occurrence(s)

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html lang="en">

XPath (use in browser DevTools):

#widgetPosId

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

Affected Pages:


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

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

HTML Pattern:

<html lang="en">

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

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

HTML Pattern:

<p>

XPath (use in browser DevTools):

li:nth-child(2) > .llistat > li > 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('li:nth-child(2) > .llistat > li > p')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<html lang="kk" class="notranslate">

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

Scanner: axe Rule: page-has-heading-one Impact: moderate Issue: Page should contain a level-one heading

HTML Pattern:

<html lang="kk" class="notranslate">

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 13: Affects 2 page(s) - 2 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>You don't have permission to access this resource.</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 14: Affects 2 page(s) - 2 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>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>

</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 15: Affects 2 page(s) - 2 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>
<h1>Forbidden</h1>
<p>You don't have permission to access this resource.</p>

</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:


💡 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) ALFA Pass ALFA Fail axe Pass axe Fail Notes
https://www.london.gov.uk/  https://www.london.gov.uk/%20%20%EF%BF%BC FAIL 404 no 946 1475 21 734 1 Sorry - page not found | London City Hall
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R43, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
                    axe failed rules: svg-img-alt
https://www.berlin.de/  https://www.berlin.de/%20%20%ef%bf%bc FAIL 410 yes 817 13 1 9 3 410 Gone
                    ALFA failed rules: SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, region
https://www.madrid.es/portal/site/munimadrid https://www.madrid.es/portal/site/munimadrid OK 200 no 205 1452 199 1089 90 Inicio - Ayuntamiento de Madrid
                    ALFA failed rules: SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R21, SIA-R3 (lang attribute has a valid language code), SIA-R42, 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-R72, 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), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: aria-allowed-attr, aria-prohibited-attr, aria-required-children, aria-required-parent, aria-roles, aria-valid-attr-value, image-redundant-alt, listitem, region, scope-attr-valid
https://kyivcity.gov.ua/  https://kyivcity.gov.ua/%20%20%EF%BF%BC FAIL 404 no 206 47 3 54 7 Kyivcity - NotFound
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R59
                    axe failed rules: button-name, landmark-one-main, page-has-heading-one, region
https://www.almaty.kz/ https://www.almaty.kz/ OK 200 no 1613 859 215 875 50  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R11 (Button elements have an accessible name), 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-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-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R75, SIA-R80 (ASCII art has a text alternative)
                    axe failed rules: color-contrast, document-title, heading-order, landmark-one-main, landmark-unique, link-name, region
https://www.paris.fr/  https://www.paris.fr/%20%20%EF%BF%BC FAIL 404 no 534 1567 38 1384 5 Erreur 404 - Ville de Paris
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
                    axe failed rules: empty-heading, label-title-only, landmark-unique, link-name
https://www.wien.gv.at/  https://www.wien.gv.at/%20%20%ef%bf%bc/ FAIL 404 yes 2183 27 10 24 6 Stadt Wien - Offizielle & aktuelle Infos und Services der Wiener Stadtverwaltung - startseite.wien.gv.at
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), 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)
                    axe failed rules: color-contrast, html-has-lang, landmark-one-main, region
https://www.hamburg.de/  https://www.hamburg.de/%20%20%EF%BF%BC FAIL 400 no 750 10 2 8 2 HTTP Status 400 – Bad Request
                    ALFA failed rules: SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, region
https://um.warszawa.pl/  https://um.warszawa.pl/%20%20%EF%BF%BC FAIL - no 990 0 0 0 0 fetch failed
https://www.barcelona.cat/ca https://www.barcelona.cat/ca OK 200 no 392 1829 233 1332 45 El portal web oficial de Barcelona | Ajuntament de Barcelona
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R13, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), 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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)
                    axe failed rules: aria-progressbar-name, aria-prohibited-attr, button-name, color-contrast, frame-title, html-lang-valid, image-alt, landmark-no-duplicate-banner, landmark-unique, link-name, region, tabindex
https://budapest.hu/  https://budapest.hu/%20%20%EF%BF%BC OK 200 no 705 40 3 35 3 Budapest portál
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74
                    axe failed rules: landmark-one-main, region
https://www.novo-sibirsk.ru/  https://www.novo-sibirsk.ru/%20%20%EF%BF%BC FAIL 404 no 888 41 4 34 5  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R73 (Text spacing can be adjusted without loss of content)
                    axe failed rules: document-title, html-has-lang, landmark-one-main, region
https://stadt.muenchen.de/rathaus.html  https://stadt.muenchen.de/rathaus.html%20%20%EF%BF%BC OK 200 no 2095 1642 56 884 6 Rathaus – Landeshauptstadt München
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R40, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background)
                    axe failed rules: color-contrast, landmark-unique, region
https://www.grandlyon.com/  https://www.grandlyon.com/%20%20%EF%BF%BC FAIL 404 no 496 501 65 427 7 Oups ! Cette page n'existe pas… ou plus - La Métropole de Lyon
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R43, SIA-R56 (Landmarks with the same role are distinguishable), 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-unique, svg-img-alt
https://praha.eu/  https://praha.eu/%20%20%EF%BF%BC FAIL 404 no 4875 590 47 468 4 Stránka nenalezena - Praha - MHMP
                    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-R56 (Landmarks with the same role are distinguishable), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R87 (First focusable element is a skip link), SIA-R95
                    axe failed rules: landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, page-has-heading-one
https://kzn.ru/ https://kzn.ru/ OK 200 no 731 1773 353 1342 175 Официальный портал Казани
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), 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-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-R83 (Text can be resized to 200% without loss of content)
                    axe failed rules: aria-hidden-focus, color-contrast, heading-order, image-alt, image-redundant-alt, landmark-one-main, link-name, page-has-heading-one, region
https://basra.gov.iq/  https://basra.gov.iq/%20%20%EF%BF%BC FAIL 404 no 622 65 2 62 1 الصفحة غير موجودة. – ديوان محافظة البصرة
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://be.brussels/en https://be.brussels/en OK 200 no 1451 646 35 449 0 Welcome on the website of the Brussels-Capital Region | Brussels-Capital Region
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size)
https://www.sofia.bg https://www.sofia.bg/ FAIL 403 no 1653 1104 160 1320 47  
                    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-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-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: heading-order, image-alt, link-name, page-has-heading-one, region
https://admgor.nnov.ru/  https://admgor.nnov.ru/%20%20%EF%BF%BC FAIL 404 no 983 773 121 894 33 Ошибка #404 - Официальный сайт администрации города Нижнего Новгорода
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R3 (lang attribute has a valid language code), 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-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
                    axe failed rules: aria-allowed-role, color-contrast, link-name, list, region
https://www.beograd.rs/ https://www.beograd.rs/ OK 200 no 1015 1176 356 869 111 Град Београд: Најважније градске вести, актуелности и догађаји
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R110, SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R21, 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-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74
                    axe failed rules: aria-allowed-attr, aria-allowed-role, aria-required-children, aria-roles, color-contrast, frame-title, image-redundant-alt, landmark-unique, link-name, meta-viewport-large, region
https://www.gov.kz/memleket/entities/shymkent  https://www.gov.kz/memleket/entities/shymkent%20%20%EF%BF%BC OK 200 no 1477 5 2 7 2 GOV.KZ – Единая платформа интернет-ресурсов государственных органов (ЕПИР ГО)
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, page-has-heading-one
https://www.admkrsk.ru/Pages/default.aspx https://www.admkrsk.ru/Pages/default.aspx OK 200 no 7278 0 0 1204 30 Timeout exceeded while waiting for the document to load
                    axe failed rules: color-contrast, frame-title, landmark-one-main, page-has-heading-one, region
https://www.stadt-koeln.de/  https://www.stadt-koeln.de/%20%20%EF%BF%BC FAIL 403 no 591 14 3 7 4 403 Forbidden
                    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
https://www.gov.kz/memleket/entities/astana  https://www.gov.kz/memleket/entities/astana%20%20%EF%BF%BC OK 200 no 1208 5 2 7 2 GOV.KZ – Единая платформа интернет-ресурсов государственных органов (ЕПИР ГО)
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, page-has-heading-one
https://www.voronezh-city.ru/  https://voronezh-city.gosuslugi.ru/ OK 200 yes 2250 1493 153 1277 57 Муниципальный округ - Главная страница
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R13, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R47, SIA-R57 (Landmarks don’t repeat the same content), SIA-R61, 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)
                    axe failed rules: color-contrast, empty-heading, frame-title, image-alt, image-redundant-alt, link-name, meta-viewport, page-has-heading-one, region
https://www.volgadmin.ru/d/Home/Index https://www.volgadmin.ru/d/Home/Index OK 200 no 4184 690 194 470 70 Главная - Официальный сайт администрации Волгограда
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), 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), 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)
                    axe failed rules: aria-input-field-name, aria-required-children, button-name, color-contrast, image-alt, label, landmark-one-main, link-name, page-has-heading-one, region
https://start.stockholm/  https://start.stockholm/%20%20%EF%BF%BC FAIL 404 no 1270 30 1 39 2 Ett fel inträffade
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size)
                    axe failed rules: landmark-one-main, region
https://www.amsterdam.nl/ https://www.amsterdam.nl/ OK 200 no 178 815 117 590 64 Home | Gemeente Amsterdam
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R57 (Landmarks don’t repeat the same content), SIA-R61
                    axe failed rules: color-contrast, landmark-one-main, region
https://www.comune.napoli.it/  https://www.comune.napoli.it/%20%20%EF%BF%BC FAIL 403 no 411 23 3 18 5 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
https://www.marseille.fr/  https://www.marseille.fr/%20%20%EF%BF%BC FAIL 404 no 1445 871 213 685 22 Oups! | Ville de Marseille
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R12 (Links have an accessible name), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), 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-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
                    axe failed rules: button-name, color-contrast, heading-order, image-alt, label-title-only, landmark-unique, link-name, list, region
https://www.comune.torino.it/ https://www.comune.torino.it/ OK 200 no 1058 2655 128 2186 2 Home | Città di Torino
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R46, 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-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: page-has-heading-one, region
https://www.saratovmer.ru/  https://www.saratovmer.ru/%20%20%EF%BF%BC FAIL 404 no 1076 57 23 56 13 Страница не найдена
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), 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)
                    axe failed rules: color-contrast, html-has-lang, image-alt, landmark-one-main, region
https://www.krakow.pl/ https://www.krakow.pl/ OK 200 no 2083 3 4 2 4 Oficjalny serwis miejski - Oficjalny serwis miejski - Magiczny Kraków
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R4 (Page has a descriptive title), SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: document-title, html-has-lang, landmark-one-main, page-has-heading-one
https://frankfurt.de/  https://frankfurt.de/%20%20%EF%BF%BC FAIL 403 no 308 64 2 62 1 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://www.zagreb.hr/  https://www.zagreb.hr/%20%20%EF%BF%BC FAIL 404 no 449 23 3 17 4 404 - File or directory not found.
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), 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
https://www.oslo.kommune.no/  https://www.oslo.kommune.no/%20%20%EF%BF%BC FAIL 403 no 638 14 3 7 4 403 Forbidden
                    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
https://zp.gov.ua/  https://zp.gov.ua/%20%20%EF%BF%BC FAIL 404 no 704 558 92 389 5 Сторінку не знайдено
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R53 (Headings follow a logical hierarchy), SIA-R72, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)
                    axe failed rules: heading-order, link-name
https://www.bremen.de/  https://www.bremen.de/%20%20%EF%BF%BC FAIL 403 no 357 64 2 62 1 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://www.hel.fi/fi https://www.hel.fi/fi OK 200 no 716 1560 32 147 0 Etusivu | Helsingin kaupunki
                    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-R87 (First focusable element is a skip link)

Detailed Failure Information (ALFA)

https://www.london.gov.uk/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R43

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.berlin.de/ 

Failure 1:

https://www.madrid.es/portal/site/munimadrid

Rule: SIA-R110

Failure 1:

Failure 2:

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:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R21

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 130 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R72

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

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

https://kyivcity.gov.ua/ 

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

Failure 1:

Failure 1:

Rule: SIA-R59

Failure 1:

https://www.almaty.kz/

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 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-R56: Landmarks with the same role are distinguishable

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 112 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R75

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.paris.fr/ 

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

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 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://www.wien.gv.at/ 

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 1:

https://www.hamburg.de/ 

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

Failure 1:

Failure 1:

https://www.barcelona.cat/ca

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

Rule: SIA-R113

Failure 1:

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R13

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 76 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 63 more failures for this rule

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:

Failure 5:

… and 17 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://budapest.hu/ 

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://www.novo-sibirsk.ru/ 

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

Failure 1:

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 2:

https://stadt.muenchen.de/rathaus.html 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 38 more failures for this rule

Rule: SIA-R40

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

https://www.grandlyon.com/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Failure 1:

https://praha.eu/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 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 9 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

Rule: SIA-R95

Failure 1:

https://kzn.ru/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 26 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 103 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 62 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 49 more failures for this rule

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://basra.gov.iq/ 

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://be.brussels/en

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

https://www.sofia.bg

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 28 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 35 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://admgor.nnov.ru/ 

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 35 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R61

Failure 1:

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

https://www.beograd.rs/

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

Failure 1:

Failure 2:

Rule: SIA-R110

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R21

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 2:

Failure 3:

Failure 4:

Failure 5:

… and 124 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 66 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 66 more failures for this rule

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R74

Failure 1:

https://www.gov.kz/memleket/entities/shymkent 

Rule: SIA-R59

Failure 1:

Failure 1:

https://www.stadt-koeln.de/ 

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.gov.kz/memleket/entities/astana 

Rule: SIA-R59

Failure 1:

Failure 1:

https://www.voronezh-city.ru/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

Failure 1:

Rule: SIA-R13

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R47

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://www.volgadmin.ru/d/Home/Index

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 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 13 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://start.stockholm/ 

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

Failure 1:

https://www.amsterdam.nl/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 24 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 82 more failures for this rule

Rule: SIA-R61

Failure 1:

https://www.comune.napoli.it/ 

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R79

Failure 1:

Failure 1:

https://www.marseille.fr/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 58 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 50 more failures for this rule

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

Failure 1:

https://www.comune.torino.it/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 73 more failures for this rule

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

Failure 1:

Rule: SIA-R46

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.saratovmer.ru/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

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 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

https://www.krakow.pl/

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:

Failure 1:

https://frankfurt.de/ 

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.zagreb.hr/ 

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

https://www.oslo.kommune.no/ 

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://zp.gov.ua/ 

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R72

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 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 34 more failures for this rule

https://www.bremen.de/ 

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.hel.fi/fi

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: SIA-R113

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:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

Detailed Failure Information (axe)

https://www.london.gov.uk/ 

Rule: svg-img-alt

Impact: serious

Failure 1:

https://www.berlin.de/ 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.madrid.es/portal/site/munimadrid

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Rule: aria-roles

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 30 more failures for this rule

Rule: scope-attr-valid

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 37 more failures for this rule

https://kyivcity.gov.ua/ 

Rule: button-name

Impact: critical

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:

Failure 3:

Failure 4:

https://www.almaty.kz/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: document-title

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://www.paris.fr/ 

Rule: empty-heading

Impact: minor

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

https://www.wien.gv.at/ 

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.hamburg.de/ 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.barcelona.cat/ca

Rule: aria-progressbar-name

Impact: serious

Failure 1:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: html-lang-valid

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

https://budapest.hu/ 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.novo-sibirsk.ru/ 

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://stadt.muenchen.de/rathaus.html 

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.grandlyon.com/ 

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://praha.eu/ 

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: page-has-heading-one

Impact: moderate

Failure 1:

https://kzn.ru/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 64 more failures for this rule

https://basra.gov.iq/ 

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.sofia.bg

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

Rule: page-has-heading-one

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://admgor.nnov.ru/ 

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://www.beograd.rs/

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: aria-roles

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: meta-viewport-large

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

https://www.gov.kz/memleket/entities/shymkent 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.admkrsk.ru/Pages/default.aspx

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: frame-title

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

https://www.stadt-koeln.de/ 

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.gov.kz/memleket/entities/astana 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://www.voronezh-city.ru/ 

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://www.volgadmin.ru/d/Home/Index

Rule: aria-input-field-name

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: button-name

Impact: critical

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: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: label

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: page-has-heading-one

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://start.stockholm/ 

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.amsterdam.nl/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 54 more failures for this rule

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.comune.napoli.it/ 

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.marseille.fr/ 

Rule: button-name

Impact: critical

Failure 1:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.comune.torino.it/

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://www.saratovmer.ru/ 

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

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

https://www.krakow.pl/

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:

https://frankfurt.de/ 

Rule: meta-refresh

Impact: critical

Failure 1:

https://www.zagreb.hr/ 

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://www.oslo.kommune.no/ 

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

https://zp.gov.ua/ 

Rule: heading-order

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.bremen.de/ 

Rule: meta-refresh

Impact: critical

Failure 1: