prefers-color-scheme: darkFocus 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 |
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.
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).
These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!
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:
$x('/svg[@class="bpa-icon bpa-icon-link-external"]')Affected Pages:
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:
$x('/p')Affected Pages:
Scanner: axe Rule: svg-img-alt Impact: serious Issue:
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:
$x('.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]')Affected Pages:
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:
$x('/svg[@class="bpa-icon bpa-icon-close"]')Affected Pages:
Scanner: axe Rule: svg-img-alt Impact: serious Issue:
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:
$x('.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small js-change-cookie-settings-button"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small"]')Affected Pages:
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:
$x('/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]')Affected Pages:
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:
$x('/a[@class="bpa-link-icon"]')Affected Pages:
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:
$x('/a[@class="bpa-link-icon"]')Affected Pages:
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:
$x('/a[@class="bpa-link-icon"]')Affected Pages:
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:
$x('/a[@class="bpa-link-icon"]')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.
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 |
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-2b2yo3bftyilwvwl23txcxutt" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 19 16" class="bpa-icon bpa-icon-playlist" width="19" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-playlist"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-left" width="16" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-arrow-left"]… and 5 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-topline-title-wrapper ">...</p>/p[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-5fn374qgo8uhoyerc1om33u03" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-76-877gdvsj3lvbmkbl1ze916kfi" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-richtext">Wir informieren Sie in Gebärdensprache über die Ba...</p>/p[@class="bpa-richtext"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-245ufit4la1iv8nvclmlyml2a" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/barrierefreiheit" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<fieldset>...</fieldset>/fieldsetFailure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-richtext">Sie können Ihre Anfrage auch in Deutscher Gebärden...</p>/p[@class="bpa-richtext"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-m9lbchg6dse3feuqpp3qkcb3" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/contact" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-89-7pjl3jy3rxv6jh1nfg56r9uz6" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="hinweis">...</p>/p[@class="hinweis"]Failure 4:
<p class="bpa-richtext">...</p>/p[@class="bpa-richtext"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-b1mmin8nlmb86wzn7tsi30q8y" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/contact/contactform" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="hinweis" tabindex="-1">...</p>/p[@class="hinweis"]Failure 3:
<p class="bpa-richtext">...</p>/p[@class="bpa-richtext"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-2v25cyv4hmedbbqvf9dujmdhf" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/search/998964-998964" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Der Sprecher der Bundesregierung, Stefan Kornelius...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-dq0wbnberkq6sieq1mvrkqs4g" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/search/998964-998964" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Der Bundestag hat den geplanten Beitritt Deutschla...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-ccloudrkcwvtqczh95k0dd13d" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-government" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 7 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<h3 class="bpa-topline-title-wrapper ">...</h3>/h3[@class="bpa-topline-title-wrapper "]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-b6o7zp61vvov6judwwmk0ur6j" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-government" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/bundesregierung" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 12 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-137-7b9xavnyxos2mvqnqc2f8o8ub" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 18 18" class="bpa-icon bpa-icon-download" width="18" height="18" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-download"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Gäste aus aller Welt empfangen, in Abstand von der...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-topline-title-wrapper ">...</p>/p[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-97g680s4a1rzxst3meuy49i5m" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-cabinet" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/bundesregierung" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-right" width="16" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-arrow-right"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-topline-title-wrapper ">...</p>/p[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-dsr25ofbcu2lag3s39wver615" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-government/ministries" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/bundesregierung" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-8taysovr4w7nvhpy5vhku4yl5" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-government/federal-press-office" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/bundesregierung" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-97-34j2yyvel2g1vhigeuhwibeen" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 13 16" class="bpa-icon bpa-icon-player-play" width="13" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-player-play"]… and 4 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Stefan Kornelius ist sowohl Sprecher der Bundesreg...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-topline-title-wrapper ">...</p>/p[@class="bpa-topline-title-wrapper "]Failure 1:
<h3 class="bpa-topline-title-wrapper ">...</h3>/h3[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-evkwhypc4qdvkg074q9uwkejf" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<button class="bpa-search-results-accordion-btn" id="Zeitraumfacet-cms-datedate0" aria-haspopup="true" aria-expanded="false" role="menuitem" tabindex="0">...</button>/button[@id="Zeitraumfacet-cms-datedate0"]Failure 5:
<button class="bpa-search-results-accordion-btn" id="Formatfacet-documenttypedocumenttype1" aria-haspopup="true" aria-expanded="false" role="menuitem" tabindex="-1">...</button>/button[@id="Formatfacet-documenttypedocumenttype1"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-print" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-print"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Der Sprecher der Bundesregierung, Stefan Kornelius...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-7nfn86romulrmljio4zry6tdm" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/aktuelles" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 13 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-bkodlkqbw1f13o9eo53d5wk79" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]… and 3 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Angesichts der Entwicklungen infolge der israelisc...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-dshj15uiqoqrhxnzhzuvtyb6h" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/aktuelles" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 12 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-print" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-print"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">Der Sprecher der Bundesregierung, Stefan Kornelius...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-btv44j1gtibhe2pdv30uuewoh" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/aktuelles" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 14 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-print" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-print"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-26c3i90nm0l6tmi3prxrk1r7l" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news/support-syria-2350346" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/aktuelles" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-8kalz7ihdsextcnaik9ys92hq" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-date">...</p>/p[@class="bpa-article-header-date"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-caption"> Fast vierzehn Jahre Bürgerkrieg haben Syrien in e...</p>/p[@class="bpa-caption"]Failure 5:
<p class="bpa-license"> Foto: picture alliance/abaca/Ugur Yildirim/DIA Im...</p>/p[@class="bpa-license"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-cb2499pz09eexd76hb2zphhfh" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/news/chancellor-iran-2402610" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/aktuelles" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-9gqwtcvbeyrw5moomuat9yhuf" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-date">...</p>/p[@class="bpa-article-header-date"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-caption"> Nach den Militärschlägen von Israel und den USA g...</p>/p[@class="bpa-caption"]Failure 5:
<p class="bpa-license"> Foto: picture alliance / SZ Photo </p>/p[@class="bpa-license"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-ec2u68eng0jrp9b1olomh7mtt" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/media-center" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 13 more failures for this rule
Failure 1:
<div class="bpa-btn-on-image " aria-label="" role="button">...</div>/div[@class="bpa-btn-on-image "]Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-gallery"]… and 4 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-94ux30ufba5o13ar2lgwmvm9q" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/media-center/videos" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/mediathek" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 14 more failures for this rule
Failure 1:
<div class="bpa-btn-on-image " aria-label="Video abspielen: Pressekonferenz des Kanzlers nach dem Treffen mit US-Präsident Trump, mit Untertitel, mit Gebärdensprache" role="button" tabindex="0">...</div>/div[@class="bpa-btn-on-image "]Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 13 16" class="bpa-icon bpa-icon-player-play" width="13" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-player-play"]… and 3 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-1xq3z1py9f47dkk5nz6a9nukb" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/media-center/photos" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/mediathek" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 13 more failures for this rule
Failure 1:
<div class="bpa-btn-on-image " aria-label="" role="button">...</div>/div[@class="bpa-btn-on-image "]Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-gallery"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-b2w45e9rnbe6zpf7746p1upjn" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="mailto:?subject=Betreff%20der%20E-Mail&body=Neues%20auf%20www.bundesregierung.de%3A%20'Stellen%20Sie%20Ihre%20Anfrage%20in%20Deutscher%20Geb%C3%A4rdensprache%20(DGS)'%20-%3E%20https%3A%2F%2Fwww.bundesregierung.de%2Fbreg-de%2Fgebaerdensprache%2Fsqat%2Fstellen-sie-ihre-anfrage-in-deutscher-gebaerdensprache-dgs--975928" target="_self" title="per E-Mail teilen, Kontakt in Gebärdensprache" class="bpa-link-small bpa-link-icon-before" data-share-type="email">...</a>/a[@class="bpa-link-small bpa-link-icon-before"]Failure 5:
<button type="button" class="bpa-btn bpa-popover-button js-btn-share bpa-share-btn bpa-btn-icon-only" aria-label="Optionsmenü öffnen" data-aria-label-toggled="Optionsmenü schließen" aria-expanded="false">...</button>/button[@class="bpa-btn bpa-popover-button js-btn-share bpa-share-btn bpa-btn-icon-only"]… and 5 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<h3 class="bpa-topline-title-wrapper ">...</h3>/h3[@class="bpa-topline-title-wrapper "]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-richtext">Stellen Sie Ihre Anfrage in Deutscher Gebärdenspra...</p>/p[@class="bpa-richtext"]Failure 1:
<h3 class="bpa-topline-title-wrapper ">...</h3>/h3[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-9dnem3yito9jj5fdlzjhs2dp3" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="/breg-de" target="_self" class="bpa-link-breadcrumb"> Bundesregierung \| Startseite </a>/a[@class="bpa-link-breadcrumb"]Failure 5:
<a href="/breg-de/service/fragen-und-anworten" target="_self" class="bpa-link-breadcrumb bpa-link-breadcrumb-current" aria-current="page"> Fragen und Antworten </a>/a[@class="bpa-link-breadcrumb bpa-link-breadcrumb-current"]… and 3 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-28c0ybowqmqjx1w82y34e00n4" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/e-mail-subscription" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-right" width="16" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-arrow-right"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-1pc42how1vuqgyjexmf8l0a8x" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/e-mail-subscription" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-right" width="16" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-arrow-right"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">zum Gesetz zur Anpassung der Krankenhausreform vor...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-teaser-title bpa-title-icon-after">...</p>/p[@class="bpa-teaser-title bpa-title-icon-after"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-53145g8qtz5pq4a7s3mkij4qh" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/archive" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-2zz38miouwcqougivhogpf1vm" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/data-privacy-information" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-90-2qmu578fkk1fjzgvpssghi05x" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
<h2 class="" />/h2Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="hinweis bpa-saffron">...</p>/p[@class="hinweis bpa-saffron"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-8p6c17c42kgeg2tsse3rsm4lc" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/data-privacy-information" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 6 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-89-fh11iy8h24vvtgibiemkl684" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p class="justify">Die Speicherung der Rufnummer dient dazu, einen er...</p>/p[@class="justify"]Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="hinweis bpa-saffron">...</p>/p[@class="hinweis bpa-saffron"]Failure 4:
<p class="justify">Die Speicherung der Rufnummer dient dazu, einen er...</p>/p[@class="justify"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-7nkmapif0nxbjlvum5iotuqvo" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/legal-notice" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-3pt19k1h1tw67laoejyscx6qe" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="hinweis">...</p>/p[@class="hinweis"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-c0v1v97sliqmkp8id4fid901z" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-85-1kw524bxvb74memupdwfbr71s" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 18 18" class="bpa-icon bpa-icon-download" width="18" height="18" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-download"]… and 4 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-short-text">...</p>/p[@class="bpa-short-text"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-topline-title-wrapper ">...</p>/p[@class="bpa-topline-title-wrapper "]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-duyri0ft4g6ijngwk1zxhqkkg" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<button type="button" class="bpa-print" onclick="window.print()" aria-label="aktuelle Seite drucken">...</button>/button[@class="bpa-print"]… and 7 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-print" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-print"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-emxeo3dyg4tges1qao452im79" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/issues/wirksam-regieren-with-citizens-for-citizens" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/wirksam-regieren" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-85-7bvl0bugxaaj5qtyt44v4re59" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-caption"> Die Bundesregierung hat ihre Schwerpunkte für die...</p>/p[@class="bpa-caption"]Failure 4:
<p class="bpa-license"> Grafik: Bundesregierung </p>/p[@class="bpa-license"]Failure 5:
<p class="hinweis bpa-deep-cerulean">...</p>/p[@class="hinweis bpa-deep-cerulean"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-dbjvqzt1fqmc0gdn07nypdjad" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-55x41evscezf2sbbgzmli12qi" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-caption"> Die Bundesregierung will das Wirtschaftswachstum ...</p>/p[@class="bpa-caption"]Failure 4:
<p class="bpa-license"> Foto: Bundesregierung </p>/p[@class="bpa-license"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-77jfr3i28mj656xqbygiasa1d" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-a2exigfjbgu49fwyiszaypbnz" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown" width="18" height="8" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="MsoNormal">...</p>/p[@class="MsoNormal"]Failure 3:
<p class="bpa-article-header-date">...</p>/p[@class="bpa-article-header-date"]Failure 4:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 5:
<p class="bpa-caption"> Ein Schwerpunkt der Bundesregierung ist das Wachs...</p>/p[@class="bpa-caption"]… and 2 more failures for this rule
Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-czjz6dsmzsvnmtubff2auxj5i" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-w2q7rxai3wluscyh7l6ht7ux" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown" width="18" height="8" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-dropdown"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-date">...</p>/p[@class="bpa-article-header-date"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-caption"> Ein Schwerpunkt der Bundesregierung: Migration or...</p>/p[@class="bpa-caption"]Failure 5:
<p class="bpa-license"> Grafik: Bundesregierung </p>/p[@class="bpa-license"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-5wyms04kiitu3msjgpcxhv46w" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-9us01e24sq1wwyd11bsy30rvy" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-caption"> Die Bundesregierung stärkt den sozialen Zusammenh...</p>/p[@class="bpa-caption"]Failure 4:
<p class="bpa-license"> Grafik: Bundesregierung </p>/p[@class="bpa-license"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-a12gbf0zw0jwdl271bojhgl3v" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 10 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-9k3cysxei1jf3tkge4yxrkriv" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-caption"> Ein Schwerpunkt der Bundesregierung ist eine vera...</p>/p[@class="bpa-caption"]Failure 4:
<p class="bpa-license"> Grafik: Bundesregierung </p>/p[@class="bpa-license"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-6099pp4qs63vysl8300kc5bk3" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 7 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-87-3k9l814ofvncjtat6qgprfyia" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 18 18" class="bpa-icon bpa-icon-download" width="18" height="18" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-download"]… and 2 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-date">...</p>/p[@class="bpa-article-header-date"]Failure 3:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 4:
<p class="bpa-caption"> Immer auf dem neuesten Stand über das Regierungsh...</p>/p[@class="bpa-caption"]Failure 5:
<p class="bpa-license"> Foto: Bundesregierung/Brian Kádár </p>/p[@class="bpa-license"]… and 1 more failures for this rule
Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-926b44g1f27qwi55h3tsc4wxm" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/error-404" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-d60dml4getkr2pqki6p63lhnv" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-7ssj7o85s72bgwz3gcgrec0jl" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/e-mail-subscription" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-75-d4c272dkvg65vp54ywnuvhgnf" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="bpa-caption"> Die Bulletin-Ausgaben als Druckfassung in Jahresb...</p>/p[@class="bpa-caption"]Failure 4:
<p class="bpa-license"> Foto: Bundesregierung/Stutterheim </p>/p[@class="bpa-license"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-5bu981gjaasofsidq25hfig7f" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/e-mail-subscription" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 11 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-right" width="16" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-arrow-right"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-e50y27mryarmnlug6kfk4ouhv" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/service/e-mail-subscription" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/service/newsletter-und-abos/bulletin" target="_self" class="bpa-areatitle">...</a>/a[@class="bpa-areatitle"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]… and 8 more failures for this rule
Failure 1:
Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-75-9lii50mbx4gzj9c5vybrvcuyl" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-time"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]… and 1 more failures for this rule
Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
navigation have the same name.Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 2:
<p class="bpa-article-header-reading-time">...</p>/p[@class="bpa-article-header-reading-time"]Failure 3:
<p class="service-col-3">...</p>/p[@class="service-col-3"]Failure 1:
Failure 1:
<button class="bpa-toggledown-title" data-toggledown="toggledown-content-5-5wwns64lirhhpy1bv2w2qg5t9" aria-expanded="false">...</button>/button[@class="bpa-toggledown-title"]Failure 2:
<a href="https://www.bundesregierung.de/breg-en/federal-government" target="_self" aria-label="Open page in English" class="bpa-link-small" lang="en"> English </a>/a[@class="bpa-link-small"]Failure 3:
<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>/a[@class="bpa-link-small bpa-link-icon bpa-meta-menu-button"]Failure 4:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte/das-kann-deutschland" target="_self" class="bpa-link-flyout-focus"> Das kann Deutschland </a>/a[@class="bpa-link-flyout-focus"]Failure 5:
<a href="https://www.bundesregierung.de/breg-de/schwerpunkte" target="_self" class="bpa-link-flyout-default"> Schwerpunkte </a>/a[@class="bpa-link-flyout-default"]… and 9 more failures for this rule
Failure 1:
Failure 1:
<div id="bpa-searchapp-react-json" data-json-base-url="https://www.bundesregierung.de/breg-de/suche/992800!searchJson" />/div[@id="bpa-searchapp-react-json"]Failure 2:
<div id="bpa-search-inner" class="bpa-search-inner">...</div>/div[@id="bpa-search-inner"]Failure 3:
<form id="bpa-searchapp-form">...</form>/form[@id="bpa-searchapp-form"]Failure 1:
<svg> element does not have an accessible name<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>/svg[@class="bpa-icon bpa-icon-link-external"]Failure 2:
<svg> element does not have an accessible name<svg viewBox="0 0 14 14" class="bpa-icon bpa-icon-close" width="14" height="14" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-close"]Failure 3:
<svg> element does not have an accessible name<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-plus"]Failure 4:
<svg> element does not have an accessible name<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-newsletter"]Failure 5:
<svg> element does not have an accessible name<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false">...</svg>/svg[@class="bpa-icon bpa-icon-to-top"]Failure 1:
<section class="bpa-toast" aria-live="assertive">...</section>/section[@class="bpa-toast"]Failure 1:
Failure 1:
Failure 1:
<p>...</p>/pFailure 1:
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: critical
Failure 1:
<div class="swiper swiper-virtual swiper-initialized swiper-horizontal swiper-watch-progress" role="list">#stage-widget,.css-1orjcoo > .swiper.swiper-virtual.swiper-initializedFailure 2:
<div class="swiper swiper-virtual swiper-initialized swiper-horizontal swiper-watch-progress" role="list" style="height: 100%; width: 100%;">#stage-widget,.swiper-slide-active.swiper-slide-visible[data-swiper-slide-index="0"] > .css-ncluv0 > .css-1bq2o3o > .css-1rbl84u[role="region"][aria-roledescription="carousel"] > .swiper.swiper-virtual.swiper-initializedFailure 3:
<div class="swiper swiper-virtual swiper-initialized swiper-horizontal swiper-watch-progress" role="list" style="height: 100%; width: 100%;">#stage-widget,.swiper-slide-next.swiper-slide-visible[data-swiper-slide-index="1"] > .css-ncluv0 > .css-1bq2o3o > .css-1rbl84u[role="region"][aria-roledescription="carousel"] > .swiper.swiper-virtual.swiper-initializedFailure 4:
<div class="swiper swiper-virtual swiper-initialized swiper-horizontal swiper-watch-progress" role="list" style="height: 100%; width: 100%;">#stage-widget,.swiper-slide-visible.swiper-slide-fully-visible[data-swiper-slide-index="2"] > .css-ncluv0 > .css-1bq2o3o > .css-1rbl84u[role="region"][aria-roledescription="carousel"] > .swiper.swiper-virtual.swiper-initializedFailure 5:
<div class="swiper swiper-virtual swiper-initialized swiper-horizontal swiper-watch-progress" role="list" style="height: 100%; width: 100%;">#stage-widget,div[data-swiper-slide-index="3"] > .css-ncluv0 > .css-1bq2o3o > .css-1rbl84u[role="region"][aria-roledescription="carousel"] > .swiper.swiper-virtual.swiper-initialized… and 2 more failures for this rule
Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Failure 2:
<div role="region" aria-roledescription="carousel" class="css-1orjcoo">#stage-widget,.css-1orjcooImpact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundesregierung \| Startseite</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<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>.bpa-hero-teaser-share > .bpa-share.bpa-popover-wrapper.bpa-right > .bpa-share-list > .bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 4:
<svg viewBox="0 0 19 16" class="bpa-icon bpa-icon-playlist" width="19" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-playlist"></use> </svg>.bpa-icon-playlistFailure 5:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>.js-show-more > .bpa-icon-wrapper > .bpa-icon-plus[height="16"][width="16"]… and 9 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Erklärung zur Barrierefreiheit</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-padded.bpa-module-full-hero > .bpa-richtext > p > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>p:nth-child(1) > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-76-b38ugqfr9hmitedztt5r2vtsa" focusable="false"> <title id="aria-76-b38ugqfr9hmitedztt5r2vtsa"></title> <use href="#icon-time"></use> </svg>.bpa-icon-time… and 16 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Barriere melden</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-richtext > p > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>.form-message > p:nth-child(2) > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<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>.bpa-link-external:nth-child(1) > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 5 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Kontakt</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-padded.bpa-module-full-hero > .bpa-richtext > p > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-89-g3c9g7io7hlw9a52veu5n8zk" focusable="false"> <title id="aria-89-g3c9g7io7hlw9a52veu5n8zk"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-header-share > .bpa-share.bpa-popover-wrapper.bpa-right > .bpa-share-list > .bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 16 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Kontakt</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>.bpa-link-external[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<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>.bpa-link-internal[target="_self"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 5 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingFailure 3:
<span class="Select-value-label" aria-label="Suchbegriff eingeben Bundesregierung" aria-selected="true" id="react-select-3--value-0">Bundesregierung<span class="Select-aria-only"> </span></span>#react-select-3--value-0Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Suche</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingFailure 3:
<span class="Select-value-label" aria-label="Suchbegriff eingeben Umwelt und Naturschutz" aria-selected="true" id="react-select-3--value-0">Umwelt und Naturschutz<span class="Select-aria-only"> </span></span>#react-select-3--value-0Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Suche</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<h3 class="bpa-topline-title-wrapper "> <span class="bpa-topline"> <span class="bpa-topline-title"> Bundesregierung </span> </span> <span class="bpa-teaser-title"> <span class="bpa-teaser-title-text"> <span class="bpa-teaser-title-text-inner"> Bundeskanzleramt </span> </span> </span> </h3>.bpa-teaser-wrapper:nth-child(1) > .bpa-teaser > .bpa-teaser-main-content.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-text-wrapper > .bpa-link[target="_self"] > .bpa-topline-title-wrapperImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundesregierung</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false"> <use href="#icon-newsletter"></use> </svg>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > .bpa-footer-social-media:nth-child(2) > .bpa-footer-social-media-list > .bpa-footer-social-media-item:nth-child(7) > .bpa-link-icon[target="_self"] > .bpa-icon-wrapper > .bpa-icon-newsletter[height="20"][viewBox="0 0 20 20"]… and 1 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundeskanzleramt</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>h2 > .bpa-topline-icon-before.bpa-topline > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<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>.bpa-hero-teaser-share > .bpa-share.bpa-popover-wrapper.bpa-right > .bpa-share-list > .bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 10 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundeskabinett </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<svg viewBox="0 0 16 14" class="bpa-icon bpa-icon-arrow-right" width="16" height="14" version="1.1" role="img" focusable="false"> <use href="#icon-arrow-right"></use> </svg>.bpa-teaser-wrapper:nth-child(1) > .bpa-teaser-cabinet-list > .bpa-teaser-cabinet-item:nth-child(1) > .bpa-link-large.bpa-link-icon-before[target="_self"] > .bpa-icon-wrapper > .bpa-icon-arrow-right[viewBox="0 0 16 14"][width="16"]… and 38 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundesministerien</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 2 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundespresseamt</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[viewBox="0 0 13 12"][height="12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][viewBox="0 0 16 16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-97-170t7u5zirywwyg50utwcja8w" focusable="false"> <title id="aria-97-170t7u5zirywwyg50utwcja8w"></title> <use href="#icon-time"></use> </svg>.bpa-white.bpa-module:nth-child(1) > .bpa-container > .bpa-module-full > .bpa-teaser-module:nth-child(1) > .js-teaser-module-with-button.bpa-teaser-main-content.js-linked > .bpa-teaser-share > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner > .bpa-article-header-reading-time > .bpa-reading-time > .bpa-reading-time__icon > .bpa-icon-time[height="22"][viewBox="0 0 22 22"]Failure 5:
<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>.bpa-white.bpa-module:nth-child(1) > .bpa-container > .bpa-module-full > .bpa-teaser-module:nth-child(1) > .js-teaser-module-with-button.bpa-teaser-main-content.js-linked > .bpa-teaser-share > .bpa-share.bpa-popover-wrapper.bpa-right > .bpa-share-list > .bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 20 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Aktuelles</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 4 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Aktuelles aus der Bundesregierung</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>.bpa-icon-dropdown.bpa-search-results-accordion-icon[viewBox="0 0 18 8"]:nth-child(2)Failure 5:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-6r153nwuq7jzrr9za1iy2q9p2" focusable="false"> <title id="aria-83-6r153nwuq7jzrr9za1iy2q9p2"></title> <use href="#icon-time"></use> </svg>.bpa-icon-time… and 5 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Pressemitteilungen</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Herausgeberfacet-publisherpublisher1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 4 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Pressekonferenzen und Reden</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 5 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bundesregierung unterstützt syrischen Übergangsprozess</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-padded.bpa-module-full-hero > .bpa-richtext > p > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-8ctbcyi604lpuqicx72xbspgw" focusable="false"> <title id="aria-83-8ctbcyi604lpuqicx72xbspgw"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 12 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Iranisches Volk hat das Recht, über sein Schicksal zu entscheiden</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-d6xmvk4i7kkj1cdc1tu27vozg" focusable="false"> <title id="aria-83-d6xmvk4i7kkj1cdc1tu27vozg"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 14 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: serious
Failure 1:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-teaser-module-media-wrapper > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 2:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(6) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 3:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(7) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 4:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-last-row.bpa-search-result-half.bpa-search-result-has-list-border > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Mediathek </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[viewBox="0 0 13 12"][height="12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[viewBox="0 0 16 16"][width="16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 23 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Videos</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[viewBox="0 0 13 12"][height="12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[viewBox="0 0 16 16"][width="16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 27 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: serious
Failure 1:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-teaser-module-media-wrapper > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 2:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(2) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 3:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(3) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 4:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(4) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]Failure 5:
<div class="bpa-btn-on-image " aria-label="" role="button"> <span class="bpa-btn-on-image-icon-before"> <svg viewBox="0 0 23 16" class="bpa-icon bpa-icon-gallery" width="23" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-gallery"></use> </svg> </span> </div>.bpa-search-result-half.bpa-search-result-has-list-border.bpa-shark:nth-child(5) > .bpa-teaser.js-teaser-module-with-link.js-linked > .bpa-teaser-inner-image > .bpa-teaser-image-wrapper > .bpa-btn-alike > .bpa-btn-on-image[aria-label=""][role="button"]… and 6 more failures for this rule
Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Fotos</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[viewBox="0 0 16 16"][width="16"]Failure 4:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Formatfacet-documenttypedocumenttype0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate1 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 15 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<h3 class="bpa-topline-title-wrapper "> <span class="bpa-teaser-title"> <span class="bpa-teaser-title-text"> <span class="bpa-teaser-title-text-inner"> Fragen und Antworten </span> </span> </span> </h3>.bpa-teaser-wrapper:nth-child(1) > .bpa-teaser > .bpa-teaser-main-content.js-linked[data-link="on"] > .bpa-teaser-inner-image > .bpa-teaser-text-wrapper > .bpa-link[target="_self"] > .bpa-topline-title-wrapperImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Service </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false"> <use href="#icon-newsletter"></use> </svg>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > .bpa-footer-social-media > .bpa-footer-social-media-list > .bpa-footer-social-media-item:nth-child(7) > .bpa-link-icon[target="_self"] > .bpa-icon-wrapper > .bpa-icon-newsletter[height="20"][viewBox="0 0 20 20"]… and 1 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<h1 class="bpa-accessibility">Fragen und Antworten</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][height="12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false"> <use href="#icon-newsletter"></use> </svg>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > .bpa-footer-social-media > .bpa-footer-social-media-list > .bpa-footer-social-media-item:nth-child(7) > .bpa-link-icon[target="_self"] > .bpa-icon-wrapper > .bpa-icon-newsletter[height="20"][viewBox="0 0 20 20"]Failure 4:
<svg viewBox="0 0 42 42" class="bpa-icon bpa-icon-to-top" width="42" height="42" version="1.1" role="img" focusable="false"> <use href="#icon-to-top"></use> </svg>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > .bpa-footer-btn > .bpa-footer-backtotop[aria-label="Nach oben"][href="#"] > .bpa-icon-to-top[width="42"][height="42"]Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: critical
Failure 1:
<input type="checkbox" id="selectedSubscription..." name="selectedSubscription..." value="" aria-label="Nachrichten" aria-controls="subscriptionsAsMap'[...">#selectedSubscriptions_1133176_1Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Newsletter und Abos </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][width="16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>.bpa-link-internal[target="_self"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 7 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bulletin</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<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>.bpa-topline-icon-before > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 9 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Archiv</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][viewBox="0 0 16 16"]Failure 4:
<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>.bpa-link-internal[target="_self"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<svg viewBox="0 0 18 8" class="bpa-icon bpa-icon-dropdown bpa-search-results-accordion-icon" width="18" height="8" role="img" version="1.1" aria-hidden="false" focusable="false"><use xlink:href="#icon-dropdown"></use></svg>#Zeitraumfacet-cms-datedate0 > .bpa-search-results-icon-group > .bpa-icon-dropdown.bpa-search-results-accordion-icon[aria-hidden="false"]… and 3 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: minor
Failure 1:
<h2 class=""></h2>h2:nth-child(24)Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Datenschutzhinweis</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>p:nth-child(1) > .bpa-link-external[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-90-322mdmln38akrzti3fkdopv1j" focusable="false"> <title id="aria-90-322mdmln38akrzti3fkdopv1j"></title> <use href="#icon-time"></use> </svg>.bpa-icon-time… and 7 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Datenschutzerklärung</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-89-fh11iy8h24vvtgibiemkl684" focusable="false"> <title id="aria-89-fh11iy8h24vvtgibiemkl684"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 10 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Impressum</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-d5co4sim02jheqzbsof5l3nke" focusable="false"> <title id="aria-83-d5co4sim02jheqzbsof5l3nke"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>p:nth-child(1) > .bpa-link-external[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 11 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Nachhaltigkeit</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][width="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-85-9b5myado9bvwlmwhqpmm2ue3n" focusable="false"> <title id="aria-85-9b5myado9bvwlmwhqpmm2ue3n"></title> <use href="#icon-time"></use> </svg>.bpa-hero-teaser-share > .bpa-teaser > .bpa-teaser-inner > .bpa-article-header-reading-time > .bpa-reading-time > .bpa-reading-time__icon > .bpa-icon-time[height="22"][viewBox="0 0 22 22"]Failure 5:
<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>.bpa-hero-teaser-share > .bpa-share.bpa-popover-wrapper.bpa-right > .bpa-share-list > .bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 17 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Schwerpunkte </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-print" width="20" height="20" version="1.1" role="img" focusable="false"> <use href="#icon-print"></use> </svg>.bpa-icon-printFailure 4:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 5:
<svg viewBox="0 0 20 20" class="bpa-icon bpa-icon-newsletter" width="20" height="20" version="1.1" role="img" focusable="false"> <use href="#icon-newsletter"></use> </svg>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > .bpa-footer-social-media:nth-child(2) > .bpa-footer-social-media-list > .bpa-footer-social-media-item:nth-child(7) > .bpa-link-icon[target="_self"] > .bpa-icon-wrapper > .bpa-icon-newsletter[height="20"][viewBox="0 0 20 20"]… and 1 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Koalition auf Kurs für einen Politikwechsel</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-85-c5llhjzdady4o9189d9e4sj59" focusable="false"> <title id="aria-85-c5llhjzdady4o9189d9e4sj59"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 16 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility"><span>Neues Wirtschaftswachstum und gute Arbeit </span></h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-padded.bpa-module-full-hero > .bpa-richtext > p > .bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-dgpteiswm12xxauvqml9f3a3j" focusable="false"> <title id="aria-83-dgpteiswm12xxauvqml9f3a3j"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>a[href$="#tar-1"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 43 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility"><span>Wirkungsvolle Entlastungen, stabile Finanzen, moderner Staat</span></h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-c28fw2rva4mvc36ij8anlxtow" focusable="false"> <title id="aria-83-c28fw2rva4mvc36ij8anlxtow"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>a[href$="#tar-1"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 32 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Sicheres Zusammenleben, geordnete Migration, stärkere Integration</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-w2q7rxai3wluscyh7l6ht7ux" focusable="false"> <title id="aria-83-w2q7rxai3wluscyh7l6ht7ux"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>a[href$="#tar-1"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 25 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Starker Zusammenhalt, standfeste Demokratie </h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-dkoaehcnywhbqn3oefs3nojps" focusable="false"> <title id="aria-83-dkoaehcnywhbqn3oefs3nojps"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>a[href$="#tar-1"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 14 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Verantwortungsvolle Außenpolitik und ein geeintes Europa</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-6hodgw8w5zn39swz4ezau9wsa" focusable="false"> <title id="aria-83-6hodgw8w5zn39swz4ezau9wsa"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(4) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>a[href$="#tar-1"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 19 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Gut informiert mit der App der Bundesregierung</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-87-c4oxy30boti21uqh4molo9byl" focusable="false"> <title id="aria-87-c4oxy30boti21uqh4molo9byl"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 8 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Error 404</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-83-1nh8r2mcnxd4f341u0f99kn2d" focusable="false"> <title id="aria-83-1nh8r2mcnxd4f341u0f99kn2d"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 4:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>p > .bpa-link-external[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 6 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Allgemeine Hinweise</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-75-4ib63nbehi1k805wz800ekz5q" focusable="false"> <title id="aria-75-4ib63nbehi1k805wz800ekz5q"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 3 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: critical
Failure 1:
<input type="checkbox" id="selectedSubscription..." name="selectedSubscription..." value="" aria-label="Nachrichten" aria-controls="subscriptionsAsMap'[...">#selectedSubscriptions_1133176_1Impact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Bulletin abonnieren</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal[target="_blank"][rel="noopener noreferrer"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[height="16"][width="16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>.bpa-link-internal[target="_self"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 6 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<nav class="bpa-menu-search" aria-labelledby="main-menu-flyout-title">nav[aria-labelledby="main-menu-flyout-title"]Impact: moderate
Failure 1:
<h1 class="bpa-accessibility">Kontakt Bulletin-Redaktion</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<svg viewBox="0 0 22 22" class="bpa-icon bpa-icon-time" width="22" height="22" version="1.1" role="img" aria-labelledby="aria-75-dshno1h5hxz48goykzp4f045z" focusable="false"> <title id="aria-75-dshno1h5hxz48goykzp4f045z"></title> <use href="#icon-time"></use> </svg>.bpa-icon-timeFailure 5:
<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>.bpa-share-links-item:nth-child(3) > .bpa-popover-button.js-btn-share.bpa-share-btn > .bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]… and 3 more failures for this rule
Impact: critical
Failure 1:
<input class="form-control" id="cookie-allow-necessary" type="checkbox" value="cookie-allow-necessary" name="cookie-allow-necessary" aria-selected="true" disabled="" checked="">#cookie-allow-necessaryFailure 2:
<input class="form-control" id="cookie-allow-tracking" type="checkbox" value="cookie-allow-tracking" name="cookie-allow-tracking" aria-selected="false">#cookie-allow-trackingImpact: moderate
Failure 1:
<h1 class="bpa-accessibility">Staatsministerin für Sport und Ehrenamt</h1>.bpa-accessibilityImpact: serious
Failure 1:
<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>.bpa-link-internal > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]Failure 2:
<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>.bpa-icon-wrapper:nth-child(3) > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 3:
<svg viewBox="0 0 16 16" class="bpa-icon bpa-icon-plus" width="16" height="16" version="1.1" role="img" focusable="false"> <use href="#icon-plus"></use> </svg>#topics-navigation > .bpa-icon-plus[width="16"][height="16"]Failure 4:
<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>.bpa-btn-icon-before > .bpa-icon-close[width="14"][viewBox="0 0 14 14"]Failure 5:
<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>footer > .bpa-container > .bpa-footer-padding.bpa-module-full-hero > nav[aria-label="Footer-Navigation"] > .bpa-footer-nav-list > .bpa-footer-nav-item:nth-child(3) > .bpa-footer-sub-headline > .bpa-link-external.bpa-link-large[target="_blank"] > .bpa-icon-link-external[width="13"][viewBox="0 0 13 12"]… and 2 more failures for this rule