open-scans

Scan Report: bayern.de

🎯 Priority: Pages with Most Errors

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

Page axe Unique ALFA Unique Equal Access Unique AccessLint Unique QualWeb Total Unique Page Title
View Page 64 32 97 76 65 334 Ministerpräsident – Bayerisches Landesportal
View Page 67 31 67 73 70 308 Mediathek – Bayerisches Landesportal
View Page 67 29 67 73 70 306 Mediathek – Bayerisches Landesportal
View Page 67 29 67 73 70 306 Mediathek – Bayerisches Landesportal
View Page 60 30 94 67 53 304 Aufgaben und Organisation – Bayerisches Landesportal
View Page 60 28 67 73 64 292 Mediathek – Bayerisches Landesportal
View Page 53 12 104 91 24 284 Bayern in Quebec – (English) Eine weitere WordPress-Website
View Page 34 32 67 73 70 276 Mediathek – Bayerisches Landesportal
View Page 48 28 82 44 61 263 Welcome dahoam – Bayerisches Landesportal
View Page 51 34 60 63 40 248 Staatsminister Dr. Florian Herrmann – Bayerisches Landesportal

🔧 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 72 of 83 View Rule
SIA-R57: Landmarks don’t repeat the same content 72 of 83 View Rule
SIA-R14: Images have an accessible name or are decorative 70 of 83 View Rule
SIA-R2: HTML elements have a valid lang attribute 70 of 83 View Rule
SIA-R3: lang attribute has a valid language code 70 of 83 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 70 of 83 View Rule
SIA-R18: ARIA states are consistent with element semantics 53 of 83 View Rule
SIA-R74 30 of 83 View Rule
SIA-R62: Links are visually distinguishable from surrounding text 25 of 83 View Rule
SIA-R11: Button elements have an accessible name 23 of 83 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 72 of 83 View Rule
image-alt 70 of 83 View Rule
aria-prohibited-attr 53 of 83 View Rule
link-name 23 of 83 View Rule
aria-allowed-role 22 of 83 View Rule
presentation-role-conflict 22 of 83 View Rule
link-in-text-block 21 of 83 View Rule
html-has-lang 13 of 83 View Rule
button-name 11 of 83 View Rule
heading-order 5 of 83 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 71 page(s) - 71 occurrence(s)

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

HTML Pattern:

<div class="cookie-text">

XPath (use in browser DevTools):

.cookie-text

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://de-de.facebook.com/bayern/" title="die Bayerische Staatskanzlei auf Facebook" target="_blank">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.youtube.com/user/Bayern?hl=de&gl=DE" title="die Bayerische Staatskanzlei auf Youtube" target="_blank">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.instagram.com/bayern.de/?hl=de" title="die Bayerische Staatskanzlei auf Instagram" target="_blank">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="https://www.linkedin.com/company/bayernde" title="die Bayerische Staatskanzlei auf LinkedIn" target="_blank">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="/buergerservice/apps-messenger-rss/#messenger" title="Link auf Übersicht Messenger Service">...</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="#" class="close-mail">...</a>

XPath (use in browser DevTools):

/a[@class="close-mail"]

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="/sitemap/">Inhalt</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="/datenschutz/">Datenschutz</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="/impressum/">Impressum</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

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

HTML Pattern:

<a href="/erklaerung-zur-barrierefreiheit/">Barrierefreiheit</a>

XPath (use in browser DevTools):

/a

How to Replicate:

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

Affected Pages:


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

Scanner: ALFA Rule: SIA-R14: Images have an accessible name or are decorative Issue: The visible text content of the element is not included within its accessible name

HTML Pattern:

<a class="openNav" role="button" tabindex="0" aria-label="Menu aufklappen" aria-haspopup="true" aria-expanded="false">...</a>

XPath (use in browser DevTools):

/a[@class="openNav"]

How to Replicate:

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

Affected Pages:


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

Scanner: ALFA Rule: SIA-R2: HTML elements have a valid lang attribute Issue: The image does not have an accessible name

HTML Pattern:

<img src="/wp-content/uploads/2021/02/Facebook.png" class="sidebar-img" width="36" height="36" />

XPath (use in browser DevTools):

/img[@class="sidebar-img"]

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

Affected Pages:


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

Scanner: ALFA Rule: SIA-R2: HTML elements have a valid lang attribute Issue: The image does not have an accessible name

HTML Pattern:

<img src="/wp-content/uploads/2021/02/Youtube.png" class="sidebar-img" width="36" height="36" />

XPath (use in browser DevTools):

/img[@class="sidebar-img"]

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

Affected Pages:


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

Scanner: ALFA Rule: SIA-R2: HTML elements have a valid lang attribute Issue: The image does not have an accessible name

HTML Pattern:

<img src="/wp-content/uploads/2021/02/Instagram.png" class="sidebar-img" width="36" height="36" />

XPath (use in browser DevTools):

/img[@class="sidebar-img"]

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

Affected Pages:


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

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URL Final URL Status HTTP Redirected Time (ms) axe Unique ALFA Unique Equal Access Unique AccessLint Unique Duplicates Notes
https://bayern.de/ https://www.bayern.de/ OK 200 yes 46972 29 28 73 46 125 Bayerisches Landesportal – Das Landesportal des Freistaats Bayern und der Bayerischen Staatsregierung
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/erklaerung-zur-barrierefreiheit/ https://www.bayern.de/erklaerung-zur-barrierefreiheit/ OK 200 yes 28772 7 19 14 17 36 Erklärung zur Barrierefreiheit – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/apps-messenger-rss/ https://www.bayern.de/buergerservice/apps-messenger-rss/ OK 200 yes 30988 16 18 22 23 32 Apps, Messenger, RSS – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/broschueren/ https://www.bayern.de/buergerservice/broschueren/ OK 200 yes 27504 7 19 13 15 22 Broschüren – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/empty-heading, text-alternatives/img-alt  
https://bayern.de/buergerservice/buergerbeauftragter/ https://www.bayern.de/buergerservice/buergerbeauftragter/ OK 200 yes 28973 7 21 18 15 48 Bürgerbeauftragter – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/gebaerdensprache/ https://www.bayern.de/buergerservice/gebaerdensprache/ OK 200 yes 36678 17 23 36 26 119 Gebärdensprache – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/buergerservice/ihr-vorschlag-zaehlt/ https://www.bayern.de/buergerservice/ihr-vorschlag-zaehlt/ OK 200 yes 30341 7 18 14 14 26 Ihr Vorschlag zählt – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/kontakt/ https://www.bayern.de/buergerservice/kontakt/ OK 200 yes 30196 6 24 16 15 23 Kontakt BAYERN|DIREKT – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_role_valid, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/leichte-sprache/ https://www.bayern.de/buergerservice/leichte-sprache/ OK 200 yes 38735 7 25 19 14 66 Leichte Sprache – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_id_unique, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/mediathek/ https://www.bayern.de/buergerservice/mediathek/ OK 200 yes 37614 60 28 67 73 251 Mediathek – Bayerisches Landesportal
                    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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, button-name, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/buergerservice/newsletter/ https://www.bayern.de/buergerservice/newsletter/ OK 200 yes 29869 8 21 24 37 51 Newsletter – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, aria_landmark_name_unique, element_attribute_deprecated, form_submit_button_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, text-alternatives/img-alt  
https://bayern.de/buergerservice/newsroom-social-media/ https://www.bayern.de/buergerservice/newsroom-social-media/ OK 200 yes 42309 30 26 50 44 151 Social Media Newsroom – Bayerisches Landesportal
                    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-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-R57 (Landmarks don’t repeat the same content), 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-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, button-name, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_exists, input_label_visible, label_name_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/bayerns-wirtschaftsminister-spricht-sich-auf-80-jahr-feier-der-transport-und-logistikbranche-gegen-co2-bepreisung-aus/ https://www.bayern.de/bayerns-wirtschaftsminister-spricht-sich-auf-80-jahr-feier-der-transport-und-logistikbranche-gegen-co2-bepreisung-aus/ OK 200 yes 25757 7 19 13 14 24 Bayerns Wirtschaftsminister spricht sich auf 80-Jahr-Feier der Transport- und Logistikbranche gegen CO2-Bepreisung aus – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/bericht-aus-der-kabinettssitzung-vom-3-maerz-2026/ https://www.bayern.de/bericht-aus-der-kabinettssitzung-vom-3-maerz-2026/ OK 200 yes 28272 7 18 16 14 39 Bericht aus der Kabinettssitzung vom 3. März 2026 – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/berufsorientierung-neu-gedacht-anton-jaumann-realschule-bringt-schule-und-berufspraxis-enger-zusammen/ https://www.bayern.de/berufsorientierung-neu-gedacht-anton-jaumann-realschule-bringt-schule-und-berufspraxis-enger-zusammen/ OK 200 yes 24932 7 18 14 14 26 Berufsorientierung neu gedacht: Anton-Jaumann-Realschule bringt Schule und Berufspraxis enger zusammen – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/datenschutz/ https://www.bayern.de/datenschutz/ OK 200 yes 32609 30 21 20 41 74 Datenschutz – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, table_headers_exists, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/der-freistaat/ https://www.bayern.de/der-freistaat/ OK 200 yes 44359 19 27 46 27 113 Der Freistaat – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/erste-sitzung-der-kommission-staatsreform/ https://www.bayern.de/buergerservice/mediathek/?fotoreihe=190200 OK 200 yes 42325 67 31 67 73 244 Mediathek – Bayerisches Landesportal
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-dialog-name, button-name, heading-order, image-alt, link-name, presentation-role-conflict, region, tabindex  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/eu-finanzen-power-regions-fordern-mehr-mitsprache-und-beteiligung-europaminister-beisswenger-auch-starke-standorte-unterliegen-transformationsprozessen/ https://www.bayern.de/eu-finanzen-power-regions-fordern-mehr-mitsprache-und-beteiligung-europaminister-beisswenger-auch-starke-standorte-unterliegen-transformationsprozessen/ OK 200 yes 24851 7 18 13 14 19 EU-Finanzen: Power-Regions fordern mehr Mitsprache und Beteiligung / Europaminister Beißwenger: Auch starke Standorte unterliegen Transformationsprozessen – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_sensory_misuse  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/gerlach-will-frauengesundheit-weiter-staerken-bayernsgesundheitsministerin-anlaesslich-des-internationalen-frauentags-am-8-maerz/ https://www.bayern.de/gerlach-will-frauengesundheit-weiter-staerken-bayernsgesundheitsministerin-anlaesslich-des-internationalen-frauentags-am-8-maerz/ OK 200 yes 25186 7 20 13 14 36 Gerlach will Frauengesundheit weiter stärken – BayernsGesundheitsministerin anlässlich des Internationalen Frauentags am 8. März – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/hinweis-auf-termine-von-ministerpraesident-dr-markus-soeder-766/ https://www.bayern.de/hinweis-auf-termine-von-ministerpraesident-dr-markus-soeder-766/ OK 200 yes 25500 7 19 15 18 28 Hinweis auf Termine von Ministerpräsident Dr. Markus Söder – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/impressum/ https://www.bayern.de/impressum/ OK 200 yes 29876 14 22 18 30 51 Impressum – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, link-name, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/in-english/ https://www.bayern.de/in-english/ OK 200 yes 33336 11 22 27 20 47 English Version – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_valid, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/empty-heading, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/javascript https://www.bayern.de/javascript FAIL 404 yes 29714 7 18 12 14 23 Seite nicht gefunden – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/messenger. https://www.bayern.de/messenger. FAIL 404 yes 29296 7 18 12 14 23 Seite nicht gefunden – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/messerundgang-ueber-die-enforce-tac/ https://www.bayern.de/buergerservice/mediathek/?fotoreihe=190022 OK 200 yes 46771 67 29 67 73 245 Mediathek – Bayerisches Landesportal
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-dialog-name, button-name, heading-order, image-alt, link-name, presentation-role-conflict, region, tabindex  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/ministerpraesident-dr-markus-soeder-ordnet-trauerbeflaggung-aus-anlass-des-nationalen-gedenktags-fuer-die-opfer-terroristischer-gewalt-an-5/ https://www.bayern.de/ministerpraesident-dr-markus-soeder-ordnet-trauerbeflaggung-aus-anlass-des-nationalen-gedenktags-fuer-die-opfer-terroristischer-gewalt-an-5/ OK 200 yes 24277 7 18 13 14 19 Ministerpräsident Dr. Markus Söder ordnet Trauerbeflaggung aus Anlass des Nationalen Gedenktags für die Opfer terroristischer Gewalt an – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/mit-gutem-essen-durch-den-tag-bayerns-vernetzungsstellen-unterstuetzen-bei-gesunder-schulverpflegung-ernaehrungsministerin-kaniber-angebot-bitte-nutzen/ https://www.bayern.de/mit-gutem-essen-durch-den-tag-bayerns-vernetzungsstellen-unterstuetzen-bei-gesunder-schulverpflegung-ernaehrungsministerin-kaniber-angebot-bitte-nutzen/ OK 200 yes 25131 7 18 13 14 20 Mit gutem Essen durch den Tag: Bayerns Vernetzungsstellen unterstützen bei gesunder Schulverpflegung – Ernährungsministerin Kaniber: „Angebot bitte nutzen“ – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/politik/ https://www.bayern.de/politik/ OK 200 yes 34369 7 18 15 18 26 Politik – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/projekt-fusionsdemonstrator-alpha/ https://www.bayern.de/buergerservice/mediathek/?fotoreihe=190196 OK 200 yes 43579 34 32 67 73 273 Mediathek – Bayerisches Landesportal
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/sitemap/ https://www.bayern.de/sitemap/ OK 200 yes 29877 67 20 15 74 85 Sitemap – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R57 (Landmarks don’t repeat the same content), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, html-has-lang, image-alt, region, tabindex  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, html_lang_exists, html_lang_valid, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, keyboard-accessible/tabindex, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/warnung-der-bevlkerung-landesweiter-probealarm-am-12-mrz-2026-ab-1100-uhr-test-von-sirenen-warn-apps-und-cell-broadcast/ https://www.bayern.de/warnung-der-bevlkerung-landesweiter-probealarm-am-12-mrz-2026-ab-1100-uhr-test-von-sirenen-warn-apps-und-cell-broadcast/ OK 200 yes 25186 7 20 12 15 22 Warnung der Bevölkerung: Landesweiter Probealarm am 12. März 2026 ab 11:00 Uhr – Test von Sirenen, Warn-Apps und Cell Broadcast – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), 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-R4 (Page has a descriptive title), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: html-has-lang, image-alt, region  
                    Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, html_lang_valid, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, readable/html-has-lang, text-alternatives/img-alt  
https://bayern.de/welcome-dahoam/ https://www.bayern.de/welcome-dahoam/ OK 200 yes 41709 48 28 82 44 219 Welcome dahoam – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R80 (ASCII art has a text alternative), SIA-R85, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_eventhandler_role_valid, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt, time-based-media/audio-transcript  
https://bayern.de/zukunft-handwerk-2026/ https://www.bayern.de/buergerservice/mediathek/?fotoreihe=190561 OK 200 yes 43723 67 29 67 73 245 Mediathek – Bayerisches Landesportal
                    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-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, aria-dialog-name, button-name, heading-order, image-alt, link-name, presentation-role-conflict, region, tabindex  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, target_spacing_sufficient, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/politik/hightech-agenda/ https://www.bayern.de/politik/hightech-agenda/ OK 200 yes 34403 19 23 42 41 49 Hightech Agenda Bayern – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/presse/archiv-pressemitteilungen/ https://www.bayern.de/presse/archiv-pressemitteilungen/ OK 200 yes 32466 10 21 25 18 35 Archiv Pressemitteilungen – Bayerisches Landesportal
                    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-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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, button-name, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, form_submit_button_exists, input_label_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/presse/ministerratsberichte/ https://www.bayern.de/presse/ministerratsberichte/ OK 200 yes 31846 10 21 29 18 30 Ministerratsberichte – Bayerisches Landesportal
                    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-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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, button-name, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, input_label_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/presse/presse-abo/ https://www.bayern.de/presse/presse-abo/ OK 200 yes 29049 8 22 21 15 25 Presse-Abo – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, aria_landmark_name_unique, element_attribute_deprecated, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/region, text-alternatives/img-alt  
https://bayern.de/presse/pressemitteilungen/ https://www.bayern.de/presse/pressemitteilungen/ OK 200 yes 31509 10 21 25 18 35 Pressemitteilungen – Bayerisches Landesportal
                    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-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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, button-name, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, form_submit_button_exists, input_label_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/presse/pressestellen-der-bayerischen-staatsregierung/ https://www.bayern.de/presse/pressestellen-der-bayerischen-staatsregierung/ OK 200 yes 32965 7 19 15 26 24 Pressestellen der Bayerischen Staatsregierung – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/aufgaben-und-organisation/ https://www.bayern.de/staatskanzlei/aufgaben-und-organisation/ OK 200 yes 49846 60 30 94 67 166 Aufgaben und Organisation – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R14 (Images have an accessible name or are decorative), 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-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, frame-title, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, frame_title_exists, img_alt_null, img_alt_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/frame-title, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayerischer-ethikrat/ https://www.bayern.de/staatskanzlei/bayerischer-ethikrat/ OK 200 yes 30281 24 20 17 35 42 Bayerischer Ethikrat – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_quoted_correctly  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayerischer-normenkontrollrat/ https://www.bayern.de/staatskanzlei/bayerischer-normenkontrollrat/ OK 200 yes 32760 7 18 21 14 146 Bayerischer Normenkontrollrat – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-bei-der-eu/ https://www.bayern.de/staatskanzlei/bayern-in-bruessel/ OK 200 yes 46338 33 26 55 68 126 Bayern in Brüssel – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-beim-bund/ https://bayern.de/staatskanzlei/bayern-beim-bund/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatskanzlei/bayern-in-addis-abeba/ https://www.bayern.de/staatskanzlei/bayern-in-addis-abeba/ OK 200 yes 28924 7 19 15 19 29 Bayern in Afrika – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-in-berlin/ https://bayern.de/staatskanzlei/bayern-in-berlin/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatskanzlei/bayern-in-bruessel/ https://www.bayern.de/staatskanzlei/bayern-in-bruessel/ OK 200 yes 40846 33 26 55 68 126 Bayern in Brüssel – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-in-der-welt/ https://www.bayern.de/staatskanzlei/bayern-in-der-welt/ OK 200 yes 34713 26 23 29 34 50 Bayern in der Welt – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-in-israel/ https://www.bayern.de/staatskanzlei/bayern-in-israel/ OK 200 yes 29427 11 19 14 23 27 Bayern in Israel – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/bayerische-staatskanzlei-und-staatsministerien/ https://www.bayern.de/staatsregierung/bayerische-staatskanzlei-und-staatsministerien/ OK 200 yes 32373 7 20 13 29 47 Staatsministerien – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/beauftragte-der-bayerischen-staatsregierung/ https://www.bayern.de/staatsregierung/beauftragte-der-bayerischen-staatsregierung/ OK 200 yes 30072 7 19 16 14 31 Beauftragte der Bayerischen Staatsregierung – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/kabinett/ https://www.bayern.de/staatsregierung/kabinett/ OK 200 yes 32329 9 19 18 16 39 Kabinett – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatsregierung/koalitionsvertrag-2023-2028/ https://www.bayern.de/staatsregierung/koalitionsvertrag-2023-2028/ OK 200 yes 29870 7 19 16 14 22 Koalitionsvertrag 2023 – 2028 – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, img_alt_null, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesident/ https://www.bayern.de/staatsregierung/ministerpraesident/ OK 200 yes 54910 64 32 97 76 270 Ministerpräsident – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidentenkonferenz/ https://www.bayern.de/staatsregierung/ministerpraesidentenkonferenz/ OK 200 yes 30402 8 19 14 15 28 Ministerpräsidentenkonferenz – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/orden-und-ehrenzeichen/ https://bayern.de/staatsregierung/orden-und-ehrenzeichen/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatsregierung/preise-und-auszeichnungen/ https://www.bayern.de/staatsregierung/preise-und-auszeichnungen/ OK 200 yes 49920 40 26 54 49 155 Preise und Auszeichnungen – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, img_alt_null, img_alt_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatsregierung/regierungserklaerungen-uebersicht/ https://www.bayern.de/staatsregierung/regierungserklaerungen-uebersicht/ OK 200 yes 31079 10 21 25 18 35 Regierungs­erklärungen – Bayerisches Landesportal
                    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-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-R57 (Landmarks don’t repeat the same content), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, button-name, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_form_label_unique, element_attribute_deprecated, form_submit_button_exists, input_label_exists, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/button-name, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-edmund-stoiber/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-edmund-stoiber/ OK 200 yes 28157 7 23 19 14 45 Dr. Edmund Stoiber – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/leat-fortbildungen/ https://www.bayern.de/staatskanzlei/leat-fortbildungen/ OK 200 yes 59262 16 28 42 43 260 LEAT-Fortbildungen – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, empty-heading, image-alt, presentation-role-conflict, region  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, heading_content_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_sensory_misuse  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/empty-heading, navigable/heading-order, text-alternatives/img-alt  
https://bayern.de/buergerservice/podcast-auf-eine-weiss-blaue-tasse/ https://www.bayern.de/buergerservice/podcast-auf-eine-weiss-blaue-tasse/ OK 200 yes 37700 21 20 51 15 72 Podcast – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, empty-heading, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, caption_track_exists, element_attribute_deprecated, element_id_unique, form_submit_button_exists, frame_src_valid, img_alt_valid, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/frame-title-unique, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-in-tschechien/ https://bayern.de/staatskanzlei/bayern-in-tschechien/ FAIL - no 60016 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatskanzlei/karriere/ https://karriere.stk.bayern.de/index.php?ac=start OK 200 yes 49347 36 17 46 0 122 page.addScriptTag: Executing inline script violates the following Content Security Policy directive ‘script-src ‘self’ *.polizei.bayern.de *.stk.bayern.de *.gstatic.com *.google.com *.googleapis.com *.cookiefirst.com www.piwik.bayern.de *.piwik.bayern.de’. Either the ‘unsafe-inline’ keyword, a hash (‘sha256-iLB/qGn2fKTfTYFKNKTMDW4mWOq+TwpFIWKi5guSmvk=’), or a nonce (‘nonce-…’) is required to enable inline execution. The action has been blocked.
                    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-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-R69 (Text has sufficient contrast with its background), SIA-R74, SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: color-contrast, heading-order, landmark-banner-is-top-level, landmark-no-duplicate-banner, landmark-unique, link-name, list, region  
                    Equal Access failed rules: a_text_purpose, aria_banner_label_unique, aria_child_valid, aria_content_in_landmark, aria_landmark_name_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient  
https://bayern.de/staatskanzlei/die-welt-in-bayern/ https://www.bayern.de/staatskanzlei/die-welt-in-bayern/ OK 200 yes 38197 8 20 15 15 128 Die Welt in Bayern – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/staatsminister-dr-florian-herrmann/ https://www.bayern.de/staatskanzlei/staatsminister-dr-florian-herrmann/ OK 200 yes 45576 51 34 60 63 194 Staatsminister Dr. Florian Herrmann – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, heading-order, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, img_alt_null, img_alt_valid, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, text_quoted_correctly, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/buergerservice/social-media/ https://www.bayern.de/buergerservice/social-media/ OK 200 yes 29802 28 21 32 37 50 Social Media – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, link-name, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/empty-heading, navigable/link-name, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-markus-soeder/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-markus-soeder/ OK 200 yes 27936 7 18 15 14 25 Dr. Markus Söder – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R73 (Text spacing can be adjusted without loss of content)  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-max-streibl/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-max-streibl/ OK 200 yes 28463 7 23 19 14 44 Dr. h. c. Max Streibl – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/bayern-in-quebec/ https://www.bayern.ca/de/ OK 200 yes 37900 53 12 104 91 208 Bayern in Quebec – (English) Eine weitere WordPress-Website
                    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-R57 (Landmarks don’t repeat the same content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-role, button-name, landmark-one-main, link-name, presentation-role-conflict, region, tabindex  
                    Equal Access failed rules: a_text_purpose, aria_content_in_landmark, aria_contentinfo_misuse, aria_role_valid, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, img_alt_null, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/color-contrast, keyboard-accessible/focus-order, keyboard-accessible/tabindex, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/landmark-main, landmarks/region, navigable/link-name  
https://bayern.de/buergerservice/vereinsfeiern/ https://www.bayern.de/buergerservice/vereinsfeiern/ OK 200 yes 32320 10 20 13 17 29 Vereinsfeiern – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, link-in-text-block, region  
                    Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, element_attribute_deprecated, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-alfons-goppel/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-alfons-goppel/ OK 200 yes 28422 7 23 19 14 48 Dr. h. c. Alfons Goppel – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/staatsminister-eric-beisswenger/ https://www.bayern.de/staatskanzlei/staatsminister-eric-beisswenger/ OK 200 yes 44770 37 30 70 49 191 Staatsminister Eric Beißwenger – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R62 (Links are visually distinguishable from surrounding text), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, image-alt, link-in-text-block, presentation-role-conflict, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_tabbable_visible, form_submit_button_exists, img_alt_null, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading, text_contrast_sufficient, widget_tabbable_exists  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-hans-ehard/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-hans-ehard/ OK 200 yes 27806 7 23 19 14 48 Dr. Hans Ehard – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/fritz-schaeffer/ https://www.bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/fritz-schaeffer/ OK 200 yes 27982 7 23 19 14 45 Fritz Schäffer – Bayerisches Landesportal
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74  
                    axe failed rules: aria-prohibited-attr, image-alt, region  
                    Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, element_attribute_deprecated, element_tabbable_unobscured, form_submit_button_exists, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, text-alternatives/img-alt  
https://bayern.de/staatskanzlei/eusalp-2026/ https://www.bayern.de/staatskanzlei/eusalp-2026/ OK 200 yes 32226 17 28 43 24 137 EUSALP-Vorsitz 2026 – Bayerisches Landesportal
                    ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R14 (Images have an accessible name or are decorative), SIA-R18 (ARIA states are consistent with element semantics), SIA-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-R57 (Landmarks don’t repeat the same content), SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R86 (Page has a mechanism to bypass repeated blocks of content)  
                    axe failed rules: aria-allowed-role, aria-prohibited-attr, html-has-lang, image-alt, link-in-text-block, link-name, presentation-role-conflict, region  
                    Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_content_in_landmark, aria_role_valid, blockquote_cite_exists, element_attribute_deprecated, element_id_unique, element_tabbable_visible, form_submit_button_exists, html_lang_exists, html_lang_valid, img_alt_null, img_alt_valid, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, text_block_heading  
                    AccessLint failed rules: adaptable/aria-required-children, aria/aria-allowed-role, aria/presentation-role-conflict, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, labels-and-names/multiple-labels, landmarks/region, navigable/link-name, readable/html-has-lang, text-alternatives/img-alt  

Detailed Failure Information (ALFA)

https://bayern.de/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/erklaerung-zur-barrierefreiheit/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/buergerservice/apps-messenger-rss/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/buergerservice/broschueren/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

https://bayern.de/buergerservice/buergerbeauftragter/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/buergerservice/gebaerdensprache/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 4 more failures for this rule

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

Failure 1:

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:

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

Failure 1:

Failure 2:

https://bayern.de/buergerservice/ihr-vorschlag-zaehlt/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/buergerservice/kontakt/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

https://bayern.de/buergerservice/leichte-sprache/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/buergerservice/mediathek/

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

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/buergerservice/newsletter/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/buergerservice/newsroom-social-media/

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

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/bayerns-wirtschaftsminister-spricht-sich-auf-80-jahr-feier-der-transport-und-logistikbranche-gegen-co2-bepreisung-aus/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

https://bayern.de/bericht-aus-der-kabinettssitzung-vom-3-maerz-2026/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/berufsorientierung-neu-gedacht-anton-jaumann-realschule-bringt-schule-und-berufspraxis-enger-zusammen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/datenschutz/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://bayern.de/der-freistaat/

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:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

https://bayern.de/erste-sitzung-der-kommission-staatsreform/

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

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bayern.de/eu-finanzen-power-regions-fordern-mehr-mitsprache-und-beteiligung-europaminister-beisswenger-auch-starke-standorte-unterliegen-transformationsprozessen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/gerlach-will-frauengesundheit-weiter-staerken-bayernsgesundheitsministerin-anlaesslich-des-internationalen-frauentags-am-8-maerz/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://bayern.de/hinweis-auf-termine-von-ministerpraesident-dr-markus-soeder-766/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/impressum/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

Failure 1:

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:

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

Failure 1:

https://bayern.de/in-english/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

Rule: SIA-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:

https://bayern.de/javascript

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/messenger.

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/messerundgang-ueber-die-enforce-tac/

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

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 1:

https://bayern.de/ministerpraesident-dr-markus-soeder-ordnet-trauerbeflaggung-aus-anlass-des-nationalen-gedenktags-fuer-die-opfer-terroristischer-gewalt-an-5/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/mit-gutem-essen-durch-den-tag-bayerns-vernetzungsstellen-unterstuetzen-bei-gesunder-schulverpflegung-ernaehrungsministerin-kaniber-angebot-bitte-nutzen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/politik/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/projekt-fusionsdemonstrator-alpha/

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

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 1:

https://bayern.de/sitemap/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

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:

https://bayern.de/warnung-der-bevlkerung-landesweiter-probealarm-am-12-mrz-2026-ab-1100-uhr-test-von-sirenen-warn-apps-und-cell-broadcast/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

https://bayern.de/welcome-dahoam/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Rule: SIA-R85

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/zukunft-handwerk-2026/

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

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 1:

https://bayern.de/politik/hightech-agenda/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/presse/archiv-pressemitteilungen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/presse/ministerratsberichte/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/presse/presse-abo/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/presse/pressemitteilungen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/presse/pressestellen-der-bayerischen-staatsregierung/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/staatskanzlei/aufgaben-und-organisation/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R13

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

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

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/staatskanzlei/bayerischer-ethikrat/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://bayern.de/staatskanzlei/bayerischer-normenkontrollrat/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/staatskanzlei/bayern-bei-der-eu/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

Failure 1:

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:

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

Failure 1:

Failure 2:

https://bayern.de/staatskanzlei/bayern-in-addis-abeba/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-bruessel/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

Failure 1:

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:

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

Failure 1:

Failure 2:

https://bayern.de/staatskanzlei/bayern-in-der-welt/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

Rule: SIA-R74

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/staatskanzlei/bayern-in-israel/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/bayerische-staatskanzlei-und-staatsministerien/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

Failure 2:

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

Failure 1:

https://bayern.de/staatsregierung/beauftragte-der-bayerischen-staatsregierung/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/kabinett/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/koalitionsvertrag-2023-2028/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

https://bayern.de/staatsregierung/ministerpraesident/

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

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/staatsregierung/ministerpraesidentenkonferenz/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/preise-und-auszeichnungen/

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

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

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

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/staatsregierung/regierungserklaerungen-uebersicht/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 5 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-edmund-stoiber/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bayern.de/staatskanzlei/leat-fortbildungen/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

https://bayern.de/buergerservice/podcast-auf-eine-weiss-blaue-tasse/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

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

Failure 1:

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

Failure 1:

https://bayern.de/staatskanzlei/karriere/

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Failure 2:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bayern.de/staatskanzlei/die-welt-in-bayern/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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:

https://bayern.de/staatskanzlei/staatsminister-dr-florian-herrmann/

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

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

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:

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

Failure 1:

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/buergerservice/social-media/

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:

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

Failure 1:

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:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-markus-soeder/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-max-streibl/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bayern.de/staatskanzlei/bayern-in-quebec/

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

Failure 2:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Failure 1:

https://bayern.de/buergerservice/vereinsfeiern/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-alfons-goppel/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bayern.de/staatskanzlei/staatsminister-eric-beisswenger/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

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

Failure 1:

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

Failure 1:

Rule: SIA-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 3 more failures for this rule

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

Failure 1:

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Failure 1:

Failure 2:

Failure 3:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-hans-ehard/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/fritz-schaeffer/

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

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

Failure 1:

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

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

Failure 1:

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:

Rule: SIA-R74

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bayern.de/staatskanzlei/eusalp-2026/

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:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R4: Page has a descriptive title

Failure 1:

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

Failure 1:

Failure 1:

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

Failure 1:

Rule: SIA-R74

Failure 1:

Failure 2:

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

Failure 1:

Failure 2:

Detailed Failure Information (axe)

https://bayern.de/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/erklaerung-zur-barrierefreiheit/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/apps-messenger-rss/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/broschueren/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/buergerbeauftragter/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/gebaerdensprache/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/ihr-vorschlag-zaehlt/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/kontakt/

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/leichte-sprache/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/mediathek/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/newsletter/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/newsroom-social-media/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/bayerns-wirtschaftsminister-spricht-sich-auf-80-jahr-feier-der-transport-und-logistikbranche-gegen-co2-bepreisung-aus/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/bericht-aus-der-kabinettssitzung-vom-3-maerz-2026/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/berufsorientierung-neu-gedacht-anton-jaumann-realschule-bringt-schule-und-berufspraxis-enger-zusammen/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/datenschutz/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/der-freistaat/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/erste-sitzung-der-kommission-staatsreform/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://bayern.de/eu-finanzen-power-regions-fordern-mehr-mitsprache-und-beteiligung-europaminister-beisswenger-auch-starke-standorte-unterliegen-transformationsprozessen/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/gerlach-will-frauengesundheit-weiter-staerken-bayernsgesundheitsministerin-anlaesslich-des-internationalen-frauentags-am-8-maerz/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/hinweis-auf-termine-von-ministerpraesident-dr-markus-soeder-766/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/impressum/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/in-english/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/javascript

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/messenger.

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/messerundgang-ueber-die-enforce-tac/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://bayern.de/ministerpraesident-dr-markus-soeder-ordnet-trauerbeflaggung-aus-anlass-des-nationalen-gedenktags-fuer-die-opfer-terroristischer-gewalt-an-5/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/mit-gutem-essen-durch-den-tag-bayerns-vernetzungsstellen-unterstuetzen-bei-gesunder-schulverpflegung-ernaehrungsministerin-kaniber-angebot-bitte-nutzen/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/politik/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/projekt-fusionsdemonstrator-alpha/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/sitemap/

Rule: aria-prohibited-attr

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

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 54 more failures for this rule

https://bayern.de/warnung-der-bevlkerung-landesweiter-probealarm-am-12-mrz-2026-ab-1100-uhr-test-von-sirenen-warn-apps-und-cell-broadcast/

Rule: html-has-lang

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/welcome-dahoam/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/zukunft-handwerk-2026/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: aria-dialog-name

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 18 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

Rule: tabindex

Impact: serious

Failure 1:

https://bayern.de/politik/hightech-agenda/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/presse/archiv-pressemitteilungen/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/presse/ministerratsberichte/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/presse/presse-abo/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Failure 2:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/presse/pressemitteilungen/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/presse/pressestellen-der-bayerischen-staatsregierung/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/aufgaben-und-organisation/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: frame-title

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

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 22 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayerischer-ethikrat/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayerischer-normenkontrollrat/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-bei-der-eu/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-addis-abeba/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-bruessel/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-der-welt/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-israel/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/bayerische-staatskanzlei-und-staatsministerien/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/beauftragte-der-bayerischen-staatsregierung/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/kabinett/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/koalitionsvertrag-2023-2028/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesident/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidentenkonferenz/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/preise-und-auszeichnungen/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

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:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/regierungserklaerungen-uebersicht/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: button-name

Impact: critical

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-edmund-stoiber/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/leat-fortbildungen/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/podcast-auf-eine-weiss-blaue-tasse/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: empty-heading

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/karriere/

Rule: color-contrast

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: heading-order

Impact: moderate

Failure 1:

Failure 2:

Rule: landmark-banner-is-top-level

Impact: moderate

Failure 1:

Rule: landmark-no-duplicate-banner

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Impact: serious

Failure 1:

Rule: list

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

https://bayern.de/staatskanzlei/die-welt-in-bayern/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/staatsminister-dr-florian-herrmann/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/buergerservice/social-media/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-markus-soeder/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-max-streibl/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/bayern-in-quebec/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: button-name

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-one-main

Impact: moderate

Failure 1:

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:

Failure 3:

Failure 4:

Rule: region

Impact: moderate

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

Rule: tabindex

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://bayern.de/buergerservice/vereinsfeiern/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-h-c-alfons-goppel/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/staatsminister-eric-beisswenger/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/dr-hans-ehard/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatsregierung/ministerpraesidenten-und-kabinette-seit-1945/fritz-schaeffer/

Rule: aria-prohibited-attr

Impact: serious

Failure 1:

Rule: image-alt

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: region

Impact: moderate

Failure 1:

https://bayern.de/staatskanzlei/eusalp-2026/

Rule: aria-allowed-role

Impact: minor

Failure 1:

Failure 2:

Rule: aria-prohibited-attr

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:

… and 2 more failures for this rule

Impact: serious

Failure 1:

Impact: serious

Failure 1:

Failure 2:

Rule: presentation-role-conflict

Impact: minor

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1: