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 67 32 73 74 71 317 Mediathek – Bayerisches Landesportal
View Page 67 31 73 74 71 316 Mediathek – Bayerisches Landesportal
View Page 67 29 73 74 71 314 Mediathek – Bayerisches Landesportal
View Page 67 29 73 74 71 314 Mediathek – Bayerisches Landesportal
View Page 60 28 73 74 65 300 Mediathek – Bayerisches Landesportal
View Page 48 28 82 44 61 263 Welcome dahoam – Bayerisches Landesportal
View Page 33 26 55 68 34 216 Bayern in Brüssel – Bayerisches Landesportal
View Page 33 26 55 68 34 216 Bayern in Brüssel – Bayerisches Landesportal
View Page 30 26 50 44 61 211 Social Media Newsroom – Bayerisches Landesportal
View Page 29 28 72 46 32 207 Bayerisches Landesportal – Das Landesportal des Freistaats Bayern und der Bayerischen Staatsregierung

🔧 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 54 of 83 View Rule
SIA-R14: Images have an accessible name or are decorative 54 of 83 View Rule
SIA-R2: HTML elements have a valid lang attribute 54 of 83 View Rule
SIA-R3: lang attribute has a valid language code 54 of 83 View Rule
SIA-R57: Landmarks don’t repeat the same content 54 of 83 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 54 of 83 View Rule
SIA-R18: ARIA states are consistent with element semantics 37 of 83 View Rule
SIA-R74 18 of 83 View Rule
SIA-R62: Links are visually distinguishable from surrounding text 16 of 83 View Rule
SIA-R11: Button elements have an accessible name 15 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
image-alt 54 of 83 View Rule
region 54 of 83 View Rule
aria-prohibited-attr 37 of 83 View Rule
link-name 15 of 83 View Rule
aria-allowed-role 14 of 83 View Rule
presentation-role-conflict 14 of 83 View Rule
link-in-text-block 12 of 83 View Rule
html-has-lang 12 of 83 View Rule
button-name 10 of 83 View Rule
tabindex 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 54 page(s) - 54 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 2: Affects 54 page(s) - 54 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 3: Affects 54 page(s) - 54 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 4: Affects 54 page(s) - 54 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 5: Affects 54 page(s) - 54 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 6: Affects 54 page(s) - 54 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 7: Affects 54 page(s) - 54 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 8: Affects 54 page(s) - 54 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 9: Affects 54 page(s) - 54 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 10: Affects 54 page(s) - 54 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 11: Affects 54 page(s) - 54 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 12: Affects 54 page(s) - 54 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 13: Affects 54 page(s) - 54 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 14: Affects 54 page(s) - 54 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:


Pattern 15: Affects 54 page(s) - 54 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/2022/11/Linkedin.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 58938 29 28 72 46 123 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, list_markup_review, 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 37378 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 39200 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 36016 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 37080 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 47543 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 38854 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 38558 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 51189 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 50201 60 28 73 74 252 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 37536 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 56610 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 33820 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 35913 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 31767 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 41396 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 59263 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 56048 67 31 73 74 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/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 32863 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 32226 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 32560 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 38336 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 43018 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 38686 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 37444 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 58495 67 29 73 74 246 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 32411 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 32201 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 45598 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 55304 67 32 73 74 248 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/sitemap/ https://www.bayern.de/sitemap/ OK 200 yes 37252 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 32047 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 54900 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 59078 67 29 73 74 246 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 44815 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 40494 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 40217 10 21 29 18 31 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 36678 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 40988 10 21 24 18 33 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, 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 44090 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://bayern.de/staatskanzlei/aufgaben-und-organisation/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatskanzlei/bayerischer-ethikrat/ https://www.bayern.de/staatskanzlei/bayerischer-ethikrat/ OK 200 yes 40254 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 43094 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 59632 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 39087 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 53028 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 46825 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 36829 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 42464 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 39048 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 44586 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 37588 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://bayern.de/staatsregierung/ministerpraesident/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatsregierung/ministerpraesidentenkonferenz/ https://www.bayern.de/staatsregierung/ministerpraesidentenkonferenz/ OK 200 yes 39116 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://bayern.de/staatsregierung/preise-und-auszeichnungen/ FAIL - no 60001 0 0 0 0 0 URL scan exceeded 60s timeout
https://bayern.de/staatsregierung/regierungserklaerungen-uebersicht/ https://www.bayern.de/staatsregierung/regierungserklaerungen-uebersicht/ OK 200 yes 38741 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 36804 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://bayern.de/staatskanzlei/leat-fortbildungen/ FAIL - no 60000 0 0 0 0 0 URL scan exceeded 60s timeout

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

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

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

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 9 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 22 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:

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:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

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

Rule: tabindex

Impact: serious

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 9 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 22 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:

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