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 492 0 492 Официальный сайт администрации города Красноярска
View Page 286 111 397 Град Београд: Најважније градске вести, актуелности и догађаји
View Page 362 4 366 404 Not Found
View Page 297 56 353 Accueil | Ville de Marseille
View Page 237 78 315 Grad Zagreb službene stranice
View Page 223 77 300 Официальный сайт администрации муниципального образования городского округа “Город Саратов”.
View Page 203 94 297 403 Forbidden
View Page 199 90 289 Inicio - Ayuntamiento de Madrid
View Page 201 82 283 Официальный сайт Новосибирска
View Page 227 48 275 El portal web oficial de Barcelona | Ajuntament de Barcelona

🔧 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 33 of 68 View Rule
SIA-R66: Text has enhanced contrast with its background 30 of 68 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 25 of 68 View Rule
SIA-R57: Landmarks don’t repeat the same content 21 of 68 View Rule
SIA-R87: First focusable element is a skip link 21 of 68 View Rule
SIA-R61 17 of 68 View Rule
SIA-R11: Button elements have an accessible name 16 of 68 View Rule
SIA-R69: Text has sufficient contrast with its background 15 of 68 View Rule
SIA-R3: lang attribute has a valid language code 13 of 68 View Rule
SIA-R74 12 of 68 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 28 of 68 View Rule
landmark-one-main 22 of 68 View Rule
page-has-heading-one 21 of 68 View Rule
color-contrast 19 of 68 View Rule
link-name 19 of 68 View Rule
image-alt 14 of 68 View Rule
html-has-lang 13 of 68 View Rule
landmark-unique 9 of 68 View Rule
frame-title 8 of 68 View Rule
aria-required-children 7 of 68 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 9 page(s) - 9 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 8 page(s) - 27 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 5 page(s) - 5 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 4: Affects 5 page(s) - 5 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 5: Affects 5 page(s) - 5 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 6: 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 7: 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 8: Affects 3 page(s) - 5 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):

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

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

Scanner: ALFA Rule: SIA-R17: No description Issue: The element is either tabbable or has tabbable descendants

HTML Pattern:

<ul class="km1-main-nav__link-list km1-main-nav__link-list--level-2" data-js-main-nav-level="2" aria-hidden="true">...</ul>

XPath (use in browser DevTools):

/ul[@class="km1-main-nav__link-list km1-main-nav__link-list--level-2"]

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('/ul[@class="km1-main-nav__link-list km1-main-nav__link-list--level-2"]')
  5. The element will be highlighted

Affected Pages:


Pattern 12: Affects 2 page(s) - 10 occurrence(s)

Scanner: ALFA Rule: SIA-R17: No description Issue: The element is either tabbable or has tabbable descendants

HTML Pattern:

<ul class="km1-main-nav__link-list km1-main-nav__link-list--level-1" data-js-main-nav-level="1" aria-hidden="true">...</ul>

XPath (use in browser DevTools):

/ul[@class="km1-main-nav__link-list km1-main-nav__link-list--level-1"]

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('/ul[@class="km1-main-nav__link-list km1-main-nav__link-list--level-1"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R3: lang attribute has a valid language code Issue: The element does not have a unique ID

HTML Pattern:

<g id="surface1">...</g>

XPath (use in browser DevTools):

/g[@id="surface1"]

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('/g[@id="surface1"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<button type="button" data-role="none" role="button" tabindex="0">1</button>

XPath (use in browser DevTools):

/button

How to Replicate:

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

Affected Pages:


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

Scanner: axe Rule: frame-title Impact: serious Issue: Frames must have an accessible name

HTML Pattern:

<iframe id="widgetPosId" src="https://pos.gosuslug..." width="100%" height="" style="border:0">

XPath (use in browser DevTools):

.swiper-slide-prev > iframe

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('.swiper-slide-prev > iframe')
  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.mos.ru/ https://www.mos.ru/ FAIL - no 10545 0 0 0 0 fetch failed
https://www.london.gov.uk/ https://www.london.gov.uk/ OK 200 no 297 2028 42 1357 1 Home page - London City Hall
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R43, SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, 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: svg-img-alt
http://gov.spb.ru/ http://gov.spb.ru/ FAIL - no 10494 0 0 0 0 fetch failed
https://www.berlin.de/ https://www.berlin.de/ FAIL 403 no 466 1261 80 889 8 Unerwünschter Zugriff / Forbidden access
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R56 (Landmarks with the same role are distinguishable), SIA-R64, 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-R74
                    axe failed rules: color-contrast, empty-heading, landmark-contentinfo-is-top-level, landmark-no-duplicate-contentinfo, landmark-unique
https://www.madrid.es/ https://www.madrid.es/portal/site/munimadrid OK 200 yes 316 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/ FAIL 403 no 180 68 2 66 1 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://www.comune.roma.it/ https://www.comune.roma.it/web/it/home.page OK 200 yes 2376 13 7 0 0 page.goto: net::ERR_CONNECTION_CLOSED at https://www.comune.roma.it/web/it/home.page Call log: - navigating to “https://www.comune.roma.it/web/it/home.page”, waiting until “domcontentloaded”
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R59, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
https://almaty.kz/ https://www.almaty.kz/ OK 200 yes 3125 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/ OK 200 no 145 1642 89 1278 4 Paris.fr, site officiel de la Ville de Paris
                    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-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: label-title-only, link-name
https://www.wien.gv.at/ https://www.wien.gv.at/ OK 206 no 944 0 0 1215 15 RangeError: Invalid string length at stringify () at JSON (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-formatter-json/dist/json.js:8:16) at run (file:///home/runner/work/alfa-scan/alfa-scan/node_modules/@siteimprove/alfa-cli/bin/alfa/command/audit/run.js:79:41)
                    axe failed rules: region, svg-img-alt
https://minsk.gov.by/ https://minsk.gov.by/ FAIL 503 no 813 3 4 2 4  
                    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://www.hamburg.de/ https://www.hamburg.de/ OK 200 no 690 4075 144 1500 3 Hamburg.de Startseite - hamburg.de
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: aria-hidden-focus, button-name
https://www.hamburg.com/ https://www.hamburg.com/ OK 200 no 623 1378 42 756 3 hamburg.com – Your Guide to Exploring, Living & Working in Hamburg
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: aria-hidden-focus, button-name
https://um.warszawa.pl/ https://um.warszawa.pl/ FAIL - no 145 0 0 0 0 fetch failed
https://barcelona.cat/ https://www.barcelona.cat/ca OK 200 yes 5250 1821 227 1375 48 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://www.pmb.ro/ https://www.pmb.ro/ OK 200 no 793 4 3 6 3 Primăria București
                    ALFA failed rules: SIA-R47, SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, meta-viewport, page-has-heading-one
https://budapest.hu/ https://budapest.hu/ OK 200 no 690 1891 120 1507 14 BUDAPEST.HU
                    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-R2 (HTML elements have a valid lang attribute), 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-R74
                    axe failed rules: aria-allowed-role, aria-required-children, image-alt, region
http://www.beograd.org.rs/ http://www.beograd.org.rs/ FAIL - no 5267 0 0 0 0 fetch failed
http://www.beograd.org.rs/ http://www.beograd.org.rs/ FAIL - no 335 0 0 0 0 fetch failed
https://www.novo-sibirsk.ru/ https://www.novo-sibirsk.ru/ OK 200 no 3185 986 201 907 82 Официальный сайт Новосибирска
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R53 (Headings follow a logical hierarchy), 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-R70, 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: aria-hidden-focus, color-contrast, heading-order, html-has-lang, image-alt, link-name, meta-viewport, page-has-heading-one
https://stadt.muenchen.de/rathaus.html https://stadt.muenchen.de/rathaus.html OK 200 no 1730 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
http://www.grandlyon.com/ https://www.grandlyon.com/ OK 200 yes 762 1183 102 983 8 Métropole de Lyon - La Métropole de Lyon
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R113, SIA-R43, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)
                    axe failed rules: label-title-only, landmark-unique, svg-img-alt
https://www.city.kharkiv.ua/ https://www.city.kharkiv.ua/ FAIL 403 no 149 100 3 58 4 Attention Required! | Cloudflare
                    ALFA failed rules: SIA-R74, 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://praha.eu/ https://praha.eu/ OK 200 no 1395 1717 120 1521 11 Portál hlavního města Prahy - Praha - MHMP
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R20, 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-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-hidden-focus, frame-title, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique
https://www.comune.milano.it/ https://www.comune.milano.it/ FAIL 403 no 653 2472 203 2323 94 403 Forbidden
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R40, SIA-R42, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text)
                    axe failed rules: aria-allowed-role, aria-required-parent, empty-heading, frame-title, image-alt, label, label-title-only, landmark-main-is-top-level, landmark-no-duplicate-main, landmark-unique, link-name, list
http://kzn.ru/ http://kzn.ru/ FAIL 404 no 594 1779 362 10 4 404 Not Found
                    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: html-has-lang, landmark-one-main, region
https://basra.gov.iq/ https://basra.gov.iq/ OK 200 no 460 65 2 62 1 ديوان محافظة البصرة – ديوان محافظة البصرة
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://be.brussels/ https://be.brussels/en OK 200 yes 2221 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://sofia.bg/ https://sofia.bg/ FAIL 403 no 986 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/ OK 200 no 1463 1666 198 2768 69 Главная страница - Официальный сайт администрации города Нижнего Новгорода
                    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-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R42, 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, SIA-R78 (Headings of same level have text content between them), SIA-R8 (Form elements have accessible labels), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name)
                    axe failed rules: aria-allowed-attr, aria-allowed-role, aria-hidden-focus, aria-input-field-name, aria-required-children, aria-required-parent, aria-valid-attr-value, color-contrast, image-alt, link-name, list, listitem, nested-interactive, page-has-heading-one, presentation-role-conflict, region
https://beograd.rs/ https://www.beograd.rs/ OK 200 yes 1387 1057 286 870 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-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-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 OK 200 no 1247 5 2 7 2 Акимат города Шымкент
                    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.gov.kz/memleket/entities/shymkent https://www.gov.kz/memleket/entities/shymkent OK 200 no 1278 5 2 7 2 Акимат города Шымкент
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, page-has-heading-one
http://www.cheladmin.ru/ http://www.cheladmin.ru/ FAIL - no 10494 0 0 0 0 fetch failed
https://krd.ru/ https://krd.ru/ FAIL 477 no 1911 113 15 83 6 You are blocked
                    ALFA failed rules: SIA-R59, 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, landmark-one-main, page-has-heading-one, region
https://samadm.ru/ https://samadm.ru/ FAIL - no 10495 0 0 0 0 fetch failed
http://ufacity.info/ http://ufacity.info/ FAIL - no 1317 0 0 0 0 fetch failed
http://www.birmingham.gov.uk/ https://www.birmingham.gov.uk/ OK 200 yes 1657 7 4 7 3 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
https://grad-rostov.ru/ https://grad-rostov.ru/ FAIL - no 360 0 0 0 0 fetch failed
http://www.tbilisi.gov.ge/ https://www.tbilisi.gov.ge/ OK 200 yes 1957 10 2 9 4 Request Rejected
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59
                    axe failed rules: html-has-lang, landmark-one-main, page-has-heading-one, region
https://www.admomsk.ru/ https://www.admomsk.ru/web/guest/main OK 200 yes 7696 0 0 1335 247 Timeout exceeded while waiting for the document to load
                    axe failed rules: color-contrast, definition-list, html-has-lang, landmark-one-main, link-name, page-has-heading-one, region
http://www.admkrsk.ru/ http://www.admkrsk.ru/Pages/default.aspx OK 200 yes 2350 1856 492 0 0 page.goto: Timeout 30000ms exceeded. Call log: - navigating to “http://www.admkrsk.ru/Pages/default.aspx”, waiting until “domcontentloaded”
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, 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-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)
https://www.stadt-koeln.de/ https://www.stadt-koeln.de/ OK 200 no 621 963 51 683 4 Stadt Köln
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-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-R83 (Text can be resized to 200% without loss of content), SIA-R90 (iframe elements have an accessible name)
                    axe failed rules: aria-input-field-name, aria-required-children, listitem, nested-interactive
https://www.gov.kz/memleket/entities/astana https://www.gov.kz/memleket/entities/astana OK 200 no 1180 5 2 7 2 Акимат города Астаны
                    ALFA failed rules: SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: landmark-one-main, page-has-heading-one
http://www.voronezh-city.ru/ https://voronezh-city.gosuslugi.ru/ OK 200 yes 2272 1493 153 1408 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
http://www.gorodperm.ru/ https://www.gorodperm.ru/ OK 200 yes 1200 0 0 653 76 Timeout exceeded while waiting for the document to load
                    axe failed rules: color-contrast, frame-title, html-has-lang, image-alt, input-button-name, landmark-one-main, link-in-text-block, link-name, page-has-heading-one, region
http://www.volgadmin.ru/ http://www.volgadmin.ru/d/Home/Index OK 200 yes 3635 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://omr.gov.ua/ https://omr.gov.ua/ FAIL 503 no 947 35 7 50 7  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R11 (Button elements have an accessible name), SIA-R4 (Page has a descriptive title), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R78 (Headings of same level have text content between them)
                    axe failed rules: color-contrast, document-title, html-has-lang, landmark-one-main, link-name, page-has-heading-one, region
https://start.stockholm/ https://start.stockholm/ OK 200 no 977 1185 149 870 1 Stockholms stad
                    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
http://dniprorada.gov.ua/ https://dniprorada.gov.ua/uk OK 200 yes 3163 67 2 66 1 Дніпровська міська рада
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://amsterdam.nl/ https://www.amsterdam.nl/ OK 200 yes 519 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/ FAIL 403 no 313 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://donetsk.gosuslugi.ru/ https://donetsk.gosuslugi.ru/ OK 200 no 1798 0 0 1512 47 Timeout exceeded while waiting for the document to load
                    axe failed rules: color-contrast, frame-title, image-alt, image-redundant-alt, link-name, meta-viewport, page-has-heading-one, region
https://gorod-donetsk.com/ https://gorod-donetsk.com/ OK 200 no 2021 3 6 128 22  
                    ALFA failed rules: SIA-R1 (id attributes are unique within the document), SIA-R13, SIA-R4 (Page has a descriptive title), SIA-R47, SIA-R59, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: color-contrast, document-title, frame-title, html-has-lang, image-alt, landmark-one-main, link-name, meta-viewport, page-has-heading-one, region
https://www.marseille.fr/ https://www.marseille.fr/ OK 200 no 406 1239 297 1065 56 Accueil | Ville de Marseille
                    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-R14 (Images have an accessible name or are decorative), SIA-R2 (HTML elements have a valid lang attribute), 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-R69 (Text has sufficient contrast with its background), SIA-R70, SIA-R73 (Text spacing can be adjusted without loss of content)
                    axe failed rules: button-name, color-contrast, image-alt, label-title-only, landmark-unique, link-name, page-has-heading-one
http://www.tyumen-city.ru/ http://www.tyumen-city.ru/ FAIL - no 10493 0 0 0 0 fetch failed
http://www.comune.torino.it/ https://www.comune.torino.it/ OK 200 yes 1286 20 6 14 5 Home | Città di Torino
                    ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R59, 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
http://www.saratovmer.ru/ http://www.saratovmer.ru/ OK 200 no 575 1012 223 943 77 Официальный сайт администрации муниципального образования городского округа “Город Саратов”.
                    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-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), 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-R8 (Form elements have accessible labels)
                    axe failed rules: color-contrast, heading-order, html-has-lang, image-alt, label, landmark-one-main, link-name, page-has-heading-one, region, tabindex
http://www.krakow.pl/ http://www.krakow.pl/ OK 200 no 1112 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/ FAIL 403 no 466 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/ OK 200 no 481 1342 237 1035 78 Grad Zagreb službene stranice
                    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-R17, SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R42, 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-R8 (Form elements have accessible labels), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R90 (iframe elements have an accessible name)
                    axe failed rules: aria-allowed-attr, aria-input-field-name, aria-required-children, aria-valid-attr-value, button-name, color-contrast, image-alt, image-redundant-alt, link-in-text-block, link-name, nested-interactive, presentation-role-conflict, region
https://www.oslo.kommune.no/ https://www.oslo.kommune.no/ OK 200 no 723 453 5 107 1 Oslo kommune - Startsiden
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R87 (First focusable element is a skip link)
                    axe failed rules: scrollable-region-focusable
https://city-adm.lviv.ua/ https://city-adm.lviv.ua/ FAIL 403 no 506 40 9 106 4 Доступ заблоковано
                    ALFA failed rules: SIA-R53 (Headings follow a logical hierarchy), 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)
                    axe failed rules: heading-order, landmark-one-main, region
https://zp.gov.ua/ https://zp.gov.ua/ OK 200 no 3065 1210 165 733 8 Запорізька міська рада - офіційний веб-сайт
                    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-R78 (Headings of same level have text content between them), SIA-R80 (ASCII art has a text alternative)
                    axe failed rules: heading-order, link-name
https://www.bremen.de/ https://www.bremen.de/ FAIL 403 no 313 64 2 62 1 Just a moment…
                    ALFA failed rules: SIA-R9, SIA-R96
                    axe failed rules: meta-refresh
https://hel.fi/ https://www.hel.fi/fi OK 200 yes 1769 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)
https://www.hel.fi/en https://www.hel.fi/en OK 200 no 367 1546 29 147 0 Frontpage | City of Helsinki
                    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)
https://www.hel.fi/sv https://www.hel.fi/sv OK 200 no 495 1561 28 147 0 Huvudsida | Helsingfors stad
                    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 28 more failures for this rule

Rule: SIA-R43

Failure 1:

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

Failure 1:

Rule: SIA-R60

Failure 1:

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

Failure 1:

Failure 2:

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

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

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

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

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

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://www.madrid.es/

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

Failure 1:

Rule: SIA-R96

Failure 1:

https://www.comune.roma.it/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

Rule: SIA-R74

Failure 1:

Failure 1:

https://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 13 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 9 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 2:

Failure 3:

Failure 4:

Failure 5:

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

https://minsk.gov.by/

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://www.hamburg.de/

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

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 79 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 22 more failures for this rule

Failure 1:

https://www.hamburg.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

https://barcelona.cat/

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 30 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 61 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://www.pmb.ro/

Rule: SIA-R47

Failure 1:

Rule: SIA-R59

Failure 1:

Failure 1:

https://budapest.hu/

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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

Failure 1:

Rule: SIA-R72

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 66 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 52 more failures for this rule

Rule: SIA-R70

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:

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:

http://www.grandlyon.com/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 48 more failures for this rule

Rule: SIA-R113

Failure 1:

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

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

Failure 1:

https://www.city.kharkiv.ua/

Rule: SIA-R74

Failure 1:

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

Failure 1:

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

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R20

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 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-R66: Text has enhanced 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 7 more failures for this rule

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

Failure 1:

Failure 2:

Failure 3:

https://www.comune.milano.it/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 88 more failures for this rule

Rule: SIA-R13

Failure 1:

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

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

Rule: SIA-R40

Failure 1:

Rule: SIA-R42

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 56 more failures for this rule

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

Failure 1:

Rule: SIA-R64

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:

Failure 3:

Failure 4:

http://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 29 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 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 53 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/

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://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 19 more failures for this rule

Rule: SIA-R113

Failure 1:

Failure 2:

Rule: SIA-R17

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:

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:

Failure 5:

… and 3 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 3 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 53 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 44 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 17 more failures for this rule

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:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

https://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-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 103 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 52 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 52 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 11 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.gov.kz/memleket/entities/shymkent

Rule: SIA-R59

Failure 1:

Failure 1:

https://krd.ru/

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

http://www.tbilisi.gov.ge/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

http://www.admkrsk.ru/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 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 42 more failures for this rule

Rule: SIA-R13

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

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

Failure 1:

Failure 2:

Rule: SIA-R42

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

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

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-R8: Form elements have accessible labels

Failure 1:

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

Failure 1:

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

Failure 1:

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

Rule: SIA-R59

Failure 1:

Failure 1:

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

http://www.volgadmin.ru/

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

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

Failure 1:

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

Failure 1:

Rule: SIA-R4: Page has a descriptive title

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

Failure 1:

https://start.stockholm/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 67 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 1 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 65 more failures for this rule

http://dniprorada.gov.ua/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://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://gorod-donetsk.com/

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

Failure 1:

Rule: SIA-R13

Failure 1:

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R47

Failure 1:

Rule: SIA-R59

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 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 48 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 5:

… and 84 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 75 more failures for this rule

Rule: SIA-R70

Failure 1:

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

Failure 1:

http://www.comune.torino.it/

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R59

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

http://www.saratovmer.ru/

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:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

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

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

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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 73 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 46 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 41 more failures for this rule

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-R8: Form elements have accessible labels

Failure 1:

http://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-R11: Button elements have an accessible name

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 42 more failures for this rule

Failure 1:

Rule: SIA-R17

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 31 more failures for this rule

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:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R42

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 83 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 27 more failures for this rule

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R8: Form elements have accessible labels

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

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

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:

Rule: SIA-R61

Failure 1:

Failure 1:

https://city-adm.lviv.ua/

Rule: SIA-R53: Headings follow a logical hierarchy

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:

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:

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:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 65 more failures for this rule

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 65 more failures for this rule

https://www.bremen.de/

Rule: SIA-R9

Failure 1:

Rule: SIA-R96

Failure 1:

https://hel.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:

https://www.hel.fi/en

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 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:

https://www.hel.fi/sv

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

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:

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: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: empty-heading

Impact: minor

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:

https://www.madrid.es/

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: meta-refresh

Impact: critical

Failure 1:

https://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: label-title-only

Impact: serious

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

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

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://minsk.gov.by/

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://www.hamburg.de/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

https://www.hamburg.com/

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

https://barcelona.cat/

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 5 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://www.pmb.ro/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://budapest.hu/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

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

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 47 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

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:

http://www.grandlyon.com/

Rule: label-title-only

Impact: serious

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://www.city.kharkiv.ua/

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

https://praha.eu/

Rule: aria-hidden-focus

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-main-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-main

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

https://www.comune.milano.it/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 56 more failures for this rule

Rule: empty-heading

Impact: minor

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: label-title-only

Impact: serious

Failure 1:

Rule: label

Impact: critical

Failure 1:

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:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

http://kzn.ru/

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

Rule: meta-refresh

Impact: critical

Failure 1:

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

Impact: critical

Failure 1:

Failure 2:

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: aria-hidden-focus

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-input-field-name

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: aria-required-parent

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: list

Impact: serious

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Failure 2:

Rule: nested-interactive

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://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.gov.kz/memleket/entities/shymkent

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

https://krd.ru/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

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:

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

http://www.tbilisi.gov.ge/

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.admomsk.ru/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 82 more failures for this rule

Rule: definition-list

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 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 134 more failures for this rule

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

Rule: aria-input-field-name

Impact: serious

Failure 1:

Rule: aria-required-children

Impact: critical

Failure 1:

Rule: listitem

Impact: serious

Failure 1:

Rule: nested-interactive

Impact: serious

Failure 1:

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

Rule: landmark-one-main

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

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

http://www.gorodperm.ru/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: input-button-name

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

http://www.volgadmin.ru/

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

Rule: color-contrast

Impact: serious

Failure 1:

Rule: document-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://start.stockholm/

Rule: region

Impact: moderate

Failure 1:

http://dniprorada.gov.ua/

Rule: meta-refresh

Impact: critical

Failure 1:

https://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://donetsk.gosuslugi.ru/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 21 more failures for this rule

Rule: frame-title

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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://gorod-donetsk.com/

Rule: color-contrast

Impact: serious

Failure 1:

Rule: document-title

Impact: serious

Failure 1:

Rule: frame-title

Impact: serious

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: meta-viewport

Impact: moderate

Failure 1:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Failure 2:

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

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Rule: page-has-heading-one

Impact: moderate

Failure 1:

http://www.comune.torino.it/

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:

http://www.saratovmer.ru/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 41 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Rule: label

Impact: critical

Failure 1:

Rule: landmark-one-main

Impact: moderate

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: page-has-heading-one

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 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

http://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: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-input-field-name

Impact: serious

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

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:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: image-redundant-alt

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: nested-interactive

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

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

Rule: scrollable-region-focusable

Impact: serious

Failure 1:

https://city-adm.lviv.ua/

Rule: heading-order

Impact: moderate

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:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://www.bremen.de/

Rule: meta-refresh

Impact: critical

Failure 1: