Scan Report: France.fr

🎯 Priority: Pages with Most Errors

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

Pageaxe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueQualWebTotal UniquePage Title
View Page40523077460533Road trip en van entre amis au Pays basque
View Page1483705547521Vakantie in Frankrijk: tips, inspiratie en reisideeën │France.fr
View Page1563665237512Viaja a Francia y descubre sus maravillas - Explore France
View Page1553535235496France.fr: Utforska Frankrike och dess underverk - Explore France
View Page1473475047492France.fr: Explore a França e suas maravilhas - Explore France
View Page1543534832488France.fr: Udforsk Frankrig og dets vidundere - Explore France
View Page1523524432481France.fr : Explore la France et ses merveilles - Explore France
View Page1523444432473France.fr : Explore la France et ses merveilles - Explore France
View Page1513454125463France.fr: esplora la Francia e le sue meraviglie - Explore France
View Page13542944849458Week-end gourmand au Pays basque

🔧 Priority: Most Common Issues (ALFA)

These ALFA accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
SIA-R111: Interactive elements have a sufficient target size97 of 100View Rule
SIA-R3: lang attribute has a valid language code97 of 100View Rule
SIA-R73: Text spacing can be adjusted without loss of content97 of 100View Rule
SIA-R66: Text has enhanced contrast with its background96 of 100View Rule
SIA-R87: First focusable element is a skip link89 of 100View Rule
SIA-R6181 of 100View Rule
SIA-R1761 of 100View Rule
SIA-R69: Text has sufficient contrast with its background29 of 100View Rule
SIA-R2: HTML elements have a valid lang attribute28 of 100View Rule
SIA-R68: Accessible name contains the visible label text23 of 100View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue.

🔧 Priority: Most Common Issues (axe)

These axe accessibility issues appear most frequently across your pages:

RulePages AffectedDocumentation
color-contrast35 of 100View Rule
image-alt27 of 100View Rule
list15 of 100View Rule
heading-order13 of 100View Rule
link-in-text-block12 of 100View Rule
html-has-lang8 of 100View Rule
empty-heading6 of 100View Rule
button-name5 of 100View Rule
frame-title3 of 100View Rule
scrollable-region-focusable2 of 100View Rule
💡 Tip: Click on the rule documentation links to learn how to fix each issue. Consider fixing the most common issues first for maximum impact.
🤖 Future Enhancement: This report will soon include AI-powered fix suggestions for authenticated GitHub users (opt-in only, no auto-run AI).

🔍 Cross-Page Patterns: Common HTML Issues

These HTML patterns cause the same accessibility errors across multiple pages. Fix the pattern once in your codebase to fix it everywhere!

🎯 Top Patterns to Fix (Highest Impact)

Pattern 1: Affects 97 page(s) - 194 occurrence(s)

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

``html <span id="label_language-picker" class="label-m mb-3 display-block sr-only" data-v-b68278f0="">...</span>

` XPath (use in browser DevTools): `

/span[@id="label_language-picker"]

` How to Replicate:

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

Affected Pages:

---

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

Scanner: ALFA Rule: SIA-R73: Text spacing can be adjusted without loss of content Issue: The line height of the paragraph is
normal which will result in a line height of less than 1.5 HTML Pattern: `html

<p class="AfHeader__id" data-v-d1aa9e45="">...</p>

` XPath (use in browser DevTools): `

/p[@class="AfHeader__id"]

` How to Replicate:

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

Affected Pages:

---

Pattern 3: Affects 96 page(s) - 192 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_nl" role="option" data-v-b68278f0="">Nederlands</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_nl"]

` How to Replicate:

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

Affected Pages:

---

Pattern 4: Affects 95 page(s) - 190 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_sv" role="option" data-v-b68278f0="">Svenska</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_sv"]

` How to Replicate:

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

Affected Pages:

---

Pattern 5: Affects 95 page(s) - 190 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_zh-Hans" role="option" data-v-b68278f0="">简体中文</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_zh-Hans"]

` How to Replicate:

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

Affected Pages:

---

Pattern 6: Affects 95 page(s) - 190 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_ko" role="option" data-v-b68278f0="">한국어</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_ko"]

` How to Replicate:

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

Affected Pages:

---

Pattern 7: Affects 94 page(s) - 188 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_pt" role="option" data-v-b68278f0="">Português</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_pt"]

` How to Replicate:

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

Affected Pages:

---

Pattern 8: Affects 93 page(s) - 186 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_ja" role="option" data-v-b68278f0="">日本語</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_ja"]

` How to Replicate:

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

Affected Pages:

---

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

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

<button id="search-btn" class="AfHeader__link label-m" aria-controls="header-search" aria-expanded="false" data-v-d1aa9e45="">...</button>

` XPath (use in browser DevTools): `

/button[@id="search-btn"]

` How to Replicate:

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

Affected Pages:

---

Pattern 10: Affects 88 page(s) - 176 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_ar" role="option" data-v-b68278f0="">العربية</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_ar"]

` How to Replicate:

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

Affected Pages:

---

Pattern 11: Affects 87 page(s) - 174 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_en" role="option" data-v-b68278f0="">English</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_en"]

` How to Replicate:

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

Affected Pages:

---

Pattern 12: Affects 87 page(s) - 174 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_cs" role="option" data-v-b68278f0="">Čeština</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_cs"]

` How to Replicate:

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

Affected Pages:

---

Pattern 13: Affects 87 page(s) - 174 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_da" role="option" data-v-b68278f0="">Dansk</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_da"]

` How to Replicate:

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

Affected Pages:

---

Pattern 14: Affects 87 page(s) - 174 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_de" role="option" data-v-b68278f0="">Deutsch</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_de"]

` How to Replicate:

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

Affected Pages:

---

Pattern 15: Affects 87 page(s) - 174 occurrence(s)

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

<li class="label-m py-2 px-7" aria-selected="false" id="language-picker_es" role="option" data-v-b68278f0="">Español</li>

` XPath (use in browser DevTools): `

/li[@id="language-picker_es"]

` How to Replicate:

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

Affected Pages:

---

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

📊 Detailed Results

Complete scan results for all tested pages:

Submitted URLFinal URLStatusHTTPRedirectedTime (ms)axe UniqueALFA UniqueEqual Access UniqueAccessLint UniqueDuplicatesNotes
https://france.fr/https://www.france.fr/fr/OK200yes2492215235244253France.fr : Explore la France et ses merveilles - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, frame_title_exists, heading_content_exists, html_lang_exists, html_skipnav_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ar/searchhttps://www.france.fr/ar/searchFAIL404yes616443441404 Not Found
ALFA failed rules: SIA-R4 (Page has a descriptive title), SIA-R70, SIA-R87 (First focusable element is a skip link)
axe failed rules: html-has-lang, landmark-one-main, region
Equal Access failed rules: aria_content_in_landmark, element_attribute_deprecated, html_lang_exists, skip_main_exists
AccessLint failed rules: landmarks/landmark-main, landmarks/region, readable/html-has-lang
https://france.fr/en/searchhttps://www.france.fr/en/search/OK200yes215780302491741Search - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria
https://france.fr/ja/searchhttps://www.france.fr/ja/search/OK200yes361600342181841検索 - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ko/searchhttps://www.france.fr/ko/search/OK200yes198230352011830검색 - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ru/searchhttps://www.france.fr/ru/search/OK200yes203550341521631Поиск - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/zh-Hans/searchhttps://www.france.fr/zh-Hans/search/OK200yes1506303447224搜索 - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-atheneehttps://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/OK200yes2436674622127149الفندق الفخم: 6 أمور متميّزة للاكتشاف في فندق "بلازا أتينيه" Plaza Athénée - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagenhttps://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/OK200yes1937174629433185De parisiske konditorer der genopfinder kagen - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrighttps://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/OK200yes2672684727936106Find ro i alperne med meditation, vandring og faste - France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, frame-title, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/da/artikel/genfind-roen-8-oplevelser-i-den-franske-naturhttps://www.france.fr/da/artikel/genfind-roen-8-oplevelser-i-den-franske-natur/OK200yes27496134729441206Genfind roen: her er 8 oplevelser i den franske natur - France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalenhttps://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/OK200yes2920994629037156Oplev Leonardo da Vincis skøre opfindelser i Loiredalen - France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/de/artikel/6-gestalter-erfinden-die-provence-neuhttps://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/OK200yes18920846288341796 Gestalter, die die Provence neu erfinden - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonienhttps://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/OK200yes1971684927133108Das berühmte Herz von Neukaledonien
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, frame-title, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-lucehttps://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/OK200yes25882144528727222Die genialen Erfindungen Leonardo da Vincis im Clos Lucé
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfindenhttps://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/OK200yes2439674627933159Die Olympischen Spiele 2024 werden in Paris stattfinden
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundyhttps://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/OK200yes26819144128139175Burgundy wines guide: grand crus, wineries, vineyards and climate
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-atheneehttps://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/OK200yes2332974028332152The Hotel Palace Plaza Athenee in Paris, fashion and architecture
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desireshttps://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/OK200yes2396874228034163Shopping in Nice: Four leads to finding everything your heart desires
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, heading-order, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly, text_sensory_misuse
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, navigable/heading-order, text-alternatives/img-alt
https://france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basquehttps://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/OK200yes26011144621740167جولة بين قصور بلاد الباسك - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicoishttps://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/OK200yes48196555422878126مغامرات في أعالي قرى كوت دازور - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R13, SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, frame-title, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_attribute_deprecated, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/ar/article/maisons-reinventent-gout-pays-basquehttps://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/OK200yes2661844621230138عناوين تعيد ابتكار نكهات بلاد الباسك - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/ar/article/service-d%C3%A9taxe-GLhttps://www.france.fr/ar/article/service-d%c3%a9taxe-GL/OK200yes2536074521134124التسوق المعفى من الضريبة في متجر "غاليري لافاييت" - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/ar/campaign/services-galeries-lafayettehttps://www.france.fr/ar/campaign/services-galeries-lafayette/OK200yes206200371831846خدمات متجر "غاليري لافاييت" المخصصة - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ar/destination/biarritz-pays-basquehttps://www.france.fr/ar/destination/biarritz-pays-basque/OK200yes208900401881837بياريتز -بلاد الباسك - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ar/destination/pays-de-la-loirehttps://www.france.fr/ar/destination/pays-de-la-loire/OK200yes205430391861831بلاد اللوار - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/cs/clanek/co-delat-v-pays-de-la-loirehttps://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/OK200yes48726184425641190Navštivte oblast Pays de la Loire, mezi údolím Loiry a pobřežím Atlantiku
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/cs/destinace/pays-de-la-loirehttps://www.france.fr/cs/destinace/pays-de-la-loire/OK200yes251550422231653Naštivte Pays de la Loire
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/da/artikel/4-udflugter-i-naturen-i-regionen-pays-de-la-loirehttps://www.france.fr/da/artikel/4-udflugter-i-naturen-i-regionen-pays-de-la-loire/OK200yes48041247297331574 udflugter i naturen i den atlantiske loiredal - France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, list_markup_review, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/da/artikel/Bordd%C3%A6kning-service-Lorraine-krystalglashttps://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/OK200yes27470154729943171Dæk et smukt bord med det bedste service fra Lorraine - France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, frame_src_valid, frame_title_exists, heading_content_exists, html_lang_exists, html_skipnav_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/da/destination/biarritz-pays-basquehttps://www.france.fr/da/destination/biarritz-pays-basque/OK200yes5438604627018100Besøg Biarritz og Baskerlandet
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/da/destination/pays-de-la-loirehttps://www.france.fr/da/destination/pays-de-la-loire/OK200yes269450452661856Besøg Den atlantiske Loiredal
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/en/article/biarritz-pays-basquehttps://www.france.fr/en/article/biarritz-pays-basque/OK200yes2003123928027140Biarritz Pays Basque
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/en/article/charming-villages-pays-basquehttps://www.france.fr/en/article/charming-villages-pays-basque/OK200yes1769854028030147Charming villages in Pays Basque
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_sensory_misuse
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, text-alternatives/img-alt
https://france.fr/fr/destination/biarritz-pays-basquehttps://www.france.fr/fr/destination/biarritz-pays-basque/OK200yes2117425028841164Visiter Biarritz et le Pays basque
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/fr/destination/pays-de-la-loirehttps://france.fr/fr/destination/pays-de-la-loireFAIL-no5999900000URL scan exceeded 60s timeout
https://france.fr/fr/itineraire/parcours-gourmand-pays-basquehttps://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/OK200yes32633135429448187Week-end gourmand au Pays basque
ALFA failed rules: SIA-R11 (Button elements have an accessible name), SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: heading-order, image-alt, link-in-text-block, link-name
Equal Access failed rules: a_text_purpose, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order, navigable/link-name, text-alternatives/img-alt
https://france.fr/fr/itineraire/pays-basque-en-van-entre-amishttps://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/OK200yes30677405230774258Road trip en van entre amis au Pays basque
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: heading-order, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order, text-alternatives/img-alt
https://france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loirehttps://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/OK200yes25271744286331805 uscite culturali da non perdere nel Pays de la Loire - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/it/articolo/pays-oc-i-vignetihttps://www.france.fr/it/articolo/pays-oc-i-vigneti/OK200yes2312444428330137Pays d'Oc: i vigneti - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, heading-order, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, heading_markup_misuse, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order, text-alternatives/img-alt
https://france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-ochttps://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/OK200yes2263844327830143Sui passi di Molière a Pézenas nel Pays d'Oc - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, heading_markup_misuse, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/ja/destination/biarritz-pays-basquehttps://www.france.fr/ja/destination/biarritz-pays-basque/OK200yes3004204523318101ビアリッツ - バスク地方 - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ja/destination/pays-de-la-loirehttps://www.france.fr/ja/destination/pays-de-la-loire/OK200yes240570462301853ペイ・ド・ラ・ロワール - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R83 (Text can be resized to 200% without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ko/destination/pay-de-la-loirehttps://www.france.fr/ko/destination/pay-de-la-loire/OK200yes249130422061843페이 드 라 루아르 - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/nb/artikkel/biarritz-pays-basque-hva-du-kan-se-gjorehttps://www.france.fr/nb/artikkel/biarritz-pays-basque-hva-du-kan-se-gjore/FAIL500yes1604622731216
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fiquehttps://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/OK200yes2223554326931135Dois repórteres brasileiros farão a cobertura dos Gay Games em Paris, fique ligado! - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, empty-heading, image-alt, link-in-text-block
Equal Access failed rules: aria_accessiblename_exists, aria_attribute_valid, aria_complementary_labelled, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, text-alternatives/img-alt
https://france.fr/pt/artigo/fazer-ver-pays-loirehttps://www.france.fr/pt/artigo/fazer-ver-pays-loire/OK200yes25889274727253223Quais atividades fazer no Pays de la Loire?
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R2 (HTML elements have a valid lang attribute), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R62 (Links are visually distinguishable from surrounding text), SIA-R66 (Text has enhanced contrast with its background), SIA-R69 (Text has sufficient contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R78 (Headings of same level have text content between them), SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, image-alt, link-in-text-block
Equal Access failed rules: aria_attribute_valid, aria_complementary_labelled, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, img_alt_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: aria/aria-hidden-focus, distinguishable/color-contrast, distinguishable/link-in-text-block, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, text-alternatives/img-alt
https://france.fr/sv/destination/biarritz-pays-basquehttps://www.france.fr/sv/destination/biarritz-pays-basque/OK200yes192210452701896Besök Biarritz och Baskien
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/arhttps://www.france.fr/ar/OK200yes3799534924230248استلهموا - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list, presentation-role-conflict
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient, text_quoted_correctly
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/cshttps://www.france.fr/cs/OK200yes5164514729336293France.fr: Objevte Francii a její zázraky - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/dahttps://www.france.fr/da/OK200yes2432915435348307France.fr: Udforsk Frankrig og dets vidundere - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/dehttps://www.france.fr/de/OK200yes2237115033440245France.fr: Entdecken Sie Frankreich und seine Wunder - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/enhttps://www.france.fr/en/OK200yes2307314632537316France.fr : Explore France and its wonders - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria
https://france.fr/eshttps://www.france.fr/es/OK200yes2349715636652263Viaja a Francia y descubre sus maravillas - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/frhttps://www.france.fr/fr/OK200yes2396515234444253France.fr : Explore la France et ses merveilles - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, frame_title_exists, heading_content_exists, html_lang_exists, html_skipnav_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ithttps://www.france.fr/it/OK200yes2260815134541237France.fr: esplora la Francia e le sue meraviglie - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/jahttps://www.france.fr/ja/OK200yes2357115131845301フランス旅行の最新情報が満載 | フランス観光開発機構公式サイト France.fr | Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/kohttps://france.fr/koFAIL-no5999900000URL scan exceeded 60s timeout
https://france.fr/nbhttps://www.france.fr/nb/FAIL404yes1461522731216
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/nlhttps://www.france.fr/nl/OK200yes2584914837055395Vakantie in Frankrijk: tips, inspiratie en reisideeën │France.fr
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/pthttps://www.france.fr/pt/OK200yes4901014734750380France.fr: Explore a França e suas maravilhas - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/ruhttps://www.france.fr/ru/OK200yes2235814221136307France.fr: Исследуйте Францию и ее чудеса - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/svhttps://www.france.fr/sv/OK200yes2406815535352313France.fr: Utforska Frankrike och dess underverk - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_visible, style_background_decorative, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/zh-Hanshttps://www.france.fr/zh-Hans/OK200yes492881449212278法国旅游发展署
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: list
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: adaptable/list-children, aria/aria-hidden-focus, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/cs/akcehttps://www.france.fr/cs/akce/FAIL404yes213452292021636
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/cs/aktivityhttps://www.france.fr/cs/aktivity/OK200yes2918904025026188Aktivity a tipy, co podniknout ve Francii
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/cs/archivyhttps://www.france.fr/cs/archivy/OK200yes202891382101792Všechny články - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/cs/destinacehttps://www.france.fr/cs/destinace/OK200yes2812003925637308Kterou oblast Francie si vyberete pro svoji dovolenou?
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/cs/mapahttps://www.france.fr/cs/mapa/OK200yes226382372391744Mapa - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: button-name, empty-heading
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, navigable/empty-heading, navigable/page-has-heading-one
https://france.fr/cs/nove-clankyhttps://www.france.fr/cs/nove-clanky/FAIL404yes189072292021636
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/cs/okruhhttps://www.france.fr/cs/okruh/OK200yes254120392221677Road trips ve Francii : tipy na okruhy trasy
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/da/aktiviteterhttps://www.france.fr/da/aktiviteter/OK200yes1953704129428190Hvilke aktiviteter skal man vælge?
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/de/aktivitaetenhttps://www.france.fr/de/aktivitaeten/OK200yes3229704128828195Was kann man unternehmen? Aktivitäten und Ausgehen in Frankreich
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/de/archivhttps://www.france.fr/de/archiv/OK200yes218731392531995Alle Artikel - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/de/kartehttps://www.france.fr/de/karte/OK200yes208552402892052Karte - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: button-name, empty-heading
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one
https://france.fr/de/nachhaltiges-reisenhttps://www.france.fr/de/nachhaltiges-reisen/OK200yes2991724428629170Slow Tourismus in Frankreich: Tipps und Ideen für Ausflüge
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R87 (First focusable element is a skip link)
axe failed rules: color-contrast, scrollable-region-focusable
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, keyboard-accessible/scrollable-region, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/de/neue-artikelhttps://www.france.fr/de/neue-artikel/FAIL404yes190482312401843
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/en/activitieshttps://www.france.fr/en/activities/OK200yes1899903628827192Activities - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria
https://france.fr/en/archiveshttps://www.france.fr/en/archives/OK200yes166291342481886All articles - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, navigable/heading-order
https://france.fr/en/durable-travelhttps://www.france.fr/en/durable-travel/OK200yes1908224227423143Travel gems in France to take you off the beaten track! - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74
axe failed rules: color-contrast, scrollable-region-focusable
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_label_valid, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, keyboard-accessible/scrollable-region, labels-and-names/duplicate-id-aria
https://france.fr/es/actividadeshttps://www.france.fr/es/actividades/OK200yes3229904128928169¿Qué hacer? Actividades, paseos y excursiones en Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/es/archivoshttps://www.france.fr/es/archivos/OK200yes282941392591896Todos los artículos - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, navigable/heading-order
https://france.fr/es/buscarhttps://www.france.fr/es/buscar/OK200yes149960352661839Buscar - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R66 (Text has enhanced contrast with its background), SIA-R68 (Accessible name contains the visible label text), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R87 (First focusable element is a skip link)
Equal Access failed rules: aria_attribute_valid, aria_child_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, frame_src_valid, frame_title_exists, html_lang_exists, html_skipnav_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/es/destinohttps://www.france.fr/es/destino/OK200yes2081404130539313¿Adónde ir? Qué destino elegir para tu estancia en Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/es/eventohttps://www.france.fr/es/evento/OK200yes2592004128628198Eventos en París y en toda Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/es/info-practicahttps://www.france.fr/es/info-practica/OK200yes1958113729336243Informaciones prácticas: cómo aprovechar al máximo tu viaje a Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/es/itinerariohttps://www.france.fr/es/itinerario/OK200yes561230402701879Itinerarios para viajar por Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/es/mapahttps://www.france.fr/es/mapa/OK200yes242272392892049Mapa - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: button-name, empty-heading
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one
https://france.fr/es/nuevos-articuloshttps://www.france.fr/es/nuevos-articulos/FAIL404yes189902312461841
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R4 (Page has a descriptive title), SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R74, SIA-R83 (Text can be resized to 200% without loss of content)
axe failed rules: color-contrast, html-has-lang
Equal Access failed rules: aria_attribute_valid, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, html_lang_exists, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, readable/html-has-lang
https://france.fr/fr/activiteshttps://www.france.fr/fr/activites/OK200yes2048604128928196Que faire ? Activités et sorties en France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/fr/archiveshttps://www.france.fr/fr/archives/OK200yes213541382531987Tous les articles - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/fr/articles-recentshttps://www.france.fr/fr/articles-recents/OK200yes2426914025219102Articles récents
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/fr/cartehttps://www.france.fr/fr/carte/OK200yes245432392852055Carte - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: button-name, empty-heading
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one
https://france.fr/fr/evenementhttps://www.france.fr/fr/evenement/OK200yes1830904128628192Evènements à Paris et partout en France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/it/archivihttps://www.france.fr/it/archivi/OK200yes214661382561955Tutti gli articoli - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order
https://france.fr/it/attivitahttps://www.france.fr/it/attivita/OK200yes1993704129228182Cose da fare Attività e gite in Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/it/cartinahttps://www.france.fr/it/cartina/OK200yes357142392932049Mappa - Explore France
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R12 (Links have an accessible name), SIA-R3 (lang attribute has a valid language code), SIA-R61, SIA-R64, SIA-R66 (Text has enhanced contrast with its background), SIA-R73 (Text spacing can be adjusted without loss of content), SIA-R75, SIA-R87 (First focusable element is a skip link)
axe failed rules: button-name, empty-heading
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_keyboard_handler_exists, aria_role_redundant, aria_role_valid, element_id_unique, element_tabbable_role_valid, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, input_label_after, input_label_exists, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/empty-heading, navigable/page-has-heading-one
https://france.fr/it/destinazionehttps://www.france.fr/it/destinazione/OK200yes2844604130339313Dove andare? Quale destinazione scegliere per il vostro soggiorno in Francia?
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/it/eventohttps://www.france.fr/it/evento/OK200yes3107304128434286Eventi a Parigi e in tutta la Francia
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R61, 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)
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, fieldset_legend_valid, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region
https://france.fr/it/info-pratichehttps://www.france.fr/it/info-pratiche/OK200yes1930313727126224Informazioni pratiche: come sfruttare al meglio il vostro viaggio in Francia?
ALFA failed rules: SIA-R111 (Interactive elements have a sufficient target size), SIA-R17, SIA-R3 (lang attribute has a valid language code), SIA-R53 (Headings follow a logical hierarchy), SIA-R61, 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: heading-order
Equal Access failed rules: aria_attribute_valid, aria_content_in_landmark, aria_hidden_nontabbable, aria_role_redundant, element_id_unique, element_tabbable_unobscured, element_tabbable_visible, heading_content_exists, input_label_after, input_label_visible, style_color_misuse, style_focus_visible, style_highcontrast_visible, svg_graphics_labelled, text_block_heading, text_contrast_sufficient
AccessLint failed rules: aria/aria-hidden-focus, keyboard-accessible/focus-order, labels-and-names/duplicate-id-aria, landmarks/region, navigable/heading-order

Detailed Failure Information (ALFA)

https://france.fr/

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 6 more failures for this rule

Rule: SIA-R17

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 2 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 8 more failures for this rule

Rule: SIA-R74

Failure 1:

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/ar/search

Rule: SIA-R4: Page has a descriptive title

Failure 1:

Rule: SIA-R70

Failure 1:

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/en/search

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 3 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4:

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/ja/search

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 3 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/ko/search

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 1 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/ru/search

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 4 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/zh-Hans/search

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 3 more failures for this rule

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5:

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 5 more failures for this rule

Rule: SIA-R17

Failure 1:
Failure 2:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

Rule: SIA-R62: Links are visually distinguishable from surrounding text

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 7 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 5 more failures for this rule

Rule: SIA-R17

Failure 1:
Failure 2:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 11 more failures for this rule

Rule: SIA-R61

Failure 1:

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

Failure 1:

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

Failure 1:

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 8 more failures for this rule

Rule: SIA-R87: First focusable element is a skip link

Failure 1:

https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig

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

Failure 1:
Failure 2: Failure 3: Failure 4: Failure 5: ... and 5 more failures for this rule

Rule: SIA-R13

Failure 1: