open-scans

Scan Report: bundesregierung.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 36 35 118 107 74 370 Videos der Bundesregierung | Bundesregierung
View Page 52 33 70 79 120 354 Neues Wirtschaftswachstum und gute Arbeit | Bundesregierung
View Page 36 35 110 94 70 345 Mediathek der Bundesregierung | Bundesregierung
View Page 47 33 64 74 105 323 Das Bundeskabinett im Überblick | Bundesregierung
View Page 41 38 73 68 98 318 Entlastungen und Finanzen | Bundesregierung
View Page 29 39 93 64 67 292 Das Bundespresseamt | Bundesregierung
View Page 35 33 90 73 61 292 Fotos der Bundesregierung | Bundesregierung
View Page 26 37 86 66 76 291 Nachhaltigkeit | Bundesregierung
View Page 34 37 72 62 84 289 Sicheres Zusammenleben, geordnete Migration | Bundesregierung
View Page 26 38 91 44 74 273 Die Bundesregierung informiert | Startseite

🔧 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 43 of 43 View Rule
SIA-R18: ARIA states are consistent with element semantics 43 of 43 View Rule
SIA-R43 43 of 43 View Rule
SIA-R54 43 of 43 View Rule
SIA-R66: Text has enhanced contrast with its background 43 of 43 View Rule
SIA-R73: Text spacing can be adjusted without loss of content 43 of 43 View Rule
SIA-R87: First focusable element is a skip link 43 of 43 View Rule
SIA-R56: Landmarks with the same role are distinguishable 41 of 43 View Rule
SIA-R57: Landmarks don’t repeat the same content 34 of 43 View Rule
SIA-R3: lang attribute has a valid language code 29 of 43 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
aria-allowed-attr 43 of 43 View Rule
region 43 of 43 View Rule
svg-img-alt 43 of 43 View Rule
landmark-unique 41 of 43 View Rule
heading-order 2 of 43 View Rule
aria-command-name 2 of 43 View Rule
aria-valid-attr-value 2 of 43 View Rule
aria-required-children 1 of 43 View Rule
empty-heading 1 of 43 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 43 page(s) - 274 occurrence(s)

Scanner: ALFA Rule: SIA-R43: No description Issue: The <svg> element does not have an accessible name

HTML Pattern:

<svg viewBox="0 0 13 12" class="bpa-icon bpa-icon-link-external" width="13" height="12" version="1.1" role="img" focusable="false">...</svg>

XPath (use in browser DevTools):

/svg[@class="bpa-icon bpa-icon-link-external"]

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('/svg[@class="bpa-icon bpa-icon-link-external"]')
  5. The element will be highlighted

Affected Pages:


Pattern 2: Affects 43 page(s) - 268 occurrence(s)

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

HTML Pattern:

<p>...</p>

XPath (use in browser DevTools):

/p

How to Replicate:

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

Affected Pages:


Pattern 3: Affects 43 page(s) - 268 occurrence(s)

Scanner: axe Rule: svg-img-alt Impact: serious Issue: elements with an img role must have alternative text

HTML Pattern:

<svg viewBox="0 0 13 12" class="bpa-icon bpa-icon-link-external" width="13" height="12" version="1.1" role="img" focusable="false">
<use href="#icon-link-external"></use>
</svg>

XPath (use in browser DevTools):

.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]

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('.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]')
  5. The element will be highlighted

Affected Pages:


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

Scanner: ALFA Rule: SIA-R43: No description Issue: The <svg> element does not have an accessible name

HTML Pattern:

<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>

XPath (use in browser DevTools):

/svg[@class="bpa-icon bpa-icon-close"]

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

Affected Pages:


Pattern 5: Affects 43 page(s) - 115 occurrence(s)

Scanner: axe Rule: svg-img-alt Impact: serious Issue: elements with an img role must have alternative text

HTML Pattern:

<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">
<use href="#icon-close"></use>
</svg>

XPath (use in browser DevTools):

.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]

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('.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]')
  5. The element will be highlighted

Affected Pages:


Pattern 6: Affects 43 page(s) - 64 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.bundesregierung.de/breg-de/service/datenschutzhinweis?view=" target="_self" class="bpa-link-small">
Datenschutzhinweis
</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small"]

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="bpa-link-small"]')
  5. The element will be highlighted

Affected Pages:


Pattern 7: Affects 43 page(s) - 64 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.bundesregierung.de/breg-de/gebaerdensprache?view=" target="_self" title="Gehen Sie zu "Gebärdensprache"" class="bpa-link-small">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small"]

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="bpa-link-small"]')
  5. The element will be highlighted

Affected Pages:


Pattern 8: Affects 43 page(s) - 64 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.bundesregierung.de/breg-de/leichte-sprache?view=" target="_self" title="Gehen Sie zu "Leichte Sprache"" class="bpa-link-small">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small"]

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="bpa-link-small"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a href="#" class="bpa-link-small js-change-cookie-settings-button" role="button">
Datenschutzeinstellungen
</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small js-change-cookie-settings-button"]

How to Replicate:

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

Affected Pages:


Pattern 10: Affects 43 page(s) - 43 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.bundesregierung.de/breg-de/service/kontakt?view=" target="_self" class="bpa-link-small">
Kontakt
</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small"]

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="bpa-link-small"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a href="#" target="_self" class="bpa-link-small bpa-link-icon bpa-meta-menu-button" role="button" aria-expanded="false" aria-haspopup="dialog" aria-controls="bpa-nav-meta-flyout">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]

How to Replicate:

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

Affected Pages:


Pattern 12: Affects 43 page(s) - 43 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.facebook.com/Bundesregierung" target="_blank" title="Externer Link: Zur Facebook-Seite der Bundesregierung (Öffnet neues Fenster)" class="bpa-link-icon" rel="noopener noreferrer">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-icon"]

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="bpa-link-icon"]')
  5. The element will be highlighted

Affected Pages:


Pattern 13: Affects 43 page(s) - 43 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/bundesregierung/" target="_blank" title="Externer Link: Zum Instagram-Account der Bundesregierung (Öffnet neues Fenster)" class="bpa-link-icon" rel="noopener noreferrer">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-icon"]

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="bpa-link-icon"]')
  5. The element will be highlighted

Affected Pages:


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

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

HTML Pattern:

<a href="https://x.com/RegSprecher" target="_blank" title="Externer Link: Zum X-Kanal des Regierungssprechers (Öffnet neues Fenster)" class="bpa-link-icon" rel="noopener noreferrer">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-icon"]

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="bpa-link-icon"]')
  5. The element will be highlighted

Affected Pages:


Pattern 15: Affects 43 page(s) - 43 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/bundesregierung" target="_blank" title="Externer Link: Zum YouTube-Kanal der Bundesregierung (Öffnet neues Fenster)" class="bpa-link-icon" rel="noopener noreferrer">...</a>

XPath (use in browser DevTools):

/a[@class="bpa-link-icon"]

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="bpa-link-icon"]')
  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://bundesregierung.de/breg-de https://www.bundesregierung.de/breg-de OK 200 yes 47018 26 38 91 44 160 Die Bundesregierung informiert | Startseite
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, aria-required-children, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, aria_widget_labelled, element_attribute_deprecated, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, heading_content_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/barrierefreiheit?view= https://www.bundesregierung.de/breg-de/barrierefreiheit?view= OK 200 yes 38496 25 31 69 50 192 Erklärung zur Barrierefreiheit | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/barrierefreiheit/barrierefreiheit-feedback?view= https://www.bundesregierung.de/breg-de/barrierefreiheit/barrierefreiheit-feedback?view= OK 200 yes 36332 14 30 77 35 110 Rückmeldung zur Barrierefreiheit der Internetseite | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R60, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, form_submit_button_exists, input_autocomplete_valid, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/kontakt https://www.bundesregierung.de/breg-de/service/kontakt OK 200 yes 39110 25 33 65 51 194 Kontakt und Pressestelle | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_markup_misuse, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/kontakt/kontaktformular?view= https://www.bundesregierung.de/breg-de/service/kontakt/kontaktformular?view= OK 200 yes 37264 14 30 78 37 132 Kontaktformular | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_markup_misuse, input_autocomplete_valid, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/suche/992800!search?query=Bundesregierung https://www.bundesregierung.de/breg-de/suche/992800!search?query=Bundesregierung OK 200 yes 39600 12 27 74 47 125 Aktuelle Informationen | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, combobox_popup_reference, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/suche/992800!search?f=1495774:320914 https://www.bundesregierung.de/breg-de/suche/992800!search?f=1495774:320914 OK 200 yes 38761 12 25 70 47 118 Aktuelle Informationen | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung https://www.bundesregierung.de/breg-de/bundesregierung OK 200 yes 36336 11 28 63 36 86 Die Bundesregierung: ein Überblick | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R53 (Headings follow a logical hierarchy), SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, heading-order, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt https://www.bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt OK 200 yes 39095 19 37 73 48 151 Das Bundeskanzleramt: ein Überblick | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung/bundeskabinett https://www.bundesregierung.de/breg-de/bundesregierung/bundeskabinett OK 200 yes 42256 47 33 64 74 292 Das Bundeskabinett im Überblick | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung/bundesministerien https://www.bundesregierung.de/breg-de/bundesregierung/bundesministerien OK 200 yes 38476 11 30 77 38 87 Die Bundesministerien im Überblick | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung/bundespresseamt https://www.bundesregierung.de/breg-de/bundesregierung/bundespresseamt OK 200 yes 44141 29 39 93 64 218 Das Bundespresseamt | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles https://www.bundesregierung.de/breg-de/aktuelles OK 200 yes 37757 13 28 79 46 111 Aktuelle Informationen der Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles/artikel https://www.bundesregierung.de/breg-de/aktuelles/artikel OK 200 yes 39115 14 34 80 50 127 Aktuelle Artikel | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles/pressemitteilungen https://www.bundesregierung.de/breg-de/aktuelles/pressemitteilungen OK 200 yes 37377 13 31 77 44 98 Aktuelle Pressemitteilungen | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles/pressekonferenzen-und-reden https://www.bundesregierung.de/breg-de/aktuelles/pressekonferenzen-und-reden OK 200 yes 39264 14 33 81 50 145 Pressekonferenzen und Reden der Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles/unterstuetzung-syrien-2325592 https://www.bundesregierung.de/breg-de/aktuelles/unterstuetzung-syrien-2325592 OK 200 yes 36918 21 37 68 49 158 So unterstützt Deutschland in Syrien | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/aktuelles/kanzler-iran-2402566 https://www.bundesregierung.de/breg-de/aktuelles/kanzler-iran-2402566 OK 200 yes 37212 23 37 69 51 166 Entwicklungen im Nahen Osten | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/mediathek https://www.bundesregierung.de/breg-de/mediathek OK 200 yes 40212 36 35 110 94 211 Mediathek der Bundesregierung | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, aria-command-name, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, keyboard-accessible/scrollable-region, labels-and-names/aria-command-name, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/mediathek/videos https://www.bundesregierung.de/breg-de/mediathek/videos OK 200 yes 43289 36 35 118 107 226 Videos der Bundesregierung | Bundesregierung
                    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-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: application_content_accessible, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, caption_track_exists, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, figure_label_exists, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, media_keyboard_controllable, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, aria/aria-allowed-role, aria/aria-required-attr, distinguishable/color-contrast, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/mediathek/fotos https://www.bundesregierung.de/breg-de/mediathek/fotos OK 200 yes 40076 35 33 90 73 194 Fotos der Bundesregierung | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, aria-command-name, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_exists, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, widget_tabbable_exists  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, keyboard-accessible/scrollable-region, labels-and-names/aria-command-name, labels-and-names/button-name, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service https://www.bundesregierung.de/breg-de/service OK 200 yes 37273 11 28 74 35 77 Service-Bereich der Webseite der Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R53 (Headings follow a logical hierarchy), SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, heading-order, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_markup_misuse, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/fragen-und-anworten https://www.bundesregierung.de/breg-de/service/fragen-und-anworten OK 200 yes 36047 7 21 62 25 84 Fragen und Antworten | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/newsletter-und-abos https://www.bundesregierung.de/breg-de/service/newsletter-und-abos OK 200 yes 37205 17 32 104 44 122 Wir halten Sie auf dem Laufenden! Newsletter bestellen oder ändern.
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, aria-valid-attr-value, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin OK 200 yes 38745 18 31 82 44 156 Bulletin | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading, text_contrast_sufficient  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/color-contrast, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/archiv-bundesregierung https://www.bundesregierung.de/breg-de/service/archiv-bundesregierung OK 200 yes 37081 12 26 75 42 105 Archiv der Webseite bundesregierung.de | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_keyboard_handler_exists, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_markup_misuse, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, keyboard-accessible/scrollable-region, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/datenschutzhinweis https://www.bundesregierung.de/breg-de/service/datenschutzhinweis OK 200 yes 35511 17 32 68 43 132 Datenschutzhinweis | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, empty-heading, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_content_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, navigable/empty-heading, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/datenschutzhinweis/datenschutzerklaerung-1532494 https://www.bundesregierung.de/breg-de/service/datenschutzhinweis/datenschutzerklaerung-1532494 OK 200 yes 37973 19 31 68 46 360 Datenschutzerklärung der Webseite der Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R71, SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/impressum?view= https://www.bundesregierung.de/breg-de/impressum?view= OK 200 yes 35696 20 31 61 47 169 Impressum | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/nachhaltigkeit/nachhaltigkeitspolitik?view= https://www.bundesregierung.de/breg-de/nachhaltigkeit/nachhaltigkeitspolitik?view= OK 200 yes 44394 26 37 86 66 215 Nachhaltigkeit | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, heading_markup_misuse, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte https://www.bundesregierung.de/breg-de/schwerpunkte OK 200 yes 36161 10 27 63 36 87 Schwerpunkte
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/wirksam-regieren/schwerpunkt-des-koalitionsvertrags-2344224 https://www.bundesregierung.de/breg-de/schwerpunkte/wirksam-regieren/schwerpunkt-des-koalitionsvertrags-2344224 OK 200 yes 38666 25 36 73 55 191 Schwerpunkte des Koalitionsvertrages | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: adaptable/list-children, aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-wirtschaft-2342218 https://www.bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-wirtschaft-2342218 OK 200 yes 41920 52 33 70 79 337 Neues Wirtschaftswachstum und gute Arbeit | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkte-finanzen-2342188 https://www.bundesregierung.de/breg-de/schwerpunkte/schwerpunkte-finanzen-2342188 OK 200 yes 39964 41 38 73 68 281 Entlastungen und Finanzen | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-innere-sicherheit-2342568 https://www.bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-innere-sicherheit-2342568 OK 200 yes 40650 34 37 72 62 249 Sicheres Zusammenleben, geordnete Migration | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-zusammenhalt-2342046 https://www.bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-zusammenhalt-2342046 OK 200 yes 38975 23 33 69 51 190 Starker Zusammenhalt, standfeste Demokratie | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-aussenpolitik-europa-2342408 https://www.bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-aussenpolitik-europa-2342408 OK 200 yes 39848 28 33 69 56 212 Verantwortungsvolle Außenpolitik und geeintes Europa | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/app-der-bundesregierung-211656 https://www.bundesregierung.de/breg-de/service/app-der-bundesregierung-211656 OK 200 yes 35962 17 34 66 43 123 Die App der Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/gebaerdensprache/sqat/stellen-sie-ihre-anfrage-in-deutscher-gebaerdensprache-dgs–975928 https://www.bundesregierung.de/breg-de/gebaerdensprache/sqat/stellen-sie-ihre-anfrage-in-deutscher-gebaerdensprache-dgs%E2%80%93975928 FAIL 404 yes 34161 15 30 59 41 78 Error 404
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-allgemeine-hinweise https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-allgemeine-hinweise OK 200 yes 33565 12 29 65 34 90 Hinweise zum Bulletin | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-abonnieren https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-abonnieren OK 200 yes 34202 16 29 96 36 110 Bulletin abonnieren | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, aria-valid-attr-value, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-kontakt https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-kontakt OK 200 yes 32318 12 28 64 34 87 Kontakt Bulletin-Redaktion | Bundesregierung
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R43, SIA-R54, SIA-R56 (Landmarks with the same role are distinguishable), SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, landmark-unique, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_navigation_label_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  
https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt/startseite-staatsministerin-fuer-sport-und-ehrenamt https://www.bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt/startseite-staatsministerin-fuer-sport-und-ehrenamt OK 200 yes 38563 10 28 71 43 112 Startseite | Staatsministerin für Sport und Ehrenamt
                    ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R18 (ARIA states are consistent with element semantics), SIA-R3 (lang attribute has a valid language code), SIA-R43, SIA-R54, SIA-R57 (Landmarks don’t repeat the same content), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)  
                    axe failed rules: aria-allowed-attr, region, svg-img-alt  
                    Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_id_unique, aria_role_redundant, element_attribute_deprecated, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, form_submit_button_exists, input_checkboxes_grouped, input_label_visible, label_name_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, style_viewport_resizable, svg_graphics_labelled, text_block_heading  
                    AccessLint failed rules: aria/aria-allowed-attr, distinguishable/link-in-text-block, labels-and-names/duplicate-id-aria, labels-and-names/label-content-mismatch, landmarks/landmark-unique, landmarks/no-duplicate-contentinfo, landmarks/region, text-alternatives/svg-img-alt  

Detailed Failure Information (ALFA)

https://bundesregierung.de/breg-de

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/barrierefreiheit?view=

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/barrierefreiheit/barrierefreiheit-feedback?view=

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R60

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/service/kontakt

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/service/kontakt/kontaktformular?view=

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/suche/992800!search?query=Bundesregierung

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/suche/992800!search?f=1495774:320914

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung/bundeskabinett

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung/bundesministerien

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung/bundespresseamt

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/aktuelles

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/aktuelles/artikel

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/aktuelles/pressemitteilungen

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/aktuelles/pressekonferenzen-und-reden

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/aktuelles/unterstuetzung-syrien-2325592

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Failure 1:

https://bundesregierung.de/breg-de/aktuelles/kanzler-iran-2402566

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Failure 1:

https://bundesregierung.de/breg-de/mediathek

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Failure 1:

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/mediathek/videos

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 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-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/mediathek/fotos

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 13 more failures for this rule

Failure 1:

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/service

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R53: Headings follow a logical hierarchy

Failure 1:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/service/fragen-und-anworten

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/service/newsletter-und-abos

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/service/archiv-bundesregierung

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/service/datenschutzhinweis

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R64

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/service/datenschutzhinweis/datenschutzerklaerung-1532494

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Rule: SIA-R71

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/impressum?view=

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/nachhaltigkeit/nachhaltigkeitspolitik?view=

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/wirksam-regieren/schwerpunkt-des-koalitionsvertrags-2344224

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-wirtschaft-2342218

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkte-finanzen-2342188

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-innere-sicherheit-2342568

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-zusammenhalt-2342046

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-aussenpolitik-europa-2342408

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/service/app-der-bundesregierung-211656

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Failure 1:

https://bundesregierung.de/breg-de/gebaerdensprache/sqat/stellen-sie-ihre-anfrage-in-deutscher-gebaerdensprache-dgs–975928

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 1:

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-allgemeine-hinweise

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 1:

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-abonnieren

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-kontakt

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

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

Failure 1:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Failure 1:

https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt/startseite-staatsministerin-fuer-sport-und-ehrenamt

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

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

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

Failure 1:

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

Failure 1:

Failure 2:

Failure 3:

Rule: SIA-R43

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

Rule: SIA-R54

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:

Failure 1:

Detailed Failure Information (axe)

https://bundesregierung.de/breg-de

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-required-children

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://bundesregierung.de/breg-de/barrierefreiheit?view=

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://bundesregierung.de/breg-de/barrierefreiheit/barrierefreiheit-feedback?view=

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://bundesregierung.de/breg-de/service/kontakt

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://bundesregierung.de/breg-de/service/kontakt/kontaktformular?view=

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://bundesregierung.de/breg-de/suche/992800!search?query=Bundesregierung

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://bundesregierung.de/breg-de/suche/992800!search?f=1495774:320914

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Failure 3:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung/bundeskabinett

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 38 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung/bundesministerien

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung/bundespresseamt

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 20 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles/artikel

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles/pressemitteilungen

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 4 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles/pressekonferenzen-und-reden

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 5 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles/unterstuetzung-syrien-2325592

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 12 more failures for this rule

https://bundesregierung.de/breg-de/aktuelles/kanzler-iran-2402566

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

https://bundesregierung.de/breg-de/mediathek

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-command-name

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 23 more failures for this rule

https://bundesregierung.de/breg-de/mediathek/videos

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 27 more failures for this rule

https://bundesregierung.de/breg-de/mediathek/fotos

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-command-name

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 15 more failures for this rule

https://bundesregierung.de/breg-de/service

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: heading-order

Impact: moderate

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://bundesregierung.de/breg-de/service/fragen-und-anworten

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

https://bundesregierung.de/breg-de/service/newsletter-und-abos

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 9 more failures for this rule

https://bundesregierung.de/breg-de/service/archiv-bundesregierung

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://bundesregierung.de/breg-de/service/datenschutzhinweis

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: empty-heading

Impact: minor

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 7 more failures for this rule

https://bundesregierung.de/breg-de/service/datenschutzhinweis/datenschutzerklaerung-1532494

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 10 more failures for this rule

https://bundesregierung.de/breg-de/impressum?view=

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 11 more failures for this rule

https://bundesregierung.de/breg-de/nachhaltigkeit/nachhaltigkeitspolitik?view=

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 17 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 1 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/wirksam-regieren/schwerpunkt-des-koalitionsvertrags-2344224

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 16 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-wirtschaft-2342218

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 43 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkte-finanzen-2342188

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 32 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-innere-sicherheit-2342568

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 25 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-zusammenhalt-2342046

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 14 more failures for this rule

https://bundesregierung.de/breg-de/schwerpunkte/schwerpunkt-aussenpolitik-europa-2342408

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 19 more failures for this rule

https://bundesregierung.de/breg-de/service/app-der-bundesregierung-211656

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 8 more failures for this rule

https://bundesregierung.de/breg-de/gebaerdensprache/sqat/stellen-sie-ihre-anfrage-in-deutscher-gebaerdensprache-dgs–975928

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-allgemeine-hinweise

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-abonnieren

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: aria-valid-attr-value

Impact: critical

Failure 1:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 6 more failures for this rule

https://bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin/bulletin-kontakt

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: landmark-unique

Impact: moderate

Failure 1:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 3 more failures for this rule

https://bundesregierung.de/breg-de/bundesregierung/bundeskanzleramt/startseite-staatsministerin-fuer-sport-und-ehrenamt

Rule: aria-allowed-attr

Impact: critical

Failure 1:

Failure 2:

Rule: region

Impact: moderate

Failure 1:

Rule: svg-img-alt

Impact: serious

Failure 1:

Failure 2:

Failure 3:

Failure 4:

Failure 5:

… and 2 more failures for this rule