{
  "issueNumber": 64,
  "issueUrl": "https://github.com/mgifford/open-scans/issues/64",
  "issueTitle": "FRIDAY: France.fr LIGHTMODE",
  "scanTitle": "France.fr LIGHTMODE",
  "submittedBy": "mgifford",
  "engines": [
    "axe",
    "accesslint"
  ],
  "scanContext": {
    "viewport": {
      "width": 1280,
      "height": 800
    },
    "viewportPreset": "desktop",
    "colorScheme": "both",
    "browser": "chromium"
  },
  "scannedAt": "2026-05-15T01:42:24.887Z",
  "totalElapsedMs": 1714844,
  "totalSubmitted": 100,
  "acceptedCount": 100,
  "scannedCount": 100,
  "skippedDueToTimeout": 0,
  "skippedDueToErrAborted": 0,
  "rejectedCount": 0,
  "rejected": [],
  "alfaTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "axeTotals": {
    "passed": 108366,
    "failed": 505,
    "cantTell": 5433,
    "inapplicable": 3946
  },
  "equalAccessTotals": {
    "passed": 0,
    "failed": 0,
    "uniqueFailed": 0,
    "duplicates": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "accesslintTotals": {
    "passed": 5812,
    "failed": 2468,
    "uniqueFailed": 2467,
    "duplicates": 1,
    "cantTell": 0,
    "inapplicable": 0
  },
  "qualwebTotals": {
    "passed": 0,
    "failed": 0,
    "cantTell": 0,
    "inapplicable": 0
  },
  "duplicateFindingTotals": 26,
  "darkModeUrlCount": 0,
  "reducedMotionUrlCount": 15,
  "highContrastUrlCount": 15,
  "forcedColorsUrlCount": 0,
  "reducedTransparencyUrlCount": 0,
  "results": [
    {
      "submittedUrl": "https://france.fr/",
      "finalUrl": "https://www.france.fr/fr/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr : Explore la France et ses merveilles - Explore France",
      "elapsedMs": 13319,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1706,
          "failed": 1,
          "cantTell": 179,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5823d8d1f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1928,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 57,
          "failed": 35,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/fr/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da867e376fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5f33820b0b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e300030dc61f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c55ff64df2c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ed0322132b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8198ac7bca7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06724194beb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4db484a284aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf32a3ccd718",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90bb2dff1b00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c36d2df3f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a934a5430035",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a963f9ef3f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8905ec44574",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107cbb833af1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "933b6aa9a1a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "770425555664",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e88f1c95e40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db7ffa3d54c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/article/douanes-et-visas/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/article/douanes-et-visas/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/article/douanes-et-visas/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfB...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a7809a13e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f83770cc"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/incontournable/balades-en-france-netflix/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/incontournable/balades-en-france-netflix/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/incontournable/balades-en-france-netflix/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a5677f2695c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c71e8099"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/disney-adventure-world-artisans-francais%20/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/disney-adventure-world-artisans-francais%20/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/disney-adventure-world-artisans-francais%20/\" target=\"\" data-v-08de3870=\"\">Disney Adventure World : les artisans français derrière la magie de Disneyland Pari...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86513122073",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2ef2340"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/top-chateaux-france/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/top-chateaux-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/top-chateaux-france/\" target=\"\" data-v-08de3870=\"\">Notre top des châteaux à ne pas manquer en France </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444f2df5df16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0bd32bc1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/parcours-hyper-gourmand-france/\" target=\"\" data-v-08de3870=\"\">Parcours hyper-gourmand en France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0294fbefa2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e59e0026"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "selector": "p > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/parcours-hyper-gourmand-france/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7731884abf7c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd5bda57"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\" target=\"\" data-v-08de3870=\"\">Balade à Paris sur les traces des Jeux Olympiques et Paralympiques </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "977b9c08172d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44d0587d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "p > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "993b9911307f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-072b9813"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\" target=\"\" data-v-08de3870=\"\">Flâneries alsaciennes sur un long week-end </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c227a36aab8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-65824515"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "selector": "p > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354c106906b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4baceec6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\" target=\"\" data-v-08de3870=\"\">Une journée en amoureux à Bordeaux entre gastronomie...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408ed0d95e6d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1d086ced"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "selector": "p > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\" data-v-08de3870=\"\" data-v...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9da2b37d9865",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5b122b61"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/cote-azur-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/cote-azur-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/cote-azur-festival-cannes/\" target=\"\" data-v-08de3870=\"\">Festival de Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c66db29e914d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-22fae4fd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/tournoi-roland-garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/tournoi-roland-garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/tournoi-roland-garros/\" target=\"\" data-v-08de3870=\"\">Tournoi de tennis de Roland-Garros à Paris</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d941cbaacf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-028cee13"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/le-festival-normandie-impressionniste/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/le-festival-normandie-impressionniste/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/le-festival-normandie-impressionniste/\" target=\"\" data-v-08de3870=\"\">Festival Normandie Impressionniste</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "308bd02b0936",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cb15f3e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/festival-photo-gacilly-bretagne/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/festival-photo-gacilly-bretagne/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/festival-photo-gacilly-bretagne/\" target=\"\" data-v-08de3870=\"\">Festival Photo La Gacilly en Bretagne</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c862f74ba7fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-52636fe4"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 35,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/search",
      "finalUrl": "https://www.france.fr/ar/search",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "text/html",
      "pageTitle": "404 Not Found",
      "elapsedMs": 8558,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 10,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 79
        },
        "failedRules": [
          "html-has-lang",
          "landmark-one-main",
          "region"
        ],
        "passedRules": [
          "aria-hidden-body",
          "color-contrast",
          "document-title",
          "empty-heading",
          "heading-order",
          "nested-interactive",
          "page-has-heading-one",
          "region"
        ],
        "failures": [
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html>",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7585aa5ae2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "rule": "landmark-one-main",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "html",
            "html": "<html>",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e93f2641b87f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85b00be0"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "center:nth-child(1)",
            "html": "<center><h1>404 Not Found</h1></center>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c43bd38f74e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9dbb1bed"
          },
          {
            "rule": "region",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "center:nth-child(3)",
            "html": "<center>nginx/1.25.0</center>",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee01b9c6a0e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-533cca6e"
          }
        ],
        "outcomeCount": 93,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 88,
          "failed": 4,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "landmarks/landmark-main",
          "landmarks/region",
          "readable/html-has-lang"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/landmark-main",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page has no main landmark.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7570f0620d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4fd1d8b"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > center:nth-of-type(1)",
            "selector": "body > center:nth-of-type(1)",
            "html": "<center><h1>404 Not Found</h1></center>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "003eb59845e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8a3950ae"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > center:nth-of-type(2)",
            "selector": "body > center:nth-of-type(2)",
            "html": "<center>nginx/1.25.0</center>",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8001016f4fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a0f6bbcd"
          },
          {
            "rule": "readable/html-has-lang",
            "xpath": "html",
            "selector": "html",
            "html": "<html><head><title>404 Not Found</title><script type=\"text/javascript\">var AccessLint=(function(y){\"use strict\";const F=[\"a[href]\",\"button:not([disabled])\",'input:not([disabled]):not([type=\"hidden\"])'...",
            "impact": "serious",
            "message": "<html> element missing lang attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2729eedac5d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-407bdc37"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 4,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/search",
      "finalUrl": "https://www.france.fr/en/search/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Search - Explore France",
      "elapsedMs": 11440,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 762,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 45
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 810,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 75,
          "failed": 17,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf431775d01e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb240de02bb0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b9c57a4117",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8ffdfb162d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05da0e35c8f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec679e8213f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45e0c413e83f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbc2169dcc9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a838bfd42476",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79fcad081295",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "430f66e34d26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d6401aa8df4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14555498a2a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71fef4f7afb4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36408b2565de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "050f81f1bc4a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec9a5ee967b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ja/search",
      "finalUrl": "https://www.france.fr/ja/search/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "検索 - Explore France",
      "elapsedMs": 11359,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 793,
          "failed": 0,
          "cantTell": 4,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 843,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "693ab726c32a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d4828779e84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cf093812f4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "527ea28feb7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c2357e1c26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "578d8b08c8d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1997ab0edfff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0ff53f788e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11febc076b6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92077961145f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "347bc98c3df9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d34e7ace4b6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f1635f450a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c73afa2590dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40de4aab481d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eaa114b590be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ab98bfda965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">言語を選択してください <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a6593c3139c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ko/search",
      "finalUrl": "https://www.france.fr/ko/search/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "검색 - Explore France",
      "elapsedMs": 29374,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 789,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 838,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48598dee36ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64dcadbf9eb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65be0cea18aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8381440dc57e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c73c31bed99b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa9cfd93964a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a436b00d2f7c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbdd45225633",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3fa3a379d8c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "500d145cfdc3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d89ccebc348",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b919f6a0adb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdbe937a1b4f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715fc3168e41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbeaecd693d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e615ea28fe1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a263a08fe29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">언어를 선택하세요 <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fe5dd857712",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ru/search",
      "finalUrl": "https://www.france.fr/ru/search/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Поиск - Explore France",
      "elapsedMs": 11178,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 771,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 820,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 76,
          "failed": 16,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "070b38e8927a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1b0c1747333",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbb12814763f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31fda81eea43",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e3d2ef71566",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2cbb65fa6e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b222b24f92e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59490a918a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae1e44b482f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad48f19eb873",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88444469c24d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "239fdc9bdd68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3175d458c5a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8b29c3ff87d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78801a8f1471",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Выберите язык <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14daaa55d1fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 16,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/zh-Hans/search",
      "finalUrl": "https://www.france.fr/zh-Hans/search/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "搜索 - Explore France",
      "elapsedMs": 12531,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 676,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 725,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 90,
          "failed": 2,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4528cc7cdd6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">选择语言 <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b003ca2abea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 2,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
      "finalUrl": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "الفندق الفخم: 6 أمور متميّزة للاكتشاف في فندق &quot;بلازا أتينيه&quot; Plaza Athénée - Explore France",
      "elapsedMs": 18600,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1072,
          "failed": 7,
          "cantTell": 44,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#6--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6--1\" aria-current=\"false\">6) الأجواء الريفيّة للحديقة الداخليّة</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#6--1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "610031cda577",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86c6a723"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#2--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2--2\" aria-current=\"false\">2) منظر مدهش على برج إيفل من بعض الأجنحة</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#2--2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11ff635bb70d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c700b898"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#1--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1--3\" aria-current=\"false\">1) الديكور المدهش لمطعم \"ألان دوكاس\"</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#1--3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10237bdd9bce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-500a5865"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#3--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3--4\" aria-current=\"false\">3) ديكور المقصف الحالم</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#3--4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7f3205c92d4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3a1c7ae8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#5--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5--5\" aria-current=\"false\">5) ثريّات وسجّاد أحمر في صالونات الاستقبال</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#5--5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46de88211837",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73a04691"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم هيئة التحرير</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03af57821060",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1da0a9a9cf55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1168,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 66,
          "failed": 26,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3cf126793be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#6--1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#6--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6--1\" aria-current=\"false\">6) الأجواء الريفيّة للحديقة الداخليّة</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565b84a10a7c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23cab6e0"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#2--2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#2--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2--2\" aria-current=\"false\">2) منظر مدهش على برج إيفل من بعض الأجنحة</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08c69301a7fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d40af743"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#1--3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#1--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1--3\" aria-current=\"false\">1) الديكور المدهش لمطعم \"ألان دوكاس\"</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12ee6073e3d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fa8be0d7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#3--4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#3--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3--4\" aria-current=\"false\">3) ديكور المقصف الحالم</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "177c7f51715d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09e94506"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#5--5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#5--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5--5\" aria-current=\"false\">5) ثريّات وسجّاد أحمر في صالونات الاستقبال</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdf16617cdb1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-37f71f01"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم هيئة التحرير</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34de3a1c3965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a319fccad8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa5700694eee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b48bebaf18e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be8422f015e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d76b3dde7dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba7c02f2ab86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e1c271859e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba9ff412ecaf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58ae910d8789",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1133bcb9d30",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4507ffd60153",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e2de994b118",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bc88da544df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b75a251de1a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0259805b6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c34ce64755dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70a403e008a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "856ef9371717",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/emily-in-paris-netflix/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/emily-in-paris-netflix/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/emily-in-paris-netflix/\" target=\"\" data-v-08de3870=\"\">أين تجدون أهم عناوين وأماكن مسلسل إميلي في باريس؟</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33fae5b14c94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-68d31487"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 26,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen",
      "finalUrl": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "De parisiske konditorer der genopfinder kagen - Explore France",
      "elapsedMs": 22257,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1111,
          "failed": 7,
          "cantTell": 62,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#i-kkkenet-med-christophe-michalak-1\" aria-current=\"false\">I køkkenet med Christophe Michalak</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "150a4a8f0604",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#hos-kongen-af-macaron-pierre-herme-2\" aria-current=\"false\">Hos kongen af macaron Pierre Hermé</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "113c1025e888",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#yann-couvreurs-stablede-og-fedtfattige-desserter-3\" aria-current=\"false\">Yann Couvreurs stablede og fedtfattige desserter</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5102cbb6cef9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#udskaret-frugt-og-rubiks-cake-hos-cedric-grolet-4\" aria-current=\"false\">Udskåret frugt og \"Rubik's Cake\" hos Cédric Grolet</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35c066805fb9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gourmet-og-krokant-med-cyril-lignac-5\" aria-current=\"false\">Gourmet og krokant med Cyril Lignac</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3baa18c54007",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Clémentine Santerre</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e232222f308a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29085bd58532",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1225,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 65,
          "failed": 27,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/clementine_santerre_photos_29885e0267.JPG\" srcset=\"https://asset-prod.france.fr/clementine_santerre_photos_29885e0267.JPG 506...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "355113abf265",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#i-kkkenet-med-christophe-michalak-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#i-kkkenet-med-christophe-michalak-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#i-kkkenet-med-christophe-michalak-1\" aria-current=\"false\">I køkkenet med Christophe Michalak</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf7a9f306a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9820bf95"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#hos-kongen-af-macaron-pierre-herme-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#hos-kongen-af-macaron-pierre-herme-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#hos-kongen-af-macaron-pierre-herme-2\" aria-current=\"false\">Hos kongen af macaron Pierre Hermé</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9277900fc76c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2810b739"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#yann-couvreurs-stablede-og-fedtfattige-desserter-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#yann-couvreurs-stablede-og-fedtfattige-desserter-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#yann-couvreurs-stablede-og-fedtfattige-desserter-3\" aria-current=\"false\">Yann Couvreurs stablede og fedtfattige desser...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe32ea4d61a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a83c3f66"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#udskaret-frugt-og-rubiks-cake-hos-cedric-grolet-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#udskaret-frugt-og-rubiks-cake-hos-cedric-grolet-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#udskaret-frugt-og-rubiks-cake-hos-cedric-grolet-4\" aria-current=\"false\">Udskåret frugt og \"Rubik's Cake\" hos Cédric Gr...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "addd682dbf7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-17d27cf5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#gourmet-og-krokant-med-cyril-lignac-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#gourmet-og-krokant-med-cyril-lignac-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gourmet-og-krokant-med-cyril-lignac-5\" aria-current=\"false\">Gourmet og krokant med Cyril Lignac</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78bbe6b6d911",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-34ec5b56"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Clémentine Santerre</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddbe498ae387",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c484d36bceae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "507256364664",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50041d45f7e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5ed5aa5f945",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4750106a88f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b269905f8114",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "098bca10aa3c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f801e1b97c53",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd0741c6a06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5a27412e965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3286023b0a72",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7409984ce42b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7118d7b8073",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6acc7a90efb0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a34f5c4e899f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c71eb8ddcf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f630f5889741",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a404f4551cc5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/claus-meyers-opskrift-pa-macarons-prov-kagen-pariserne-star-i-ko-efter/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/claus-meyers-opskrift-pa-macarons-prov-kagen-pariserne-star-i-ko-efter/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/claus-meyers-opskrift-pa-macarons-prov-kagen-pariserne-star-i-ko-efter/\" target=\"\" data-v-08de3870=\"\">Macarons: opskrift på kagerne pariserne står i kø efter<...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a2a1c91a22f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c744f0c4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/guy-savoy-fransk-gastronomi-pa-hojt-plan/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/guy-savoy-fransk-gastronomi-pa-hojt-plan/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/guy-savoy-fransk-gastronomi-pa-hojt-plan/\" target=\"\" data-v-08de3870=\"\">Guy Savoy - Fransk gastronomi på højt plan</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89241bde2739",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4906483f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
      "finalUrl": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Find ro i alperne med meditation, vandring og faste - France.fr",
      "elapsedMs": 30804,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1239,
          "failed": 10,
          "cantTell": 63,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "frame-title",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#meditation-i-bevgelse-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#meditation-i-bevgelse-1\" aria-current=\"false\">Meditation i bevægelse</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#meditation-i-bevgelse-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144b0e586fc9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eeefcc39"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#at-gre-sig-letter-og-renere-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#at-gre-sig-letter-og-renere-2\" aria-current=\"false\">At gøre sig letter og renere</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#at-gre-sig-letter-og-renere-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df5849655263",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44a20e82"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gaturen-der-stter-fdderne-fri-3\" aria-current=\"false\">Gåturen der sætter fødderne fri</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9cae0d88638",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=chalet...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85cfedf7d2c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b72a7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<a href=\"https://www.instagram.com/chaleteauvive/?utm_source=ig_embed&ig_rid=e5be4a07-da07-4dff-bc7c-6ce4cae180e8\" data-ios-link=\"user?username=chaleteauvive&utm_source=ig_embed&ig_rid=e5be4a07-da07-4dff-bc7c-6ce4cae180e8\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-0"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Caroline de Surany</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "267c4f8b55c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"746\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ddb4a0a6a45",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "528501741cbc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a6f062d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b33153b7c348",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1354,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 65,
          "failed": 27,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "distinguishable/link-in-text-block",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "labels-and-names/frame-title",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/photo_profil_caroline_8d041ce6db.jpg\" srcset=\"https://asset-prod.france.fr/photo_profil_caroline_8d041ce6db.jpg 960w, https:/...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a6a38fe63df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-4 > p:nth-of-type(3) > a",
            "selector": "#undefined-4 > p:nth-of-type(3) > a",
            "html": "<a href=\"https://sca.france.fr/da/alperne-mont-blanc/liste/skiferie-de-franske-alper-her%20kan%20du%20overnatte%20i%20harmoni%20med%20naturen\" target=\"_blank\" rel=\"noopener noreferrer\">Skiferie i de f...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73e2f7dafcb2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5e6c064f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#meditation-i-bevgelse-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#meditation-i-bevgelse-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#meditation-i-bevgelse-1\" aria-current=\"false\">Meditation i bevægelse</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd40f022427",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d42cbace"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#at-gre-sig-letter-og-renere-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#at-gre-sig-letter-og-renere-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#at-gre-sig-letter-og-renere-2\" aria-current=\"false\">At gøre sig letter og renere</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ddd535c9ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-545e3b2c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#gaturen-der-stter-fdderne-fri-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#gaturen-der-stter-fdderne-fri-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gaturen-der-stter-fdderne-fri-3\" aria-current=\"false\">Gåturen der sætter fødderne fri</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54f02ef566e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-938e29fd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Caroline de Surany</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77b3f176277e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0d1e804c6f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59f61ae85775",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9904dacf497",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34f65f3f69ef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c53f5ace1d8d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c728db8d90bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afd35fdeb434",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d44229eacd3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72d6f39d9247",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59698257be5a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea8a9661b03f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4872f7a6158a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41d6587857a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45a872479b4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b542e7864ec7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e1bb49b4cad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36807a94e3c0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-0",
            "selector": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/BtXyHWIncdK/embed/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.fr&amp;rp=%...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ddde56a2bf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14a06abeaa41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/Naturterapi-wellness-franske-Alper/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/Naturterapi-wellness-franske-Alper/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/Naturterapi-wellness-franske-Alper/\" target=\"\" data-v-08de3870=\"\">Naturterapi og wellness i de franske Alper</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ea2d4c6badd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bdc1ab92"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/destination/alpes-mont-blanc/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/destination/alpes-mont-blanc/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/destination/alpes-mont-blanc/\" target=\"\" data-v-08de3870=\"\">Alperne - Mont Blanc</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70067a906188",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-65d35255"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/genfind-roen-8-oplevelser-i-den-franske-natur",
      "finalUrl": "https://www.france.fr/da/artikel/genfind-roen-8-oplevelser-i-den-franske-natur/",
      "redirected": true,
      "statusCode": 500,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1496,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalen",
      "finalUrl": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Oplev Leonardo da Vincis skøre opfindelser i Loiredalen - France.fr",
      "elapsedMs": 42476,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1164,
          "failed": 9,
          "cantTell": 58,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#luftskruen-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#luftskruen-1\" aria-current=\"false\">Luftskruen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#luftskruen-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b012840098e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-48459243"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#ornitopteren-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ornitopteren-2\" aria-current=\"false\">Ornitopteren</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#ornitopteren-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4087979e11e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0c6c1a46"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#kampvognen-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#kampvognen-3\" aria-current=\"false\">Kampvognen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#kampvognen-3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4537d6fa8fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f0e023ee"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#katapulten-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#katapulten-4\" aria-current=\"false\">Katapulten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#katapulten-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7abd1d2691c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c2dd2742"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#odometeret-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#odometeret-5\" aria-current=\"false\">Odometeret</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#odometeret-5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a48103d052fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c097e2d8"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#den-mekaniske-tromme-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#den-mekaniske-tromme-6\" aria-current=\"false\">Den mekaniske tromme</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#den-mekaniske-tromme-6\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0be951baa346",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-635e4126"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#le-clos-luce-leonardo-da-vincis-sidste-bolig-7\" aria-current=\"false\">Le Clos Lucé - Leonardo da Vincis sidste bolig</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a5884d703f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4581d464"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Redaktionen France.fr Skandinavien</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c32e5737f2b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b71c508847e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1276,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 9
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 61,
          "failed": 31,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50857cdca152",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://www.vinci-closluce.com/en/events\"]",
            "selector": "p > a[href=\"http://www.vinci-closluce.com/en/events\"]",
            "html": "<a href=\"http://www.vinci-closluce.com/en/events\" target=\"_blank\" rel=\"noopener noreferrer\">Udstillingen \"Leonardo da Vinci i en virtuel tid\" på Clos Lucé, til 31. december 2018</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66017d1771b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-19ca26a4"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.valdeloire-tourisme.fr/\"]",
            "selector": "p > a[href=\"https://www.valdeloire-tourisme.fr/\"]",
            "html": "<a href=\"https://www.valdeloire-tourisme.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Planlæg din rejse til Loiredalen (link på fransk)</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aa4f652efd9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-76d5d599"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#luftskruen-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#luftskruen-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#luftskruen-1\" aria-current=\"false\">Luftskruen</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a3b983ff88e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e42c3356"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#ornitopteren-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#ornitopteren-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ornitopteren-2\" aria-current=\"false\">Ornitopteren</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe44dc01347",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6663a908"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#kampvognen-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#kampvognen-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#kampvognen-3\" aria-current=\"false\">Kampvognen</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f028ce376345",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e1aa8b94"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#katapulten-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#katapulten-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#katapulten-4\" aria-current=\"false\">Katapulten</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2961045159d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f2553f7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#odometeret-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#odometeret-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#odometeret-5\" aria-current=\"false\">Odometeret</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "542b43e30c60",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d0180ec7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#den-mekaniske-tromme-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#den-mekaniske-tromme-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#den-mekaniske-tromme-6\" aria-current=\"false\">Den mekaniske tromme</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fee24b1caf9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0416aa88"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#le-clos-luce-leonardo-da-vincis-sidste-bolig-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#le-clos-luce-leonardo-da-vincis-sidste-bolig-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#le-clos-luce-leonardo-da-vincis-sidste-bolig-7\" aria-current=\"false\">Le Clos Lucé - Leonardo da Vincis sidste bolig</a...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b00f754c796",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-313f14e9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Redaktionen France.fr Skandinavien</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b89d028ef67",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5ccec43f45e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7efee321892",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "282c2ded9899",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12289c101423",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1375f81734fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f852a1bd2b0d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8242a71f99f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "792403ff73fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8565fb7da040",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87aa9ed4597d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bcd7028819b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bd18e062fd7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "890577a5894d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a1ee7093b71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bb74dcaf6b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc61b5b6b452",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f200523c7f5b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94d09fcbafc9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/9-ting-du-skal-vide-om-chateau-de-chambord/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/9-ting-du-skal-vide-om-chateau-de-chambord/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/9-ting-du-skal-vide-om-chateau-de-chambord/\" target=\"\" data-v-08de3870=\"\">9 ting du skal vide om château de Chambord</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba1cce7e6c66",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e90c250"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/vinruten-i-loiredalen-vin-loire-fransk-vin/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/vinruten-i-loiredalen-vin-loire-fransk-vin/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/vinruten-i-loiredalen-vin-loire-fransk-vin/\" target=\"\" data-v-08de3870=\"\">Brug fem minutter og bliv klogere på vinene i Loiredalen</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad4ae99d1f12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-95ced8b9"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 31,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu",
      "finalUrl": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "6 Gestalter, die die Provence neu erfinden - Explore France",
      "elapsedMs": 19957,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1122,
          "failed": 8,
          "cantTell": 62,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jacquemus-erfindet-die-santons-neu-1\" aria-current=\"false\">Jacquemus erfindet die Santons neu.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2e0f42d24ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#rudy-ricciotti-lasst-sich-von-der-sonne-leiten-2\" aria-current=\"false\">Rudy Ricciotti lässt sich von der Sonne leiten.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a11acb3db2ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gerald-passedat-denkt-das-calisson-neu-3\" aria-current=\"false\">Gérald Passédat denkt das Calisson neu.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ae16a0b4e60",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#vik-muniz-folgt-den-spuren-von-cezanne-und-van-gogh-4\" aria-current=\"false\">Vik Muniz folgt den Spuren von Cézanne und Van Gogh.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147da9208f9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#loccitane-en-provence-verkorpert-die-arlesienne-5\" aria-current=\"false\">L’Occitane en Provence verkörpert die Arlésienne.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baf3299860be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ravel-modelliert-die-topferei-neu-6\" aria-current=\"false\">Ravel modelliert die Töpferei neu.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "007772422292",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4abaa44c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Pauline Weber</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f301963ece1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1dd3001ac88",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1237,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 64,
          "failed": 28,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Unknown_f59ca9d982.jpeg\" srcset=\"https://asset-prod.france.fr/Unknown_f59ca9d982.jpeg 1276w, https://asset-prod.france.fr/lar...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c65e9f5d242",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#jacquemus-erfindet-die-santons-neu-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#jacquemus-erfindet-die-santons-neu-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jacquemus-erfindet-die-santons-neu-1\" aria-current=\"false\">Jacquemus erfindet die Santons neu.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc96c3450f34",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4b3bc285"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#rudy-ricciotti-lasst-sich-von-der-sonne-leiten-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#rudy-ricciotti-lasst-sich-von-der-sonne-leiten-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#rudy-ricciotti-lasst-sich-von-der-sonne-leiten-2\" aria-current=\"false\">Rudy Ricciotti lässt sich von der Sonne leiten....",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d7a52c2e505",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9dc0f98d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#gerald-passedat-denkt-das-calisson-neu-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#gerald-passedat-denkt-das-calisson-neu-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#gerald-passedat-denkt-das-calisson-neu-3\" aria-current=\"false\">Gérald Passédat denkt das Calisson neu.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae21d015f32a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ac0e044"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#vik-muniz-folgt-den-spuren-von-cezanne-und-van-gogh-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#vik-muniz-folgt-den-spuren-von-cezanne-und-van-gogh-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#vik-muniz-folgt-den-spuren-von-cezanne-und-van-gogh-4\" aria-current=\"false\">Vik Muniz folgt den Spuren von Cézanne und...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0abea28ff0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f98c6215"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#loccitane-en-provence-verkorpert-die-arlesienne-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#loccitane-en-provence-verkorpert-die-arlesienne-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#loccitane-en-provence-verkorpert-die-arlesienne-5\" aria-current=\"false\">L’Occitane en Provence verkörpert die Arlésien...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40550d103036",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0a153959"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#ravel-modelliert-die-topferei-neu-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#ravel-modelliert-die-topferei-neu-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ravel-modelliert-die-topferei-neu-6\" aria-current=\"false\">Ravel modelliert die Töpferei neu.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9736a3d3ea88",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5462304a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Pauline Weber</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c02e48d8f1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c2d112e67e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a357bf7f4b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "190af81fdc51",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08dcea475074",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93e77c53b497",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50d71564480",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93212def551b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18851eedf678",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbfdb9274b00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c394cfc57527",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "883c1fb23d5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a5804e71078",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5884f99cc397",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9bf06279129",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8da370a527b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09b70c5ca36a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e6b2c4a0ee9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae11ca05e009",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/seifenmuseum-marseille/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/seifenmuseum-marseille/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/seifenmuseum-marseille/\" target=\"\" data-v-08de3870=\"\">Das Seifenmuseum von Marseille</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5be78fee9b95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8835ce57"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/reiseroute/ein-romantischer-aufenthalt-in-marseille/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/reiseroute/ein-romantischer-aufenthalt-in-marseille/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/reiseroute/ein-romantischer-aufenthalt-in-marseille/\" target=\"\" data-v-08de3870=\"\">Ein romantischer Aufenthalt in Marseille</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e8677d7954a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3a10f32c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 28,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien",
      "finalUrl": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Das berühmte Herz von Neukaledonien",
      "elapsedMs": 16566,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1086,
          "failed": 10,
          "cantTell": 50,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "frame-title",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#eine-einzigartige-landschaft-1\" aria-current=\"false\">Eine einzigartige Landschaft</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa3b26314c19",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#fruchtbares-land-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#fruchtbares-land-2\" aria-current=\"false\">Fruchtbares Land</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#fruchtbares-land-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01deb72eb3b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-26a9730f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=nouvel...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da7d540983e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b72a7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<a href=\"https://www.instagra...\" data-ios-link=\"user?username=nouvel...\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-0"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfCard__text",
            "html": "<p class=\"AfCard__text\" data-v-08de3870=\"\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.61 (foreground color: #838696, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e430435c7b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e2cd2d4"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Anne-Claire Delorme</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748c0de5e33d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"881\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e39ba915b5a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9e992359eff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a6f062d"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d0b2ca42f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1189,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 2,
        "uniqueFailedCount": 8
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 66,
          "failed": 26,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "labels-and-names/frame-title",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Anne_Claire_731a063277.JPG\" srcset=\"https://asset-prod.france.fr/Anne_Claire_731a063277.JPG 1154w, https://asset-prod.france....",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a50b0d997a5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#eine-einzigartige-landschaft-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#eine-einzigartige-landschaft-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#eine-einzigartige-landschaft-1\" aria-current=\"false\">Eine einzigartige Landschaft</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a02971f0db",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bbe3c02c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#fruchtbares-land-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#fruchtbares-land-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#fruchtbares-land-2\" aria-current=\"false\">Fruchtbares Land</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe8b59f6cfff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0ec77678"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(2) > article > div:nth-of-type(1) > div:nth-of-type(2) > p",
            "selector": "div:nth-of-type(2) > article > div:nth-of-type(1) > div:nth-of-type(2) > p",
            "html": "<p class=\"AfCard__text\" data-v-08de3870=\"\">Neukaledonien mit den Loyalitätsinseln im Osten und der Pinieninsel im Süden befindet sich in der größten Lagune der Welt: 24&nbsp;000 km² Unesco-Welterbe. W...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 3.61:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48e0ef951def",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4dd79a27"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Anne-Claire Delorme</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e33348787242",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d723b3bb20e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2be0d0ed2fc2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0abec06b8c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de9e0ba945e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb444e0b6ba3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072eb4b8c7de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ccba333c0f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "618e1d8fba46",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "494c3a2718c0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f16f90743fdf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4042364b89b2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdb49e74b739",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "467a476165f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13616c0693f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f83467444480",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a58e5024b443",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3a4cc913995",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-0",
            "selector": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/CyJhYq1tYL3/embed/?cr=1&amp;v=14&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.fr&amp;rp=%...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced9f64628bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1bdbe27b862",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/7-dinge-die-man-an-den-traumstranden-neukaledoniens-machen-kann/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/7-dinge-die-man-an-den-traumstranden-neukaledoniens-machen-kann/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/7-dinge-die-man-an-den-traumstranden-neukaledoniens-machen-kann/\" target=\"\" data-v-08de3870=\"\">7 Dinge, die man an den Traumstränden Neukaledoniens machen kan...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3939d549e903",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3ce72ce5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/das-archipel-von-neukaledonien/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/das-archipel-von-neukaledonien/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/das-archipel-von-neukaledonien/\" target=\"\" data-v-08de3870=\"\">Das Archipel von Neukaledonien</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b507744913e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-635f7c11"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 26,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 2
    },
    {
      "submittedUrl": "https://france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce",
      "finalUrl": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Die genialen Erfindungen Leonardo da Vincis im Clos Lucé",
      "elapsedMs": 20260,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1358,
          "failed": 14,
          "cantTell": 58,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#universalgenie-leonardo-da-vinci-was-hat-er-erfunden-1\" aria-current=\"false\">Universalgenie Leonardo da Vinci - was hat er erfunden?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e7c214cf82e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#da-vincis-traum-vom-fliegen-die-luftschraube-als-vorlaufer-des-hubschraubers-2\" aria-current=\"false\">Da Vincis Traum vom Fliegen: Die Luftschraube als Vorläufer des Hubschraubers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7448eb37b93a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#segelflugtraume-leonardos-studien-zu-fluggeraten-3\" aria-current=\"false\">Segelflugträume: Leonardos Studien zu Fluggeräten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8608849b6ba9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-gepanzerte-krieger-leonardos-beruhmter-aber-fehlerhafter-panzer-4\" aria-current=\"false\">Der gepanzerte Krieger: Leonardos berühmter, aber fehlerhafter Panzer</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8db4cad6a9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#katapulte-und-kriegsmaschinen-leonardo-als-militarischer-ingenieur-5\" aria-current=\"false\">Katapulte und Kriegsmaschinen: Leonardo als militärischer Ingenieur</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "53e048df6f27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#fortschritt-auf-radern-der-hodometer-als-vorlaufer-des-kilometerzahlers-6\" aria-current=\"false\">Fortschritt auf Rädern: Der Hodometer als Vorläufer des Kilometerzählers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abd00fe73b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4abaa44c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#klangvolle-innovation-die-mechanische-trommel-7\" aria-current=\"false\">Klangvolle Innovation: Die mechanische Trommel</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b7e0400f1e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4581d464"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#wasser-als-inspiration-leonardos-studien-zur-kanalisierung-8\" aria-current=\"false\">Wasser als Inspiration: Leonardos Studien zur Kanalisierung</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b303bd6807d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed99186d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(9) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#anatomische-zeichnungen-und-der-vitruvianische-mensch-9\" aria-current=\"false\">Anatomische Zeichnungen und der vitruvianische Mensch</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(9) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24daeb4ccde5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0e5ea1b6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(10) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-traum-vom-fallschirm-und-der-erste-flugversuch-10\" aria-current=\"false\">Der Traum vom Fallschirm und der erste Flugversuch</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(10) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6357dcedc68d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-828672ca"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(11) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-mechanische-lowe-eine-hommage-an-den-franzosischen-konig-11\" aria-current=\"false\">Der mechanische Löwe: Eine Hommage an den französischen König</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(11) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd3d7d7f541",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2c6894ba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(12) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#letzte-jahre-in-frankreich-leonardo-am-schloss-clos-luce-12\" aria-current=\"false\">Letzte Jahre in Frankreich: Leonardo am Schloss Clos Lucé</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(12) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f29ceedb92b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e620b880"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Redaktion Explore France</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30add9b7f42a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ea355de7032",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1475,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 58,
          "failed": 34,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdee0d73fa60",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#universalgenie-leonardo-da-vinci-was-hat-er-erfunden-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#universalgenie-leonardo-da-vinci-was-hat-er-erfunden-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#universalgenie-leonardo-da-vinci-was-hat-er-erfunden-1\" aria-current=\"false\">Universalgenie Leonardo da Vinci - was ha...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f613ee80240d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4c299883"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#da-vincis-traum-vom-fliegen-die-luftschraube-als-vorlaufer-des-hubschraubers-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#da-vincis-traum-vom-fliegen-die-luftschraube-als-vorlaufer-des-hubschraubers-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#da-vincis-traum-vom-fliegen-die-luftschraube-als-vorlaufer-des-hubschraubers-2\" aria-current=\"false\">Da Vincis Traum v...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e826d3464023",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e17531f1"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#segelflugtraume-leonardos-studien-zu-fluggeraten-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#segelflugtraume-leonardos-studien-zu-fluggeraten-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#segelflugtraume-leonardos-studien-zu-fluggeraten-3\" aria-current=\"false\">Segelflugträume: Leonardos Studien zu Flugger...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03fe61e1c49a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2c6414b1"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#der-gepanzerte-krieger-leonardos-beruhmter-aber-fehlerhafter-panzer-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#der-gepanzerte-krieger-leonardos-beruhmter-aber-fehlerhafter-panzer-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-gepanzerte-krieger-leonardos-beruhmter-aber-fehlerhafter-panzer-4\" aria-current=\"false\">Der gepanzerte Krieger: Le...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8335b89a74ce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4dabdd69"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#katapulte-und-kriegsmaschinen-leonardo-als-militarischer-ingenieur-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#katapulte-und-kriegsmaschinen-leonardo-als-militarischer-ingenieur-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#katapulte-und-kriegsmaschinen-leonardo-als-militarischer-ingenieur-5\" aria-current=\"false\">Katapulte und Kriegsmaschin...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15207abd8a19",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e680c963"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#fortschritt-auf-radern-der-hodometer-als-vorlaufer-des-kilometerzahlers-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#fortschritt-auf-radern-der-hodometer-als-vorlaufer-des-kilometerzahlers-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#fortschritt-auf-radern-der-hodometer-als-vorlaufer-des-kilometerzahlers-6\" aria-current=\"false\">Fortschritt auf Rädern...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6dc88b8bcc5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3868ed5c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#klangvolle-innovation-die-mechanische-trommel-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#klangvolle-innovation-die-mechanische-trommel-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#klangvolle-innovation-die-mechanische-trommel-7\" aria-current=\"false\">Klangvolle Innovation: Die mechanische Trommel</...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfec061f1c2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a6da75a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(8) > a[href=\"#wasser-als-inspiration-leonardos-studien-zur-kanalisierung-8\"]",
            "selector": "li:nth-of-type(8) > a[href=\"#wasser-als-inspiration-leonardos-studien-zur-kanalisierung-8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#wasser-als-inspiration-leonardos-studien-zur-kanalisierung-8\" aria-current=\"false\">Wasser als Inspiration: Leonardos S...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19a49e0b4541",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6942e07d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(9) > a[href=\"#anatomische-zeichnungen-und-der-vitruvianische-mensch-9\"]",
            "selector": "li:nth-of-type(9) > a[href=\"#anatomische-zeichnungen-und-der-vitruvianische-mensch-9\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#anatomische-zeichnungen-und-der-vitruvianische-mensch-9\" aria-current=\"false\">Anatomische Zeichnungen und der vitruvia...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e9eb2868ff9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a640be25"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(10) > a[href=\"#der-traum-vom-fallschirm-und-der-erste-flugversuch-10\"]",
            "selector": "li:nth-of-type(10) > a[href=\"#der-traum-vom-fallschirm-und-der-erste-flugversuch-10\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-traum-vom-fallschirm-und-der-erste-flugversuch-10\" aria-current=\"false\">Der Traum vom Fallschirm und der erste Flu...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02dc2fc3333d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-54d55303"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(11) > a[href=\"#der-mechanische-lowe-eine-hommage-an-den-franzosischen-konig-11\"]",
            "selector": "li:nth-of-type(11) > a[href=\"#der-mechanische-lowe-eine-hommage-an-den-franzosischen-konig-11\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#der-mechanische-lowe-eine-hommage-an-den-franzosischen-konig-11\" aria-current=\"false\">Der mechanische Löwe: Eine Homma...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6161d74d1667",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8f45b43d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(12) > a[href=\"#letzte-jahre-in-frankreich-leonardo-am-schloss-clos-luce-12\"]",
            "selector": "li:nth-of-type(12) > a[href=\"#letzte-jahre-in-frankreich-leonardo-am-schloss-clos-luce-12\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#letzte-jahre-in-frankreich-leonardo-am-schloss-clos-luce-12\" aria-current=\"false\">Letzte Jahre in Frankreich: Leonardo...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b09fc0693fc1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a8f27532"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Redaktion Explore France</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24a4198e2f9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2977905688c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b5c91535c62",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32e15a353486",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d76f2fd1ef74",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a28f3b225bd7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9402b44259aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0f96eb0cad5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d1ea05a8721",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb95ba19ec03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a1ccf39a284",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "108e9188e6f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c08b7074d69",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b0986291d86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a5eca458f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb8562df6ad0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0b79bf8f77c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b1e0b1b2591",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "351fb0befc93",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/tal-der-loire-was-kann-man-dort-sehen-erleben-probieren/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/tal-der-loire-was-kann-man-dort-sehen-erleben-probieren/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/tal-der-loire-was-kann-man-dort-sehen-erleben-probieren/\" target=\"\" data-v-08de3870=\"\">Loiretal: Was kann man dort sehen, erleben, probieren?</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c074795f0e4a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90e596c3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/die-natur-neu-aquitanien/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/die-natur-neu-aquitanien/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/die-natur-neu-aquitanien/\" target=\"\" data-v-08de3870=\"\">Die Natur in Nouvelle Aquitaine</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "202c736efddd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-baa3e077"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 34,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden",
      "finalUrl": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Die Olympischen Spiele 2024 werden in Paris stattfinden",
      "elapsedMs": 14636,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1046,
          "failed": 7,
          "cantTell": 52,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-1-olympische-ereignisse-am-fue-der-sehenswurdigkeiten-1\" aria-current=\"false\">Nr. 1 - Olympische Ereignisse am Fuße der Sehenswürdigkeiten</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81f11dde3e1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-2-innovative-nachhaltige-und-kreative-olympische-spiele-2\" aria-current=\"false\">Nr. 2 - Innovative, nachhaltige und kreative Olympische Spiele</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aed963e5e51a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-3-veranstaltungen-in-ganz-frankreich-3\" aria-current=\"false\">Nr. 3 - Veranstaltungen in ganz Frankreich</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60416049d4a5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-4-olympische-spiele-zum-mitmachen-4\" aria-current=\"false\">Nr. 4 - Olympische Spiele zum Mitmachen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "080b5ea0fa8e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-eine-einzigartige-gelegenheit-paris-in-einem-neuen-licht-zu-entdecken-5\" aria-current=\"false\">5 - Eine einzigartige Gelegenheit, Paris in einem neuen Licht zu entdecken</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fcec04ca25d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Redaktion Explore France</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f814786563bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc08abaa2d2f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1150,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 65,
          "failed": 27,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22cadcbf44b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#nr-1-olympische-ereignisse-am-fue-der-sehenswurdigkeiten-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#nr-1-olympische-ereignisse-am-fue-der-sehenswurdigkeiten-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-1-olympische-ereignisse-am-fue-der-sehenswurdigkeiten-1\" aria-current=\"false\">Nr. 1 - Olympische Ereignisse am Fuße...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e1873bbcff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-071c7c34"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#nr-2-innovative-nachhaltige-und-kreative-olympische-spiele-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#nr-2-innovative-nachhaltige-und-kreative-olympische-spiele-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-2-innovative-nachhaltige-und-kreative-olympische-spiele-2\" aria-current=\"false\">Nr. 2 - Innovative, nachhaltige und...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f2bafd113a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-913e72db"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#nr-3-veranstaltungen-in-ganz-frankreich-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#nr-3-veranstaltungen-in-ganz-frankreich-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-3-veranstaltungen-in-ganz-frankreich-3\" aria-current=\"false\">Nr. 3 - Veranstaltungen in ganz Frankreich</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9849e42d0ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12797b0c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#nr-4-olympische-spiele-zum-mitmachen-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#nr-4-olympische-spiele-zum-mitmachen-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#nr-4-olympische-spiele-zum-mitmachen-4\" aria-current=\"false\">Nr. 4 - Olympische Spiele zum Mitmachen</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d005fe6f017",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b5d45863"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#5-eine-einzigartige-gelegenheit-paris-in-einem-neuen-licht-zu-entdecken-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#5-eine-einzigartige-gelegenheit-paris-in-einem-neuen-licht-zu-entdecken-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-eine-einzigartige-gelegenheit-paris-in-einem-neuen-licht-zu-entdecken-5\" aria-current=\"false\">5 - Eine einzigartige ...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dccb4708bc5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7523ee76"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Von Redaktion Explore France</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "117b336fb2c0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d556e5a8e109",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ebdbae03155",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76ae363efa66",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "831d3593a69f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98e5951b70da",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd859148c3d2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27340a1e6c83",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb18a4d20421",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f864a39ce71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee081ba4f35f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0d5c5f98425",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae7db8861afe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccf6d2856d21",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76f1a0ce5b57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a421a917a7e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "516a1155dc97",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8428d8bf68ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bfd880fa4f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/joggen-paris-die-7-besten-strecken/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/joggen-paris-die-7-besten-strecken/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/joggen-paris-die-7-besten-strecken/\" target=\"\" data-v-08de3870=\"\">Joggen in Paris: die 7 besten Strecken</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8ec8aa7dc6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-512ca6a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/pascal-gentil-ein-olympia-interview/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/pascal-gentil-ein-olympia-interview/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/pascal-gentil-ein-olympia-interview/\" target=\"\" data-v-08de3870=\"\">Pascal Gentil: ein Olympia-Interview</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8591882ff5be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5c86233c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
      "finalUrl": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Burgundy wines guide: grand crus, wineries, vineyards and climate",
      "elapsedMs": 15667,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1077,
          "failed": 14,
          "cantTell": 53,
          "inapplicable": 43
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#burgundy-cest-chic-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#burgundy-cest-chic-1\" aria-current=\"false\">Burgundy, c’est chic!</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#burgundy-cest-chic-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4cb42ab87c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a7a287d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#burgundy-is-out-in-front-in-the-number-of-appellations-2\" aria-current=\"false\">Burgundy is out in front in the number of appellations.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf93f39fd16d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-burgundy-climats-are-included-on-the-unesco-world-heritage-list-3\" aria-current=\"false\">The Burgundy 'climats' are included on the UNESCO World Heritage list.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8f83408165d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-vines-are-protected-by-enclosures-4\" aria-current=\"false\">The vines are protected by enclosures.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc313f21b5a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-worlds-most-expensive-wine-comes-from-burgundy-5\" aria-current=\"false\">The world's most expensive wine comes from Burgundy.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "331016425d7d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#chardonnay-the-stuff-of-dreams-6\" aria-current=\"false\">Chardonnay: the stuff of dreams.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38bb15c1ebf5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4abaa44c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-precious-pinot-noir-remains-mysterious-7\" aria-current=\"false\">The precious pinot noir remains mysterious.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b56645cf562",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4581d464"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#local-poultry-is-another-aoc-8\" aria-current=\"false\">Local poultry is another AOC.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0271db69d05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed99186d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#for-more-info-9\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#for-more-info-9\" aria-current=\"false\">For more info...</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#for-more-info-9\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "502a46fcb9eb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a75ae551"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By La WINEista</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a26f7c45c6c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d574e5772ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\" target=\"_blank\" rel=\"noopener noreferrer\">La Maison des Climats</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "374053baa67c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12c7e3e7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"hospices-de-beaune.com\"]",
            "html": "<a href=\"http://hospices-de-beaune.com\" target=\"_blank\" rel=\"noopener noreferrer\">visit the Hospices de Beaune.</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2970105f51f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3f1ac49a"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"lactuduvin\"]",
            "html": "<a href=\"https://twitter.com/lactuduvin\" target=\"_blank\" rel=\"noopener noreferrer\">@lactuduvin</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c807ea4f1cd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6db5eac3"
          }
        ],
        "outcomeCount": 1187,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 59,
          "failed": 33,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/photo_audrey_89758a0abf.png\" srcset=\"https://asset-prod.france.fr/photo_audrey_89758a0abf.png 1200w, https://asset-prod.franc...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f3f1f95c918",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\"]",
            "html": "<a href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\" target=\"_blank\" rel=\"noopener noreferrer\">La Maison des Climats</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d04603ba72a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3d06d0df"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(2) > a[href=\"http://hospices-de-beaune.com\"]",
            "selector": "li:nth-of-type(2) > a[href=\"http://hospices-de-beaune.com\"]",
            "html": "<a href=\"http://hospices-de-beaune.com\" target=\"_blank\" rel=\"noopener noreferrer\">visit the Hospices de Beaune.</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50203cf0f3b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-18e2b43d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(3) > a[href=\"https://twitter.com/lactuduvin\"]",
            "selector": "li:nth-of-type(3) > a[href=\"https://twitter.com/lactuduvin\"]",
            "html": "<a href=\"https://twitter.com/lactuduvin\" target=\"_blank\" rel=\"noopener noreferrer\">@lactuduvin</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21a19d21ba94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-06d7e9e7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#burgundy-cest-chic-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#burgundy-cest-chic-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#burgundy-cest-chic-1\" aria-current=\"false\">Burgundy, c’est chic!</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abcd5ac287e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dba8787d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#burgundy-is-out-in-front-in-the-number-of-appellations-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#burgundy-is-out-in-front-in-the-number-of-appellations-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#burgundy-is-out-in-front-in-the-number-of-appellations-2\" aria-current=\"false\">Burgundy is out in front in the number ...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dac117fcb96",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-43ddc58d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#the-burgundy-climats-are-included-on-the-unesco-world-heritage-list-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#the-burgundy-climats-are-included-on-the-unesco-world-heritage-list-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-burgundy-climats-are-included-on-the-unesco-world-heritage-list-3\" aria-current=\"false\">The Burgundy 'climats' are...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa5cf7b3eb95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3078bc93"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#the-vines-are-protected-by-enclosures-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#the-vines-are-protected-by-enclosures-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-vines-are-protected-by-enclosures-4\" aria-current=\"false\">The vines are protected by enclosures.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c43d5249e8f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5725a66b"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#the-worlds-most-expensive-wine-comes-from-burgundy-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#the-worlds-most-expensive-wine-comes-from-burgundy-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-worlds-most-expensive-wine-comes-from-burgundy-5\" aria-current=\"false\">The world's most expensive wine comes from ...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4acdd1b0aec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-958be6d7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#chardonnay-the-stuff-of-dreams-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#chardonnay-the-stuff-of-dreams-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#chardonnay-the-stuff-of-dreams-6\" aria-current=\"false\">Chardonnay: the stuff of dreams.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fca8613f1449",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0abccab9"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#the-precious-pinot-noir-remains-mysterious-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#the-precious-pinot-noir-remains-mysterious-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#the-precious-pinot-noir-remains-mysterious-7\" aria-current=\"false\">The precious pinot noir remains mysterious.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ba19c5888a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-40fabb40"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(8) > a[href=\"#local-poultry-is-another-aoc-8\"]",
            "selector": "li:nth-of-type(8) > a[href=\"#local-poultry-is-another-aoc-8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#local-poultry-is-another-aoc-8\" aria-current=\"false\">Local poultry is another AOC.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81e7f530b0ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0e0bc899"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(9) > a[href=\"#for-more-info-9\"]",
            "selector": "li:nth-of-type(9) > a[href=\"#for-more-info-9\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#for-more-info-9\" aria-current=\"false\">For more info...</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04e4b7d5f9ad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-95037f11"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By La WINEista</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "597ca2169d2a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea1387a2d4e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48a38b835d78",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57868ed12990",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0648c4d4c445",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40d484992253",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a62bad832354",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "851a3e4b5f86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6b301acc64c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cff4e86b1620",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4af777533281",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63ce7610b00c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a542b4516354",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d819ed375e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f530b1f9ea0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab9064c58fd2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62b3ac0464a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de5c1193e0e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/burgundy-cuisine/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/burgundy-cuisine/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/burgundy-cuisine/\" target=\"\" data-v-08de3870=\"\">Burgundy Cuisine</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d901bd78ea75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-188ae3df"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/dijon-3/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/dijon-3/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/dijon-3/\" target=\"\" data-v-08de3870=\"\">Visit Dijon</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e05758b17896",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-28294384"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 33,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
      "finalUrl": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "The Hotel Palace Plaza Athenee in Paris, fashion and architecture",
      "elapsedMs": 14379,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 990,
          "failed": 7,
          "cantTell": 52,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6-the-rural-scenery-of-the-garden-courtyard-1\" aria-current=\"false\">6) The rural scenery of the Garden Courtyard</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "348e946320aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2-the-unbeatable-view-of-the-eiffel-tower-that-comes-with-some-suites-2\" aria-current=\"false\">2) The unbeatable view of the Eiffel Tower that comes with some suites</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c3b919b6778",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1-the-surprising-decor-of-the-alain-ducasse-restaurant-3\" aria-current=\"false\">1) The surprising decor of the Alain Ducasse restaurant</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2354b8d42f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#3-the-bars-dreamy-decor-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-the-bars-dreamy-decor-4\" aria-current=\"false\">3) The bar’s dreamy decor</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#3-the-bars-dreamy-decor-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aedc08a7f97",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-299a9c69"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-chandeliers-and-red-carpets-in-the-reception-rooms-5\" aria-current=\"false\">5) Chandeliers and red carpets in the reception rooms</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3b14e933faa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By The editor</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0d5c548e75d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3498c3dbf68d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1093,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 66,
          "failed": 26,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36589c83a25b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#6-the-rural-scenery-of-the-garden-courtyard-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#6-the-rural-scenery-of-the-garden-courtyard-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6-the-rural-scenery-of-the-garden-courtyard-1\" aria-current=\"false\">6) The rural scenery of the Garden Courtyard</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d4ae24060ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3c2a6d3e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#2-the-unbeatable-view-of-the-eiffel-tower-that-comes-with-some-suites-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#2-the-unbeatable-view-of-the-eiffel-tower-that-comes-with-some-suites-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2-the-unbeatable-view-of-the-eiffel-tower-that-comes-with-some-suites-2\" aria-current=\"false\">2) The unbeatable view o...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b60e9af12b68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a8f49da"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#1-the-surprising-decor-of-the-alain-ducasse-restaurant-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#1-the-surprising-decor-of-the-alain-ducasse-restaurant-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1-the-surprising-decor-of-the-alain-ducasse-restaurant-3\" aria-current=\"false\">1) The surprising decor of the Alain Du...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a64ce008d57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122d16ae"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#3-the-bars-dreamy-decor-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#3-the-bars-dreamy-decor-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-the-bars-dreamy-decor-4\" aria-current=\"false\">3) The bar’s dreamy decor</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d3b602420a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3d364a3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#5-chandeliers-and-red-carpets-in-the-reception-rooms-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#5-chandeliers-and-red-carpets-in-the-reception-rooms-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-chandeliers-and-red-carpets-in-the-reception-rooms-5\" aria-current=\"false\">5) Chandeliers and red carpets in the rec...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7926f684e3cb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6abe32ee"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By The editor</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aecfc457a703",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a3851cd7bf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb26a557944c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc6d06e3aaff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82de07b53132",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d59ce9604113",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73df0cd926dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4aec0c13626e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22500d99e795",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64d21055a677",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e96d36df94a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13de4859b98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2225f1818f87",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4296aae132c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbf5282738ef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d64607f449eb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a6e3ff1bd1b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ecae829d2fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/vallee-village-luxury-shopping-experience-paris/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/vallee-village-luxury-shopping-experience-paris/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/vallee-village-luxury-shopping-experience-paris/\" target=\"\" data-v-08de3870=\"\">La Vallée Village, the Luxury Shopping Experience in Paris</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "544df28b81ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5d22bc41"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/rungis-largest-food-market-world/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/rungis-largest-food-market-world/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/rungis-largest-food-market-world/\" target=\"\" data-v-08de3870=\"\">Rungis, the largest Fresh Produce Market in the world</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbec80ae3765",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fdd2d7f8"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 26,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires",
      "finalUrl": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Shopping in Nice: Four leads to finding everything your heart desires",
      "elapsedMs": 14794,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1072,
          "failed": 7,
          "cantTell": 55,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#shopping-boheme-chic-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-boheme-chic-1\" aria-current=\"false\">Shopping Bohème chic</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#shopping-boheme-chic-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25982a9e923a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1f54dfe9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#shopping-arty-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-arty-2\" aria-current=\"false\">Shopping Arty</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#shopping-arty-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cce7e56a0be1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d13425af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#shopping-insolite-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-insolite-3\" aria-current=\"false\">Shopping Insolite</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#shopping-insolite-3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfedc669c635",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23184e04"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#shopping-avec-vue-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-avec-vue-4\" aria-current=\"false\">Shopping avec vue</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#shopping-avec-vue-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cdc9fa3d9a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f46532db"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By The editor</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7cd786461e7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "h3:nth-child(2)",
            "html": "<h3>1. Fashion.</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bb89bb31fa5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4122c3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09f525fb6936",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1178,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 64,
          "failed": 28,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1157ea1ae949",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.explorenicecotedazur.com/inspirer/experiences-nice-cote-dazur/shopping-nice-cote-azur/\"]",
            "selector": "p > a[href=\"https://www.explorenicecotedazur.com/inspirer/experiences-nice-cote-dazur/shopping-nice-cote-azur/\"]",
            "html": "<a href=\"https://www.explorenicecotedazur.com/inspirer/experiences-nice-cote-dazur/shopping-nice-cote-azur/\" target=\"_blank\" rel=\"noopener noreferrer\">Faire du shopping à Nice</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffc424f00eec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-176bfe8e"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://cotedazurfrance.fr/\"]",
            "selector": "p > a[href=\"https://cotedazurfrance.fr/\"]",
            "html": "<a href=\"https://cotedazurfrance.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Organisez votre séjour sur la Côte d'Azur</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb7ec09055d8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-43fdec32"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#shopping-boheme-chic-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#shopping-boheme-chic-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-boheme-chic-1\" aria-current=\"false\">Shopping Bohème chic</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cd6ebc2b8d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-83c5672d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#shopping-arty-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#shopping-arty-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-arty-2\" aria-current=\"false\">Shopping Arty</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2cd33e27f3e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e7524875"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#shopping-insolite-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#shopping-insolite-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-insolite-3\" aria-current=\"false\">Shopping Insolite</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a815420b1fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86314127"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#shopping-avec-vue-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#shopping-avec-vue-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#shopping-avec-vue-4\" aria-current=\"false\">Shopping avec vue</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a3bcae709f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bd278320"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By The editor</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a77119947b95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4f2fde1d256",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b22f446ca3d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b9e8168a402",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a63a118077c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d57f283ee437",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e5a496a62f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f90150fe9da5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c28269bb346b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a40b789193",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0cccf8e4e59",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88929bb49d43",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "865e7dd71537",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a70e8725856",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "afb62b5273aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ef2bcb138fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "303fd874ca23",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "#undefined-0 > h3:nth-of-type(1)",
            "selector": "#undefined-0 > h3:nth-of-type(1)",
            "html": "<h3>1. Fashion.</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ff19993b77e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b5f5314a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c458ce714cb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/cannes-3/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/cannes-3/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/cannes-3/\" target=\"\" data-v-08de3870=\"\">Visit Cannes, the City of Cinema</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fc2fcba7146",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5d006c89"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/southern-air-summer-galeries-lafayette/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/southern-air-summer-galeries-lafayette/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/southern-air-summer-galeries-lafayette/\" target=\"\" data-v-08de3870=\"\">Take in the southern air at Galeries Lafayette this summer!</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff1df73af00c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a1c4d01"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 28,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque",
      "finalUrl": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "جولة بين قصور بلاد الباسك - Explore France",
      "elapsedMs": 16783,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1145,
          "failed": 14,
          "cantTell": 56,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">أكثرهم فخراً: قصر إلباريتز بمنطقة بيدار</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ea38bfa21b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c040c1a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">أكثرهم سحرا: قصر أباديا ، أُنْداي</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a7e4ac3756f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-21a5dbe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">أكثرهم انتماء للقرون الوسطى: قصر موليون</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c26ca44a6b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0571a8e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--4\" aria-current=\"false\">أكثرهم دفاعية: حصن سوكووا</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c2aacdcc4f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e522c32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--5\" aria-current=\"false\">أكثرهم روعة: قصر غرامونت ، في بيداش</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ea7b5a4e4d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a11884f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--6\" aria-current=\"false\">أكثرهم أشجارا: قصر أورتوبي في أوروني</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--6\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96a23b4a444a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-83474da2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--7\" aria-current=\"false\">أكثرهم شهرة: فيلا بيلزا في بياريتز</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--7\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dc25cf06c09",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90f3acaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم \"أوريلي ميشال\" Aurélie Michel</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05227fe6ae6b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f60e0f4e9758",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.chateau-abbadia.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">مرصد قصر أباديا</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bfdac70508d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66bcfaf1"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"http://www.soule-paysbasque.com/A-voir-a-faire/Patrimoine-et-artisanat/Patrimoine-culturel/chateau-fort-mauleon/860\" target=\"_blank\" rel=\"noopener noreferrer\">قصر موليون</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a3a81ed990f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-545d414e"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"http://www.ciboure.fr/patrimoine/monuments.php\" target=\"_blank\" rel=\"noopener noreferrer\">حصن سوكووا</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05429e5861c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3a2854e"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-4 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"http://www.tourisme-pays-de-bidache.com/chateaux-et-autres-monuments-historiques/\" target=\"_blank\" rel=\"noopener noreferrer\">قصر غرامونت في بيداش</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-4 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3e16a61e509",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-97b7d103"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-5 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[href$=\"fr/\"]",
            "html": "<a href=\"http://chateaudurtubie.fr/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">قصر أورتوبي</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-5 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34ba63afc50a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a3af37d"
          }
        ],
        "outcomeCount": 1259,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 14
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 59,
          "failed": 33,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/photo_aurelie_michel_626afc29cf.JPG\" srcset=\"https://asset-prod.france.fr/photo_aurelie_michel_626afc29cf.JPG 480w, https://a...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fead7d3837f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.chateau-abbadia.fr/\"]",
            "selector": "p > a[href=\"https://www.chateau-abbadia.fr/\"]",
            "html": "<a href=\"https://www.chateau-abbadia.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">مرصد قصر أباديا</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9341e6f91e9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53379d47"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-2 > div > p > a",
            "selector": "#blocks\\.topito-2 > div > p > a",
            "html": "<a href=\"http://www.soule-paysbasque.com/A-voir-a-faire/Patrimoine-et-artisanat/Patrimoine-culturel/chateau-fort-mauleon/860\" target=\"_blank\" rel=\"noopener noreferrer\">قصر موليون</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d16833cbf2d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-724b6ce8"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://www.ciboure.fr/patrimoine/monuments.php\"]",
            "selector": "p > a[href=\"http://www.ciboure.fr/patrimoine/monuments.php\"]",
            "html": "<a href=\"http://www.ciboure.fr/patrimoine/monuments.php\" target=\"_blank\" rel=\"noopener noreferrer\">حصن سوكووا</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c185b0b339c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7027553"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://www.tourisme-pays-de-bidache.com/chateaux-et-autres-monuments-historiques/\"]",
            "selector": "p > a[href=\"http://www.tourisme-pays-de-bidache.com/chateaux-et-autres-monuments-historiques/\"]",
            "html": "<a href=\"http://www.tourisme-pays-de-bidache.com/chateaux-et-autres-monuments-historiques/\" target=\"_blank\" rel=\"noopener noreferrer\">قصر غرامونت في بيداش</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17054aa1c42f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-384a11c9"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://chateaudurtubie.fr/fr/\"]",
            "selector": "p > a[href=\"http://chateaudurtubie.fr/fr/\"]",
            "html": "<a href=\"http://chateaudurtubie.fr/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">قصر أورتوبي</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e450f18a9e7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9442c7ef"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">أكثرهم فخراً: قصر إلباريتز بمنطقة بيدار</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92ffcdfdf233",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-881be7a5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">أكثرهم سحرا: قصر أباديا ، أُنْداي</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b610460da73",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-61ad495a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">أكثرهم انتماء للقرون الوسطى: قصر موليون</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7215196fabc4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fdde4c68"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#--4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--4\" aria-current=\"false\">أكثرهم دفاعية: حصن سوكووا</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bac87b9ead82",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d35473ca"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#--5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--5\" aria-current=\"false\">أكثرهم روعة: قصر غرامونت ، في بيداش</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5eb275780e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d1256c0c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#--6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#--6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--6\" aria-current=\"false\">أكثرهم أشجارا: قصر أورتوبي في أوروني</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89346067fe0c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bc0dccba"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#--7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#--7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--7\" aria-current=\"false\">أكثرهم شهرة: فيلا بيلزا في بياريتز</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8e11e3b87ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af1ef71"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم \"أوريلي ميشال\" Aurélie Michel</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b36d1cec2bb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3377aec27e0c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "293d4812b7ce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6fc05b4cabc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "385ad984163e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed7a7aaa21f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5ea8a8ec02",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c10dda7d8f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce45dd81022e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "544ed5e64fde",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "432509d6e458",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a097f07d3fbd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1666ad4c34e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "483f88e4b6a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2867c7529d06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f797514a60",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d921deb87914",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9fc195a679d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b4da4e7779f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\" target=\"\" data-v-08de3870=\"\">\"بلاد الباسك\" لجهة المساحات الخضراء، مع \"أريان بروفو\" Ariane Provot</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a3f410058ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-48ff0dfe"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 33,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
      "finalUrl": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "مغامرات في أعالي قرى كوت دازور  - Explore France",
      "elapsedMs": 39039,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 2209,
          "failed": 71,
          "cantTell": 61,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "frame-title",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "frame-tested",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">أولاً، قرية لو فيو-كاني، فاصل زمني خارج الزمن.</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a52e82eec206",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c040c1a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">فايونس وتوريت، قريتان خلابتان متجاورتان</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91a1064ff004",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-21a5dbe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">قرية سايلان، واحدة من أجمل القرى في فرنسا</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "561baa8a3df4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0571a8e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--4\" aria-current=\"false\">قريتا بانيول وسان -بول، وقفة في غابة فارواز</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38e1d0429f29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e522c32"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--5\" aria-current=\"false\">قرية مونس، حارسة بلاد فايانس</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef778a05af8a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a11884f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--6\" aria-current=\"false\">قرية كاليان، حلزون على التل</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--6\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e219342a675",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-83474da2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--7\" aria-current=\"false\">قرية مونتورو، إجازة متأنية على ضفاف الماء</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--7\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b18cab8e22fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90f3acaf"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--8\" aria-current=\"false\">قرية تانيرون، ملكة الميموزا</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--8\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33a498cb38d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15b47be9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<span>Visit Instagram</span>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81141c637bc2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b72a7f"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dbad0a5b135",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6bcc2fe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=444df890-3ec3-4e0e-98df-d263e2f457b9\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=444df890-3ec3-4e0e-98df-d263e2f457b9\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-1"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=france...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7dc9247a9802",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ee7198b6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a href=\"https://www.instagram.com/france.focus_on/?utm_source=ig_embed&ig_rid=6d1a760c-2eae-4e97-91b1-57d9460f4d48\" data-ios-link=\"user?username=france.focus_on&utm_source=ig_embed&ig_rid=6d1a760c-2eae-4e97-91b1-57d9460f4d48\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55edb9980a27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4521e7d7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=952af59c-f916-48c0-8407-3fb8cf2a64e4\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=952af59c-f916-48c0-8407-3fb8cf2a64e4\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-3"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-4"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42f934a0193a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c7f33bec"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=973573d5-66e9-4d1c-8ec1-3daa6d7a0118\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=973573d5-66e9-4d1c-8ec1-3daa6d7a0118\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-4"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-5"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5e619125eb0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-110442a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=95dfff11-9a6d-4e2c-bb33-535ed178bc49\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=95dfff11-9a6d-4e2c-bb33-535ed178bc49\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-5"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-6"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b187c2ce9242",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ada55309"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=efc09ec7-4ea2-4224-ac68-f1107fd9df30\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=efc09ec7-4ea2-4224-ac68-f1107fd9df30\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-6"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<a class=\"ViewProfileButton\" href=\"https://www.instagra...\" data-ios-link=\"user?username=paysde...\" data-log-event=\"profileButtonClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #ffffff, background color: #0095f6, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-7"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6dd59e9956f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94f95dc9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<a href=\"https://www.instagram.com/paysdefayence/?utm_source=ig_embed&ig_rid=429ca46f-abd0-4003-a996-88579f3567d9\" data-ios-link=\"user?username=paysdefayence&utm_source=ig_embed&ig_rid=429ca46f-abd0-4003-a996-88579f3567d9\" data-log-event=\"goToProfileCTAClick\" target=\"_blank\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 3.16 (foreground color: #0095f6, background color: #ffffff, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#instagram-embed-7"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم هيئة التحرير</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5964375179f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"665\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7283a684c9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-1\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"817\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d728a5470f91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-92a077a5"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-2\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"1293\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5634729320b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d5cf3c5b"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-3\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"1121\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65061bd5250",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bf6268b0"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-4\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"791\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "139cd7ad2dbc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0a98a555"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-5\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"858\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c4e6f390c37",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-21ab3196"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-6\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"1113\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7c1dc0182f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-335fd825"
          },
          {
            "rule": "frame-title",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-7\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"861\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7933bc6ca89f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-96845e7a"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5572b7717792",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-96b4dd16"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31bc1138bc57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-758da987"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0934b6fcdf78",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-64042e96"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "442646b51a98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a28de16b"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "949e53e7fea6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d5b33e07"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a0ba4d5d143",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-192eb29f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2df46a5762e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e821cdd"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b56fdf2a8a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-0 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"http://www.cagnes-tourisme.com/fr/decouvrir/haut-de-cagnes/presentation.html\" target=\"_blank\" rel=\"noopener noreferrer\">أوت&nbsp;دو كاني</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-0 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2bfdc9d81d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-43410b94"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"paysdefayence.com/\"]",
            "html": "<a href=\"https://www.paysdefayence.com/\" target=\"_blank\" rel=\"noopener noreferrer\">فايانس</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "303c9bfc6521",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-559b5ddb"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.paysdefayence.com/visites-des-9-villages-perches-pays-de-fayence-visites-guidees-de-nos-villages/\" target=\"_blank\" rel=\"noopener noreferrer\">توريت</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92d8c0d9420a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-955f044b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-1",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-1"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1944ffbf535",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cff9cb12"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-4 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.les-plus-beaux-villages-de-france.org/fr/nos-villages/seillans/\" target=\"_blank\" rel=\"noopener noreferrer\">سايلان</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-4 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aeae84742082",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-97b7d103"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a href=\"/Cate06nice/?utm_source=ig_embed\">@Cate06nice</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "712fc06b55ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bb021bb"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a href=\"/Caro.mat/?utm_source=ig_embed\">@Caro.mat</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a href=\"/France.focus_on/?utm_source=ig_embed\">@France.focus_on</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-2",
            "html": "<a href=\"/explore/tags/France_focus_on/?utm_source=ig_embed\">#France_focus_on</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-2"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-6 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/bagnols-en-foret/\" target=\"_blank\" rel=\"noopener noreferrer\">بانيول</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-6 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e0128703bd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3a29e3b8"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/saint-paul-en-foret/\" target=\"_blank\" rel=\"noopener noreferrer\">سان -بول أون فوريه</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-6 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1bda26b5567",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ca4039a6"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-3",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-3"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "106eb4e0ae42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e9cf2b0"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-8 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/mons/\" target=\"_blank\" rel=\"noopener noreferrer\">مونس</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-8 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "664f63b36a41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-65057434"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-4",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-4"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b62acdf68b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8c45fc25"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-10 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/callian/\" target=\"_blank\" rel=\"noopener noreferrer\">لكاليان</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-10 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da79f762dfbb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7ce6e18"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<a href=\"/festival.cello.fan/?utm_source=ig_embed\">@festival.cello.fan</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-5"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f977f09f7d4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-083fbb5f"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-5",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-5"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-12 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/montauroux/\" target=\"_blank\" rel=\"noopener noreferrer\">مونتورو</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-12 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "648ba1792c8c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e48e5a48"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<a href=\"/ben.lamotte/?utm_source=ig_embed\">@ben.lamotte</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-6"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8295b676a3be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58840c07"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-6",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-6"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-14 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/tanneron/\" target=\"_blank\" rel=\"noopener noreferrer\">تانيرون</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-14 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f203fa398f3b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6fbc33a1"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<a href=\"/explore/tags/Tanneron/?utm_source=ig_embed\">#Tanneron</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-7"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "013130455bd3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e0366d9"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<a href=\"/vi.vi.83/?utm_source=ig_embed\">@vi.vi.83</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-7"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#instagram-embed-7",
            "html": "<a href=\"/explore/tags/paysdefayence/?utm_source=ig_embed\">#paysdefayence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 1.39:1 with the surrounding text. (Minimum contrast is 3:1, link text: #00376b, surrounding text: #1c1e21)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#instagram-embed-7"
            ],
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "axe"
          }
        ],
        "outcomeCount": 2383,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 21,
        "uniqueFailedCount": 50
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 45,
          "failed": 47,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "distinguishable/link-in-text-block",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "labels-and-names/frame-title",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "385ca93dcd94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://www.cagnes-tourisme.com/fr/decouvrir/haut-de-cagnes/presentation.html\"]",
            "selector": "p > a[href=\"http://www.cagnes-tourisme.com/fr/decouvrir/haut-de-cagnes/presentation.html\"]",
            "html": "<a href=\"http://www.cagnes-tourisme.com/fr/decouvrir/haut-de-cagnes/presentation.html\" target=\"_blank\" rel=\"noopener noreferrer\">أوت&nbsp;دو كاني</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b9f1a39418b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5910e67d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.paysdefayence.com/\"]",
            "selector": "p > a[href=\"https://www.paysdefayence.com/\"]",
            "html": "<a href=\"https://www.paysdefayence.com/\" target=\"_blank\" rel=\"noopener noreferrer\">فايانس</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca9f466536de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-32456fc1"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-2 > div > p > a:nth-of-type(2)",
            "selector": "#blocks\\.topito-2 > div > p > a:nth-of-type(2)",
            "html": "<a href=\"https://www.paysdefayence.com/visites-des-9-villages-perches-pays-de-fayence-visites-guidees-de-nos-villages/\" target=\"_blank\" rel=\"noopener noreferrer\">توريت</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "538834a11602",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-226cd942"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.les-plus-beaux-villages-de-france.org/fr/nos-villages/seillans/\"]",
            "selector": "p > a[href=\"https://www.les-plus-beaux-villages-de-france.org/fr/nos-villages/seillans/\"]",
            "html": "<a href=\"https://www.les-plus-beaux-villages-de-france.org/fr/nos-villages/seillans/\" target=\"_blank\" rel=\"noopener noreferrer\">سايلان</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "144e4b893ba5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df36e5ca"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-6 > div > p > a:nth-of-type(1)",
            "selector": "#blocks\\.topito-6 > div > p > a:nth-of-type(1)",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/bagnols-en-foret/\" target=\"_blank\" rel=\"noopener noreferrer\">بانيول...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e52bddec851",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-39fbbce6"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-6 > div > p > a:nth-of-type(2)",
            "selector": "#blocks\\.topito-6 > div > p > a:nth-of-type(2)",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/saint-paul-en-foret/\" target=\"_blank\" rel=\"noopener noreferrer\">سان...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dfbda5576733",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74ffd4ac"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-8 > div > p > a",
            "selector": "#blocks\\.topito-8 > div > p > a",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/mons/\" target=\"_blank\" rel=\"noopener noreferrer\">مونس</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f018e9ae0b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-95e7ba89"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-10 > div > p > a",
            "selector": "#blocks\\.topito-10 > div > p > a",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/callian/\" target=\"_blank\" rel=\"noopener noreferrer\">لكاليان</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a3e114bd8cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dafc2463"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-12 > div > p > a",
            "selector": "#blocks\\.topito-12 > div > p > a",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/montauroux/\" target=\"_blank\" rel=\"noopener noreferrer\">مونتورو</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a74ceb31163",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-626dff2e"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-14 > div > p > a",
            "selector": "#blocks\\.topito-14 > div > p > a",
            "html": "<a href=\"https://www.paysdefayence.com/le-pays-de-fayence/nos-plus-belles-experiences/visites-des-9-villages-perches-pays-de-fayence/tanneron/\" target=\"_blank\" rel=\"noopener noreferrer\">تانيرون</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0660013981df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ee1c1b02"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">أولاً، قرية لو فيو-كاني، فاصل زمني خارج الزمن.</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f281e5c8536",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-881be7a5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">فايونس وتوريت، قريتان خلابتان متجاورتان</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74763b8b5789",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-61ad495a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">قرية سايلان، واحدة من أجمل القرى في فرنسا</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68f89830f825",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fdde4c68"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#--4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#--4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--4\" aria-current=\"false\">قريتا بانيول وسان -بول، وقفة في غابة فارواز</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d72eb56a4bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d35473ca"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#--5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#--5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--5\" aria-current=\"false\">قرية مونس، حارسة بلاد فايانس</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86cb3dc112db",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d1256c0c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#--6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#--6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--6\" aria-current=\"false\">قرية كاليان، حلزون على التل</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50a4c8ad1fbd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bc0dccba"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#--7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#--7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--7\" aria-current=\"false\">قرية مونتورو، إجازة متأنية على ضفاف الماء</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15659f53afef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af1ef71"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(8) > a[href=\"#--8\"]",
            "selector": "li:nth-of-type(8) > a[href=\"#--8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--8\" aria-current=\"false\">قرية تانيرون، ملكة الميموزا</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d52404e5ed3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-547880ba"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم هيئة التحرير</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb36351ea309",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb1ca901f73b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed996fc89fed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e30c1c13a39",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c232f12402",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd5b834ee045",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e21ca35a896a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78ac775f0e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7108001238ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "020563cdfe1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de8c80008856",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e905f6425368",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f27dae32be1c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc17cc66a0e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "584a9bf90a58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1e7bea5e845",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b56862636ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "931c59fedaf0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-0",
            "selector": "#instagram-embed-0",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/Bn8H--4hAYs/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3a3bb18bc6f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-1",
            "selector": "#instagram-embed-1",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-1\" src=\"https://www.instagram.com/p/BxRstmkhoEE/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59fd1a36469c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a522bc67"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-2",
            "selector": "#instagram-embed-2",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-2\" src=\"https://www.instagram.com/p/Bm8kD1NgmlO/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c4f4c4be05c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2adfe58"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-3",
            "selector": "#instagram-embed-3",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-3\" src=\"https://www.instagram.com/p/BsTBsbjh-T-/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7556d6344178",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5375c621"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-4",
            "selector": "#instagram-embed-4",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-4\" src=\"https://www.instagram.com/p/BuYubUmh9G2/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca6f2c6e22c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5cd9b465"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-5",
            "selector": "#instagram-embed-5",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-5\" src=\"https://www.instagram.com/p/BuN6NnDh2VG/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67bdaa195919",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dac5828a"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-6",
            "selector": "#instagram-embed-6",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-6\" src=\"https://www.instagram.com/p/BuQ0V0iBWTq/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14fe9b55eb6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0e79949b"
          },
          {
            "rule": "labels-and-names/frame-title",
            "xpath": "#instagram-embed-7",
            "selector": "#instagram-embed-7",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-7\" src=\"https://www.instagram.com/p/BtAsbPohxGo/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "impact": "serious",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eb9151a1aff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fdd9a397"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeaa5b7642eb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/a-trip-to-the-riviera-with-three-extreme-sports-heroes/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/a-trip-to-the-riviera-with-three-extreme-sports-heroes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/a-trip-to-the-riviera-with-three-extreme-sports-heroes/\" target=\"\" data-v-08de3870=\"\">نزهة مع ثلاثة أبطال من الأطراف على الريفييرا الفرنسية </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ff0451d7c29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-27a6106a"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 47,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 21
    },
    {
      "submittedUrl": "https://france.fr/ar/article/maisons-reinventent-gout-pays-basque",
      "finalUrl": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "عناوين تعيد ابتكار نكهات بلاد الباسك  - Explore France",
      "elapsedMs": 15737,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 994,
          "failed": 4,
          "cantTell": 51,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">ميزون بارثويل: عودة السلمون البري من أدور</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bea9df566be1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c040c1a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">ميزون بارييس: تراث الذواقة</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a00a2d62857",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-21a5dbe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم آن كلير ديليوم</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c07a44d7bd87",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c6686a96fa3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1094,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 69,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Anne_Claire_731a063277.JPG\" srcset=\"https://asset-prod.france.fr/Anne_Claire_731a063277.JPG 1154w, https://asset-prod.france....",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cae39531b4f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">ميزون بارثويل: عودة السلمون البري من أدور</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8e8bcfc6d29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-881be7a5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">ميزون بارييس: تراث الذواقة</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e5fe0f2f448",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-61ad495a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم آن كلير ديليوم</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bccd5c2bffcb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e4d8b123f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62e3f4a855a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab01317681e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "147127c324af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1c30b9a3f24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9616c63126b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f9d992d643",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a96c3d3bcf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ba953cd901c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "605687dd9960",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e36af7520df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "706ec6e19b81",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85bb07cccd47",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f62b906f7f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00d7ae6aaa5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e93bbedfc47",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b64a851cbd15",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8623c2612c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/on-the-greens-of-the-basque-country-with-ariane-provot/\" target=\"\" data-v-08de3870=\"\">\"بلاد الباسك\" لجهة المساحات الخضراء، مع \"أريان بروفو\" Ariane Provot</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d08a0630dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-48ff0dfe"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/article/service-d%C3%A9taxe-GL",
      "finalUrl": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "التسوق المعفى من الضريبة في متجر &quot;غاليري لافاييت&quot; - Explore France",
      "elapsedMs": 16944,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 969,
          "failed": 7,
          "cantTell": 45,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">من هم المستفيدون من هذه الخدمة؟</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83988bc4a6ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c040c1a9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">ما هي المشتريات المؤهلة لاسترداد الضريبة؟</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8be60ae41d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-21a5dbe5"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">متى تقومون بعملية استرداد الضريبة؟</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#--3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d39a2170ea7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0571a8e1"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم  FRANCE.FR</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e7d2a94eba3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[alt=\" \"]",
            "html": "<img class=\"AfImage__img\" alt=\" \" loading=\"eager\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"(max-width: 640px) 8...\" fetchpriority=\"high\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea9f0382cc82",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73377d62"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09c2901e674e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"www.douane.gouv.fr\"]",
            "html": "<a href=\"http://www.douane.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\">www.douane.gouv.fr</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-3 > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20a891eadc9f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7e347e04"
          }
        ],
        "outcomeCount": 1065,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 65,
          "failed": 27,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "figure[aria-label=\"©  \"] > img",
            "selector": "figure[aria-label=\"©  \"] > img",
            "html": "<img class=\"AfImage__img\" alt=\" \" loading=\"eager\" src=\"https://asset-prod.france.fr/Explore_France_Default_98ab8c71f8.jpg\" srcset=\"https://asset-prod.france.fr/Explore_France_Default_98ab8c71f8.jpg 82...",
            "impact": "critical",
            "message": "Image has whitespace-only alt text. Use alt=\"\" for decorative images or provide descriptive text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a8c458f512",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0bb7adfa"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebeb7abf2608",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"http://www.douane.gouv.fr\"]",
            "selector": "p:nth-of-type(2) > a[href=\"http://www.douane.gouv.fr\"]",
            "html": "<a href=\"http://www.douane.gouv.fr\" target=\"_blank\" rel=\"noopener noreferrer\">www.douane.gouv.fr</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a3e63591e7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8850b198"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(3) > a[href=\"https://haussmann.galerieslafayette.com/en/tax-refund-tracker\"]",
            "selector": "p:nth-of-type(3) > a[href=\"https://haussmann.galerieslafayette.com/en/tax-refund-tracker\"]",
            "html": "<a href=\"https://haussmann.galerieslafayette.com/en/tax-refund-tracker\" title=\"https://haussmann.galerieslafayette.com/en/tax-refund-tracker\" target=\"_blank\" rel=\"noopener noreferrer\">https://haussman...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "719136b36232",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0d9c3aae"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#--1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--1\" aria-current=\"false\">من هم المستفيدون من هذه الخدمة؟</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ec131196b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-881be7a5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#--2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--2\" aria-current=\"false\">ما هي المشتريات المؤهلة لاسترداد الضريبة؟</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d55e58266be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-61ad495a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#--3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#--3\" aria-current=\"false\">متى تقومون بعملية استرداد الضريبة؟</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8bf2e965a15",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fdde4c68"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">بقلم  FRANCE.FR</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38ab309a61fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb809e4aac54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03f21a920917",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e425cca39c7d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "539f27cab620",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83d91e96bf6c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c22765d9728c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e65e799422",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6947a49811ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11c1725b2dfa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc00f686f58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92fba3f59591",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2552b95c3086",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39705a340e5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08b17a637f48",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425b74926937",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16428496549b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb7cb40f2332",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da5cb4d91ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/experiences-shopping-ultra-personnalisees-paris/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"0 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/experiences-shopping-ultra-personnalisees-paris/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/experiences-shopping-ultra-personnalisees-paris/\" target=\"\" data-v-08de3870=\"\">4 تجارب تسوق خاصة جدا في باريس </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27d154c3bfbf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d555841"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/campaign/services-galeries-lafayette",
      "finalUrl": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "خدمات متجر &quot;غاليري لافاييت&quot; المخصصة - Explore France",
      "elapsedMs": 14932,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 925,
          "failed": 0,
          "cantTell": 7,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 979,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7045046157f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f696c8f0096",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5986905408f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fb9d56a89ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af345801c66c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50e78475b690",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50500af59245",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5923ea0bf91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4f48241ea89",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6b4340b45a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0e537482e24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b014baae96cb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0086016f9455",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9edcbfc09f9d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a456398583d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e47d77e9cc9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d84457c3c8af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f40606717fca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/destination/biarritz-pays-basque",
      "finalUrl": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "بياريتز -بلاد الباسك - Explore France",
      "elapsedMs": 13468,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 844,
          "failed": 0,
          "cantTell": 7,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 897,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c71642cde47",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67551adf4107",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84e06fc52e95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e44ed6d71e14",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52545bc2f1cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dd8a8479623",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3deffcf31a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34bb37de9d35",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8864ff387576",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4724af21c52e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49568a31f2f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ea8e6a7a785",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "187dca90bff6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c5a0fc2592e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21bc4d0719e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84359df5e18f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab11d5e7a480",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e1e4e42e866",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar/destination/pays-de-la-loire",
      "finalUrl": "https://www.france.fr/ar/destination/pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "بلاد اللوار - Explore France",
      "elapsedMs": 16667,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 803,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 47
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 855,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5f6bd0fa538",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bec6208f98a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b5eaadcd08a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "739686ffad77",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b966326db0a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d28a443572e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c0924ad066",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87e55bcc3ddc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c12085d49121",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c5b0bd2578d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ee4ca1063a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c24bcbace811",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec039a45ebd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e338975a28f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edb98a0374cb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ecc09e4f829",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0634dd3f2eea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "810aba9bbfee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/clanek/co-delat-v-pays-de-la-loire",
      "finalUrl": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Navštivte oblast Pays de la Loire, mezi údolím Loiry a pobřežím Atlantiku",
      "elapsedMs": 17338,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1325,
          "failed": 18,
          "cantTell": 53,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#co-nesmite-v-oblasti-pays-de-la-loire-minout-1\" aria-current=\"false\">Co nesmíte v oblasti Pays de la Loire minout</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bb1049e1b47",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#na-pobrezi-atlantiku-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-pobrezi-atlantiku-2\" aria-current=\"false\">Na pobřeží Atlantiku</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#na-pobrezi-atlantiku-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68300a91361e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-84b1ad55"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#v-udoli-loiry-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#v-udoli-loiry-3\" aria-current=\"false\">V údolí Loiry</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#v-udoli-loiry-3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aee68095c58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f6313d23"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#ve-meste-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-meste-4\" aria-current=\"false\">Ve městě</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#ve-meste-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2cf5f1ee32f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bff82872"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#neco-navic-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#neco-navic-5\" aria-current=\"false\">Něco navíc...</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#neco-navic-5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03426baf29ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0f7ebfc9"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#co-zazit-v-pays-de-la-loire-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#co-zazit-v-pays-de-la-loire-6\" aria-current=\"false\">Co zažít v Pays de la Loire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#co-zazit-v-pays-de-la-loire-6\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71938f0b0dce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6b82245d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#ve-zkratce-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-zkratce-7\" aria-current=\"false\">Ve zkratce...</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#ve-zkratce-7\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d86a5a72ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-937a508e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#na-atlantskem-pobrezi-8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-atlantskem-pobrezi-8\" aria-current=\"false\">Na atlantském pobřeží</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#na-atlantskem-pobrezi-8\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955827d169e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6df22d08"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#ve-meste-9\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-meste-9\" aria-current=\"false\">Ve městě</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#ve-meste-9\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87422830d8ca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03c92971"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#v-udoli-loiry-10\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#v-udoli-loiry-10\" aria-current=\"false\">V údolí Loiry</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#v-udoli-loiry-10\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8cae47bdb4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da210eb0"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#a-neco-navic-11\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-neco-navic-11\" aria-current=\"false\">A něco navíc...</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#a-neco-navic-11\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f532582a196",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3c19305e"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Autor: Explore France</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77977bac32dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce838d8d33f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "ul:nth-child(13) > li:nth-child(3) > a",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/aventure-famille-loire-velo\">La Loire à Vélo</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "ul:nth-child(13) > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72bb0790303a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8d243e5c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"loireavelo.fr/\"][rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.loireavelo.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">La Loire à Vélo</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "ul:nth-child(3) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "286c1f94ccbe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3943ef3"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"lavelodyssee.com/\"]",
            "html": "<a href=\"https://www.lavelodyssee.com/\" target=\"_blank\" rel=\"noopener noreferrer\">La Vélodyssée</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "ul:nth-child(3) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "882668813336",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e9d0a422"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://www.lavelofrancette.com/\" target=\"_blank\" rel=\"noopener noreferrer\">La Vélo Francette</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "ul:nth-child(3) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7aed1f2e633c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7a0fd8c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"loireavelo.fr/\"][rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.loireavelo.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Loire à Vélo</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "ul:nth-child(3) > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1273a7349c02",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9ea98e35"
          }
        ],
        "outcomeCount": 1440,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 18
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 56,
          "failed": 36,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1d21b5f1ba6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(3) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/aventure-famille-loire-velo\"]",
            "selector": "li:nth-of-type(3) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/aventure-famille-loire-velo\"]",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/aventure-famille-loire-velo\">La Loire à Vélo</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb18993f1ad4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8a362377"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-1 > div > ul:nth-of-type(1) > li:nth-of-type(1) > a[href=\"https://www.loireavelo.fr/\"]",
            "selector": "#blocks\\.topito-1 > div > ul:nth-of-type(1) > li:nth-of-type(1) > a[href=\"https://www.loireavelo.fr/\"]",
            "html": "<a href=\"https://www.loireavelo.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">La Loire à Vélo</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aeb009695f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-575c6294"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.lavelodyssee.com/\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://www.lavelodyssee.com/\"]",
            "html": "<a href=\"https://www.lavelodyssee.com/\" target=\"_blank\" rel=\"noopener noreferrer\">La Vélodyssée</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51288dda8f7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6dea1c07"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.lavelofrancette.com/\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://www.lavelofrancette.com/\"]",
            "html": "<a href=\"https://www.lavelofrancette.com/\" target=\"_blank\" rel=\"noopener noreferrer\">La Vélo Francette</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a73cf93ca5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d1b54ac4"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#blocks\\.topito-1 > div > ul:nth-of-type(1) > li:nth-of-type(1) > a[href=\"https://www.loireavelo.fr/\"]",
            "selector": "#blocks\\.topito-1 > div > ul:nth-of-type(1) > li:nth-of-type(1) > a[href=\"https://www.loireavelo.fr/\"]",
            "html": "<a href=\"https://www.loireavelo.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Loire à Vélo</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": true,
            "duplicateOf": "accesslint"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#co-nesmite-v-oblasti-pays-de-la-loire-minout-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#co-nesmite-v-oblasti-pays-de-la-loire-minout-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#co-nesmite-v-oblasti-pays-de-la-loire-minout-1\" aria-current=\"false\">Co nesmíte v oblasti Pays de la Loire minout</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac3bfd2e7c94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3a13db2f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#na-pobrezi-atlantiku-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#na-pobrezi-atlantiku-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-pobrezi-atlantiku-2\" aria-current=\"false\">Na pobřeží Atlantiku</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd5ad387e21b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2917e3d1"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#v-udoli-loiry-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#v-udoli-loiry-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#v-udoli-loiry-3\" aria-current=\"false\">V údolí Loiry</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "40104fb1c8d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8817adf6"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#ve-meste-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#ve-meste-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-meste-4\" aria-current=\"false\">Ve městě</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edd239c7d9f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-39b53380"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#neco-navic-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#neco-navic-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#neco-navic-5\" aria-current=\"false\">Něco navíc...</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1190e1ee22a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-818ed3ea"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#co-zazit-v-pays-de-la-loire-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#co-zazit-v-pays-de-la-loire-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#co-zazit-v-pays-de-la-loire-6\" aria-current=\"false\">Co zažít v Pays de la Loire</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "367f3f077bdc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df24c399"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#ve-zkratce-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#ve-zkratce-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-zkratce-7\" aria-current=\"false\">Ve zkratce...</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b195733a6d8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-097b74bb"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(8) > a[href=\"#na-atlantskem-pobrezi-8\"]",
            "selector": "li:nth-of-type(8) > a[href=\"#na-atlantskem-pobrezi-8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-atlantskem-pobrezi-8\" aria-current=\"false\">Na atlantském pobřeží</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e754b5108e95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f87253c3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(9) > a[href=\"#ve-meste-9\"]",
            "selector": "li:nth-of-type(9) > a[href=\"#ve-meste-9\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ve-meste-9\" aria-current=\"false\">Ve městě</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de0df7572d4a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c0b5e782"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(10) > a[href=\"#v-udoli-loiry-10\"]",
            "selector": "li:nth-of-type(10) > a[href=\"#v-udoli-loiry-10\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#v-udoli-loiry-10\" aria-current=\"false\">V údolí Loiry</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac69536a132d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0cd94125"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(11) > a[href=\"#a-neco-navic-11\"]",
            "selector": "li:nth-of-type(11) > a[href=\"#a-neco-navic-11\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-neco-navic-11\" aria-current=\"false\">A něco navíc...</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "706ac9cf3d65",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ae734be1"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Autor: Explore France</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "458b94db5c2b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7d461d02f5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06b171e2d4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fa9e1939db7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f1f4e9c9502",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc17bf23db20",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "608b02100a88",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b265a14cc76",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede8730ab975",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd8f55c38575",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63d8e0b4c297",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34a7a6ef4ec1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44d85aba3351",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46460aedc46d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66c65c8993a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ad5adb6164",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c057d3ebbd7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/48-heures-troglodyte-saumur/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/48-heures-troglodyte-saumur/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/48-heures-troglodyte-saumur/\" target=\"\" data-v-08de3870=\"\">48 heures en mode troglo autour de Saumur</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc792a8dbc37",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fc105f7d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/aventure-famille-loire-velo/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/aventure-famille-loire-velo/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/aventure-famille-loire-velo/\" target=\"\" data-v-08de3870=\"\">Une aventure en famille sur le parcours La Loire à Vélo</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23202b8cf5d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73de9260"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 35,
        "duplicateFailedCount": 1,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 1
    },
    {
      "submittedUrl": "https://france.fr/cs/destinace/pays-de-la-loire",
      "finalUrl": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Naštivte Pays de la Loire",
      "elapsedMs": 23242,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 949,
          "failed": 0,
          "cantTell": 4,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 996,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 76,
          "failed": 16,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5345a6e214ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1087f3421045",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1477845c71e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68d2af581825",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9f88509062",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3446d32035f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5755a839ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b28084e41e67",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84eca6a28ac4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f92037de8860",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8420d6ce68dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1aa0125ae27a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c95914e091c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a4ea56f83a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e2f4cd3ae34",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c31ee7d5b118",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 16,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/4-udflugter-i-naturen-i-regionen-pays-de-la-loire",
      "finalUrl": "https://france.fr/da/artikel/4-udflugter-i-naturen-i-regionen-pays-de-la-loire",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 30002,
      "error": "This operation was aborted",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Request timed out",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Request timed out",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Request timed out",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Request timed out",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Request timed out",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/artikel/Bordd%C3%A6kning-service-Lorraine-krystalglas",
      "finalUrl": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Dæk et smukt bord med det bedste service fra Lorraine - France.fr",
      "elapsedMs": 44351,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1222,
          "failed": 15,
          "cantTell": 56,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#baccarat-krystal-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#baccarat-krystal-1\" aria-current=\"false\">Baccarat-krystal</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#baccarat-krystal-1\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7046a1f9aa50",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed157af2"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#intense-farver-hos-daum-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#intense-farver-hos-daum-2\" aria-current=\"false\">Intense farver hos Daum</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#intense-farver-hos-daum-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd3818f31fd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1f4170b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#luneville-saint-clement-forseglet-af-kongen-3\" aria-current=\"false\">Lunéville Saint-Clément: Forseglet af kongen</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e7084226540",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#emaljer-i-relief-i-longwy-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#emaljer-i-relief-i-longwy-4\" aria-current=\"false\">Emaljer i relief i Longwy</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#emaljer-i-relief-i-longwy-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b260e3520da4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-660e6953"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#darney-forfinede-kundskaber-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#darney-forfinede-kundskaber-5\" aria-current=\"false\">Darney: Forfinede kundskaber</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#darney-forfinede-kundskaber-5\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f57a98fb62d8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-91ae77c6"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#krystal-og-skov-i-saint-louis-6\" aria-current=\"false\">Krystal og skov i Saint-Louis</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(6) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb6fc8cc68f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4abaa44c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#exceptionelle-tekstiler-hos-garnier-thiebaut-7\" aria-current=\"false\">Exceptionelle tekstiler hos Garnier-Thiébaut</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(7) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aec0a9ac8a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4581d464"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#krlighed-til-tr-hos-henryot-cie-8\" aria-current=\"false\">Kærlighed til træ hos Henryot &amp; Cie</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(8) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a04e7b3f64fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed99186d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Redaktionen France.fr Skandinavien</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "780775f68303",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06d21149f336",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-0 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.baccarat.fr/en/home/\" target=\"_blank\" rel=\"noopener noreferrer\">Baccarat</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-0 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb9a8cb6dd99",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-43410b94"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[href$=\"en/\"][rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"http://www.terresdest.fr/en/\" target=\"_blank\" rel=\"noopener noreferrer\">Manufactures Royales (link på fransk)</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dd22f3c81a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4842ff8c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"emauxdelongwy.com/\"]",
            "html": "<a href=\"https://www.emauxdelongwy.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Manufacture des Emaux de Longwy (link på fransk)</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04685268f1ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-121534b7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-5 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.saint-louis.com/en/?___from_store=fr\" target=\"_blank\" rel=\"noopener noreferrer\">Cristallerie Saint-Louis</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-5 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38e5ec921da8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1325dc4c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-6 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.garnier-thiebaut.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Garnier-Thiébaut (link på fransk)</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-6 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c813273fe0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-622ffd94"
          }
        ],
        "outcomeCount": 1337,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 15
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 55,
          "failed": 37,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc4f237ba72b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.baccarat.fr/en/home/\"]",
            "selector": "p > a[href=\"https://www.baccarat.fr/en/home/\"]",
            "html": "<a href=\"https://www.baccarat.fr/en/home/\" target=\"_blank\" rel=\"noopener noreferrer\">Baccarat</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fdcbbf57641",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bd8f161e"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.daum.fr/en/\"]",
            "selector": "p > a[href=\"https://www.daum.fr/en/\"]",
            "html": "<a href=\"https://www.daum.fr/en/\" target=\"_blank\" rel=\"noopener noreferrer\">Daum</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1938cd8a3118",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e57461c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"http://www.terresdest.fr/en/\"]",
            "selector": "p > a[href=\"http://www.terresdest.fr/en/\"]",
            "html": "<a href=\"http://www.terresdest.fr/en/\" target=\"_blank\" rel=\"noopener noreferrer\">Manufactures Royales (link på fransk)</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "030134b743b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb7b7b53"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.emauxdelongwy.com/\"]",
            "selector": "p > a[href=\"https://www.emauxdelongwy.com/\"]",
            "html": "<a href=\"https://www.emauxdelongwy.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Manufacture des Emaux de Longwy (link på fransk)</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b98aa3bf948",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9d8084ce"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.saint-louis.com/en/?___from_store=fr\"]",
            "selector": "p > a[href=\"https://www.saint-louis.com/en/?___from_store=fr\"]",
            "html": "<a href=\"https://www.saint-louis.com/en/?___from_store=fr\" target=\"_blank\" rel=\"noopener noreferrer\">Cristallerie Saint-Louis</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f8695476e4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-937a3846"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.garnier-thiebaut.fr/\"]",
            "selector": "p > a[href=\"https://www.garnier-thiebaut.fr/\"]",
            "html": "<a href=\"https://www.garnier-thiebaut.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Garnier-Thiébaut (link på fransk)</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef6479af71a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bcba3461"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.henryot-cie.fr/en/\"]",
            "selector": "p > a[href=\"https://www.henryot-cie.fr/en/\"]",
            "html": "<a href=\"https://www.henryot-cie.fr/en/\" target=\"_blank\" rel=\"noopener noreferrer\">Henryot &amp; Cie</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fbee2f841ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cfc33e92"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#baccarat-krystal-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#baccarat-krystal-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#baccarat-krystal-1\" aria-current=\"false\">Baccarat-krystal</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69986d633e38",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-831161f7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#intense-farver-hos-daum-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#intense-farver-hos-daum-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#intense-farver-hos-daum-2\" aria-current=\"false\">Intense farver hos Daum</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78052cf3d362",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8b40aab7"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#luneville-saint-clement-forseglet-af-kongen-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#luneville-saint-clement-forseglet-af-kongen-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#luneville-saint-clement-forseglet-af-kongen-3\" aria-current=\"false\">Lunéville Saint-Clément: Forseglet af kongen</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "380d10f6fcf1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af08de52"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#emaljer-i-relief-i-longwy-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#emaljer-i-relief-i-longwy-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#emaljer-i-relief-i-longwy-4\" aria-current=\"false\">Emaljer i relief i Longwy</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cd111854a91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e4255e5e"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#darney-forfinede-kundskaber-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#darney-forfinede-kundskaber-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#darney-forfinede-kundskaber-5\" aria-current=\"false\">Darney: Forfinede kundskaber</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b59d045c680",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94c88328"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#krystal-og-skov-i-saint-louis-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#krystal-og-skov-i-saint-louis-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#krystal-og-skov-i-saint-louis-6\" aria-current=\"false\">Krystal og skov i Saint-Louis</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90da17f3debf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c6522770"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#exceptionelle-tekstiler-hos-garnier-thiebaut-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#exceptionelle-tekstiler-hos-garnier-thiebaut-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#exceptionelle-tekstiler-hos-garnier-thiebaut-7\" aria-current=\"false\">Exceptionelle tekstiler hos Garnier-Thiébaut</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "905df70ef05a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1a88d377"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(8) > a[href=\"#krlighed-til-tr-hos-henryot-cie-8\"]",
            "selector": "li:nth-of-type(8) > a[href=\"#krlighed-til-tr-hos-henryot-cie-8\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#krlighed-til-tr-hos-henryot-cie-8\" aria-current=\"false\">Kærlighed til træ hos Henryot &amp; Cie</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08f6c145b443",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3ac5ef8b"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Af Redaktionen France.fr Skandinavien</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deee31ddf171",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58b625285d1c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a208125c798a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e631fe601c0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "089acd6dbbea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6cd2a9bc803",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d62eda29917",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c21f93a100",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6950b5a36981",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b172ab0e254d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea611d265b54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61f41a003d91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8b1951333f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "680b9b620604",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2fd8db3448d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf824f67bc24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6490bd4a1661",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8291ec5b0a22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a0c105df34",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/christophe-felder-og-honningkagens-hemmelighed/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/christophe-felder-og-honningkagens-hemmelighed/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/christophe-felder-og-honningkagens-hemmelighed/\" target=\"\" data-v-08de3870=\"\">Christophe Felder og hemmelighederne bag de berømte pain d'épices peberkager</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f7d4635f8c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-49979c9d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/alsace-og-det-hjemlige-kokken/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/alsace-og-det-hjemlige-kokken/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/alsace-og-det-hjemlige-kokken/\" target=\"\" data-v-08de3870=\"\">Alsace og det hjemlige køkken</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed93b5f514d2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1b085e23"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/destination/biarritz-pays-basque",
      "finalUrl": "https://france.fr/da/destination/biarritz-pays-basque",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 60000,
      "error": "URL scan exceeded 60s timeout",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/destination/pays-de-la-loire",
      "finalUrl": "https://france.fr/da/destination/pays-de-la-loire",
      "redirected": false,
      "statusCode": null,
      "ok": false,
      "contentType": null,
      "pageTitle": null,
      "elapsedMs": 59999,
      "error": "URL scan exceeded 60s timeout",
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "axe": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "URL scan timeout exceeded",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/article/biarritz-pays-basque",
      "finalUrl": "https://www.france.fr/en/article/biarritz-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Biarritz Pays Basque",
      "elapsedMs": 18486,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 914,
          "failed": 2,
          "cantTell": 56,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-gold",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By France.fr </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b9413e3ada9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-62da7df5"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84bdc6d55fe7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1016,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 71,
          "failed": 21,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b32067d4f9a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By France.fr </p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc8f24f7cd0f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dc239aa8a71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5acfe492fea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "747c580989ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac49dc7182e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa5d5e1e1170",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b73b22211e1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7a8dd272b5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c5454b20fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fd324c6ebdf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ad1c030a76",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13f1f58a8696",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80f42f852cd5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6236b46b86c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b70d8580d007",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8539b914ff64",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be9ba9137555",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8c874b0aad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/destination-etretat-0/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/destination-etretat-0/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/destination-etretat-0/\" target=\"\" data-v-08de3870=\"\">Destination: Etretat</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a95d8cc6567e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ec543f5c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/calanques-marseille-between-mountains-and-mediterranean/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/calanques-marseille-between-mountains-and-mediterranean/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/calanques-marseille-between-mountains-and-mediterranean/\" target=\"\" data-v-08de3870=\"\">The Calanques of Marseille, Between Mountains and the Mediterranean</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f611dad61e71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-baa1e862"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/article/charming-villages-pays-basque",
      "finalUrl": "https://www.france.fr/en/article/charming-villages-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Charming villages in Pays Basque",
      "elapsedMs": 14879,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 982,
          "failed": 5,
          "cantTell": 55,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#espelette-world-capital-of-peppers-1\" aria-current=\"false\">Espelette, world capital of peppers</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e52af92d1c60",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#guethary-a-coastal-gem-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#guethary-a-coastal-gem-2\" aria-current=\"false\">Guéthary, a coastal gem</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#guethary-a-coastal-gem-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b55d0da7c052",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bcb5952b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ainhoa-an-authentically-basque-village-3\" aria-current=\"false\">Ainhoa, an authentically Basque village</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(3) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "253edbce30a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94085396"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By France.fr </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4633d5ff0d05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e4e8aeab76b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1086,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 68,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dd146a151b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#espelette-world-capital-of-peppers-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#espelette-world-capital-of-peppers-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#espelette-world-capital-of-peppers-1\" aria-current=\"false\">Espelette, world capital of peppers</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf932e9070b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4ef2af5b"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#guethary-a-coastal-gem-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#guethary-a-coastal-gem-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#guethary-a-coastal-gem-2\" aria-current=\"false\">Guéthary, a coastal gem</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a8d695461ca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6ff5199f"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#ainhoa-an-authentically-basque-village-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#ainhoa-an-authentically-basque-village-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#ainhoa-an-authentically-basque-village-3\" aria-current=\"false\">Ainhoa, an authentically Basque village</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8a80349e36a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e1029485"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">By France.fr </p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ff7a5b24e75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7b631c0cd75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "efd662be2826",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9a831bf35ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "060f479ac089",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0f3f07f9bab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9703ebbd3a6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96d017e93782",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eba1a119fcf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7908a70bb82c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c620a6bd7de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f0be78e872f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9df545c70a27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7d49652700",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82443edd5f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b90e4e5a7b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c45eed1e08b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec36de7c33ad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/Get-in-touch-with-Nouvelle-Aquitaine/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/Get-in-touch-with-Nouvelle-Aquitaine/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/Get-in-touch-with-Nouvelle-Aquitaine/\" target=\"\" data-v-08de3870=\"\">Get in touch with Nouvelle-Aquitaine in South West of France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc91e7da2bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e92f38d6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/calling-all-adventure-junkies/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/calling-all-adventure-junkies/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/calling-all-adventure-junkies/\" target=\"\" data-v-08de3870=\"\">Adventurous Things to do in France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7988bcde7913",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f64cc2e9"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/destination/biarritz-pays-basque",
      "finalUrl": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Biarritz et le Pays basque : villages, traditions et océan",
      "elapsedMs": 23938,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1425,
          "failed": 2,
          "cantTell": 15,
          "inapplicable": 42
        },
        "failedRules": [
          "color-contrast",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfCard__text > p > a",
            "html": "<a href=\"https://www.france.fr/fr/destination/biarritz-pays-basque/\">Pays basque</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.66 (foreground color: #1836c5, background color: #0f1f6b, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "#block-destinations\\.d-seasons-carousel-0"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7b8da152232",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-16dee1a2"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#content_detail > .AfBlockRichText > p:nth-child(1) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/biarritz-pays-basque-que-faire-que-voir/\">Biarritz et le Pays basque</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#content_detail > .AfBlockRichText > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03460f9a8cf8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a94f8073"
          }
        ],
        "outcomeCount": 1484,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 51,
          "failed": 41,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/color-contrast",
          "distinguishable/link-in-text-block",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/biarritz-pays-basque-que-faire-que-voir/\"]",
            "selector": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/biarritz-pays-basque-que-faire-que-voir/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/biarritz-pays-basque-que-faire-que-voir/\">Biarritz et le Pays basque</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5cccbf693f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9388ed92"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/article/le-biarritz-gourmand-et-sportif-de-sirikit/\"]",
            "selector": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/article/le-biarritz-gourmand-et-sportif-de-sirikit/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/le-biarritz-gourmand-et-sportif-de-sirikit/\">Biarritz</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a683fe8d1d29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ec9568f4"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/sentier-du-littoral-basque-attention-les-yeux/\"]",
            "selector": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/sentier-du-littoral-basque-attention-les-yeux/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/sentier-du-littoral-basque-attention-les-yeux/\">sentier du littoral</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c7b746dae2f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b8962107"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\"]",
            "selector": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\">Saint-Jean-de-Luz</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4db660d9f9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-172c2884"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(8) > a",
            "selector": "p:nth-of-type(8) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/balade-de-chateau-en-chateau-au-pays-basque/#le-plus-enchanteur-le-chateau-abbadia-a-hendaye-2\">château d’Abbadia</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c65a84ea2400",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb0b40aa"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/surfer-en-hiver-sur-la-cote-basque-mais-oui-cest-possible/\"]",
            "selector": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/surfer-en-hiver-sur-la-cote-basque-mais-oui-cest-possible/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/surfer-en-hiver-sur-la-cote-basque-mais-oui-cest-possible/\">surf</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1e8a86598d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-78d9d3d3"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/anglet-championne-surf-pauline-ado/\"]",
            "selector": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/anglet-championne-surf-pauline-ado/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/anglet-championne-surf-pauline-ado/\">Anglet,&nbsp;</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "560d31250cef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44e67472"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/le-pays-basque-cote-greens-avec-ariane-provot/\"]",
            "selector": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/le-pays-basque-cote-greens-avec-ariane-provot/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/le-pays-basque-cote-greens-avec-ariane-provot/\">Golf</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "613a6f3cbd09",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-edd6ae9c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(11) > a[href=\"https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/\"]",
            "selector": "p:nth-of-type(11) > a[href=\"https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/\"]",
            "html": "<a href=\"https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/\">arrière-pays basque</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c399d737626",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f6882ec7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(11) > a:nth-of-type(2)",
            "selector": "p:nth-of-type(11) > a:nth-of-type(2)",
            "html": "<a href=\"https://www.france.fr/fr/article/5-idees-pour-profiter-en-couple-de-la-nature-de-biarritz-pays-basque/\">nature</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fadeba5913ca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3cbdd066"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/article/5-minutes-pour-tout-savoir-sur-la-feria/\"]",
            "selector": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/article/5-minutes-pour-tout-savoir-sur-la-feria/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/5-minutes-pour-tout-savoir-sur-la-feria/\">Fêtes de Bayonne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "928cc487756c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-02e310ab"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/article/les-plus-beaux-tissus-basques/\"]",
            "selector": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/article/les-plus-beaux-tissus-basques/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/les-plus-beaux-tissus-basques/\">savoir-faire basque</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b8bed7ef609",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4eb71db"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(13) > a[href=\"https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/\"]",
            "selector": "p:nth-of-type(13) > a[href=\"https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/\"]",
            "html": "<a href=\"https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/\">piment rouge</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c5901446d00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8d543e7a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/pays-basque-villages-caractere/\"]",
            "selector": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/pays-basque-villages-caractere/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-villages-caractere/\">villages</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cac7e2a78f9c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e58bd2a7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(16) > a[href=\"https://www.france.fr/fr/article/pays-basque-foret-iraty/\"]",
            "selector": "p:nth-of-type(16) > a[href=\"https://www.france.fr/fr/article/pays-basque-foret-iraty/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-foret-iraty/\">forêt de hêtres</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8f4085429c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3fed9544"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(18) > a",
            "selector": "p:nth-of-type(18) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/5-idees-pour-profiter-en-couple-de-la-nature-de-biarritz-pays-basque/#realiser-lascension-de-la-rhune-premier-sommet-des-pyrenees-2\">massif de la Rhune</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "872fecd8169b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b41104e8"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(19) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\"]",
            "selector": "p:nth-of-type(19) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\">patrimoine gourmand</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff7bfbe8d449",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f2f2ad36"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(20) > a[href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\"]",
            "selector": "p:nth-of-type(20) > a[href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\">Atelier du Chocolat</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "83d39f40428d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a642892a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(22) > a[href=\"https://www.france.fr/fr/article/cambo-les-bains/\"]",
            "selector": "p:nth-of-type(22) > a[href=\"https://www.france.fr/fr/article/cambo-les-bains/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/cambo-les-bains/\">Cambo-les-Bains</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3e49dec337c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f06d6780"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(22) > a:nth-of-type(2)",
            "selector": "p:nth-of-type(22) > a:nth-of-type(2)",
            "html": "<a href=\"https://www.france.fr/fr/article/activites-contemplatives-originales-famille-pays-basque/#2-villa-arnaga-appartenant-a-lauteur-de-cyrano-de-bergerac-2\">Villa Arnaga</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94c305fb453",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d846670b"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(23) > a[href=\"https://www.france.fr/fr/article/meilleures-plages-pays-basque/\"]",
            "selector": "p:nth-of-type(23) > a[href=\"https://www.france.fr/fr/article/meilleures-plages-pays-basque/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/meilleures-plages-pays-basque/\">plage</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "003860e73df3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a2498fba"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(23) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-nouveautes-bien-etre-a-tester-cette-annee/\"]",
            "selector": "p:nth-of-type(23) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-nouveautes-bien-etre-a-tester-cette-annee/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-6-nouveautes-bien-etre-a-tester-cette-annee/\">centres de thalassothérapie</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4309c3379277",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3c97dd99"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "p > a[href=\"https://www.france.fr/fr/destination/biarritz-pays-basque/\"]",
            "selector": "p > a[href=\"https://www.france.fr/fr/destination/biarritz-pays-basque/\"]",
            "html": "<a href=\"https://www.france.fr/fr/destination/biarritz-pays-basque/\">Pays basque</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 1.66:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d84c518d55d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3ed9e97b"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ea208cd5330",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4c660b8ae5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "619e3e588980",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49d15faab453",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d29afce040",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60523f9442b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901a17361f71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e64240d7a02f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "45c0cfa3e1cc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "764bee91df1a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "711c50fe7535",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8cc33148354",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5a55b6e912a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b6037933e9f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0a51b6a9d2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfaa8f773e6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab3b7649d7ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22573ace32a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 41,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/destination/pays-de-la-loire",
      "finalUrl": "https://www.france.fr/fr/destination/pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Visiter les Pays de la Loire",
      "elapsedMs": 15993,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1357,
          "failed": 2,
          "cantTell": 13,
          "inapplicable": 42
        },
        "failedRules": [
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": ".AfBlockRichText > p:nth-child(1) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/article/que-voir-que-faire-pays-de-la-loire/\">Pays de la Loire</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#content_detail > .AfBlockRichText > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e4c85e9bf40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ca689d1c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(1) > a:nth-child(2)",
            "html": "<a href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\">Val de Loire</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#content_detail > .AfBlockRichText > p:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad5a813a1e1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88151d38"
          }
        ],
        "outcomeCount": 1414,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 60,
          "failed": 32,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "distinguishable/link-in-text-block",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/que-voir-que-faire-pays-de-la-loire/\"]",
            "selector": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/que-voir-que-faire-pays-de-la-loire/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/que-voir-que-faire-pays-de-la-loire/\">Pays de la Loire</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73cb5e222c02",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0e96beea"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\"]",
            "selector": "p:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\">Val de Loire</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15ae1c26e33f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3ddb08e7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/article/visiter-abbaye-royale-de-fontevraud/\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/article/visiter-abbaye-royale-de-fontevraud/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/visiter-abbaye-royale-de-fontevraud/\">l’abbaye royale de Fontevraud</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "465ddb3bc7be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85afcf5b"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/article/48-heures-troglodyte-saumur/\"]",
            "selector": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/article/48-heures-troglodyte-saumur/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/48-heures-troglodyte-saumur/\">villages troglodytiques</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c86e4d4b4894",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7570b1d5"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\"]",
            "selector": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\">Angers</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd19c79d3226",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3dd84588"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\"]",
            "selector": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\">étonnantes machines</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e86e5af1c8dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ba8cad33"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/article/sel-guerande/\"]",
            "selector": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/article/sel-guerande/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/sel-guerande/\">marais salants</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9952c5a8144a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-34c4b24b"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\"]",
            "selector": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\">Pornic</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88aafab91439",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-24da4604"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(11) > a[href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\"]",
            "selector": "p:nth-of-type(11) > a[href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\">l’Île d’Yeu</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c47f6906f2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-01536e0c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"]",
            "selector": "p:nth-of-type(12) > a[href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"]",
            "html": "<a href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\">la Vélodyssée</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faf1de432fd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-571540f3"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/4-escapades-nature-pays-de-la-loire/\"]",
            "selector": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/4-escapades-nature-pays-de-la-loire/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/4-escapades-nature-pays-de-la-loire/\">bocage vendéen</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0cc4b2b4be6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c293c6e"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\"]",
            "selector": "p:nth-of-type(14) > a[href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\">Puy du Fou</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d5e79f0cab1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63a38d1d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(19) > a[href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\"]",
            "selector": "p:nth-of-type(19) > a[href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\">Mayenne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cc09da713bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bd2348e0"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(20) > a[href=\"https://www.france.fr/fr/article/pays-de-la-loire-gang-of-mothers-famille/\"]",
            "selector": "p:nth-of-type(20) > a[href=\"https://www.france.fr/fr/article/pays-de-la-loire-gang-of-mothers-famille/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-de-la-loire-gang-of-mothers-famille/\">Cité Plantagenêt</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5458820a04af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d96bb2da"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6aab5cbd1557",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa4c29be624c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6912be4d22d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d9829dbaf26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb5477431d0e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e980a5b3699",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c02000616b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ae254a71be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b90b7ee5b0c9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10814768c9ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5abdf4020f64",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a542f73ac5cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcceacc86afe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "215d0fbb6d46",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c83feb2930b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9458b184469f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18b4766e3d1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "626cec2c5d90",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 32,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
      "finalUrl": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Week-end gourmand au Pays basque",
      "elapsedMs": 18050,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1387,
          "failed": 13,
          "cantTell": 10,
          "inapplicable": 43
        },
        "failedRules": [
          "heading-order",
          "image-alt",
          "link-in-text-block",
          "link-name"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mb-4",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77c98d058495",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cf7d6615"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/unnamed_370556fd1f.png\" srcset=\"https://asset-prod.france.fr/unnamed_370556fd1f.png 400w, https://asset-prod.france.fr/thumbnail_unnamed_370556fd1f.png 80w\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9965dceea98b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-2 > ul > li:nth-child(1) > a:nth-child(3)",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\">jambons de Bayonne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-2 > ul > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1f6b2209546",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e43bc025"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-5 > ul > li:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://latable-sebastiengrave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Sébastien Gravé&nbsp;</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-5 > ul > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8aabcc0c46d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3053bf55"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "li:nth-child(3) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.unebouteillealanive.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Une bouteille à la Nive</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-5 > ul > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "755a4def4648",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-37a3017c"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-8 > ul:nth-child(2) > li > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\">chocolat et Bayonne </a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > ul:nth-child(2) > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6e16844c0f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-11903a3f"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "ul:nth-child(2) > li > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">La chocolaterie artisanale Cazenave</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > ul:nth-child(2) > li"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a4bc740b77",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7e155ee"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(3) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.atelierduchocolat.fr/fr/page/2-le-musee-du-chocolat\" target=\"_blank\" rel=\"noopener noreferrer\">Atelier du chocolat.</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59e6425d1940",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-accf81f7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-8 > ul:nth-child(4) > li:nth-child(2) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\">Saint-Jean-de-Luz</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > ul:nth-child(4) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba5e679db4a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03d9423b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "ul:nth-child(4) > li:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "html": "<a href=\"https://www.en-pays-basque.fr/restaurant/la-cidrerie-luzienne/\" target=\"_blank\" rel=\"noopener noreferrer\">La Cidrerie Luzienne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > ul:nth-child(4) > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b05cd545dede",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bb52a0c9"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"luzgrandhotel.fr/\"]",
            "html": "<a href=\"https://luzgrandhotel.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Grand Hôtel Thalasso et Spa</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-8 > p:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8ad90b59ffe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8c21d7bb"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "#undefined-2 > ul > li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b072b03dae9f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-771ae8d6"
          },
          {
            "rule": "link-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag244",
              "wcag412"
            ],
            "xpath": "ul:nth-child(2) > li > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d36b1d367ac5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86dce4df"
          }
        ],
        "outcomeCount": 1453,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 13
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 48,
          "failed": 44,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/td-has-header",
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/unnamed_370556fd1f.png\" srcset=\"https://asset-prod.france.fr/unnamed_370556fd1f.png 400w, https://asset-prod.france.fr/thumbn...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c606b3c7c802",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "adaptable/td-has-header",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "selector": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "html": "<td class=\"\">Head southeast</td>",
            "impact": "serious",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5bc880d086d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e190ae7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-2 > ul > li:nth-of-type(1) > a[href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\"]",
            "selector": "#undefined-2 > ul > li:nth-of-type(1) > a[href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\"]",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"background-color:transparent;color:rgb(17,85,204);\">...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a19e79e0202",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-51d05170"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pays-basque-6-specialites-a-glisser-dans-votre-valise/\">jambons de Bayonne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17d2b0d68604",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9acd7af4"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(2) > a[href=\"https://hotel-les-pyrenees.com/fr/\"]",
            "selector": "li:nth-of-type(2) > a[href=\"https://hotel-les-pyrenees.com/fr/\"]",
            "html": "<a href=\"https://hotel-les-pyrenees.com/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Les Pyrénées</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "155dbc9478dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c10bf9e0"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(4) > a[href=\"https://www.hotel-chilhar.com/\"]",
            "selector": "li:nth-of-type(4) > a[href=\"https://www.hotel-chilhar.com/\"]",
            "html": "<a href=\"https://www.hotel-chilhar.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Chilhar</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc476ef2d4d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da19156b"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.atelier-du-piment-espelette.fr/\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://www.atelier-du-piment-espelette.fr/\"]",
            "html": "<a href=\"https://www.atelier-du-piment-espelette.fr/\" target=\"_blank\" rel=\"noopener noreferrer\"><span style=\"background-color:transparent;color:rgb(17,85,204);\">Atelier du Piment</span></a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "879037e883ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1dd49c63"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(2) > a[href=\"https://latable-sebastiengrave.fr/\"]",
            "selector": "li:nth-of-type(2) > a[href=\"https://latable-sebastiengrave.fr/\"]",
            "html": "<a href=\"https://latable-sebastiengrave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Sébastien Gravé&nbsp;</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc4593cbe26c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8974a26f"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(3) > a[href=\"https://www.unebouteillealanive.fr/\"]",
            "selector": "li:nth-of-type(3) > a[href=\"https://www.unebouteillealanive.fr/\"]",
            "html": "<a href=\"https://www.unebouteillealanive.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Une bouteille à la Nive</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76873f2a61f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85d16528"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li > a[href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\"]",
            "selector": "li > a[href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/atelier-du-chocolat-bayonne/\">chocolat et Bayonne </a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b16f9b583ee2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04bf00d8"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-8 > ul:nth-of-type(1) > li > a[href=\"https://www.chocolats-bayonne-cazenave.fr/\"]",
            "selector": "#undefined-8 > ul:nth-of-type(1) > li > a[href=\"https://www.chocolats-bayonne-cazenave.fr/\"]",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">La chocolaterie artisanale Cazenave</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79fcbd524f28",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e77bfdfa"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.atelierduchocolat.fr/fr/page/2-le-musee-du-chocolat\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.atelierduchocolat.fr/fr/page/2-le-musee-du-chocolat\"]",
            "html": "<a href=\"https://www.atelierduchocolat.fr/fr/page/2-le-musee-du-chocolat\" target=\"_blank\" rel=\"noopener noreferrer\">Atelier du chocolat.</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8aed71c2d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b930e81c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(1) > a[href=\"https://ahpe-restaurant.fr/\"]",
            "selector": "li:nth-of-type(1) > a[href=\"https://ahpe-restaurant.fr/\"]",
            "html": "<a href=\"https://ahpe-restaurant.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">'Ahpe</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7f700e25e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ce16acc4"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(2) > a[href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\"]",
            "selector": "li:nth-of-type(2) > a[href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/balade-marine-saint-jean-de-luz/\">Saint-Jean-de-Luz</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f55b3264ebf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4adc67d7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "li:nth-of-type(2) > a[href=\"https://www.en-pays-basque.fr/restaurant/la-cidrerie-luzienne/\"]",
            "selector": "li:nth-of-type(2) > a[href=\"https://www.en-pays-basque.fr/restaurant/la-cidrerie-luzienne/\"]",
            "html": "<a href=\"https://www.en-pays-basque.fr/restaurant/la-cidrerie-luzienne/\" target=\"_blank\" rel=\"noopener noreferrer\">La Cidrerie Luzienne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe203b7c2685",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6ee9177f"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(3) > a[href=\"https://luzgrandhotel.fr/\"]",
            "selector": "p:nth-of-type(3) > a[href=\"https://luzgrandhotel.fr/\"]",
            "html": "<a href=\"https://luzgrandhotel.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Grand Hôtel Thalasso et Spa</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ae6eee7d970",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-787f93e8"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#jour-1-de-saint-jean-pied-de-port-a-espelette-37-km-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#jour-1-de-saint-jean-pied-de-port-a-espelette-37-km-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-1-de-saint-jean-pied-de-port-a-espelette-37-km-1\" aria-current=\"false\">Jour 1 : de Saint-Jean-Pied-de-Port à Espe...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec6a367c392b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03606e15"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#jour-2-despelette-a-bayonne-21-km-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#jour-2-despelette-a-bayonne-21-km-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-2-despelette-a-bayonne-21-km-2\" aria-current=\"false\">Jour 2 : d’Espelette à Bayonne (21 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26928aab4c48",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca756b6"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#jour-3-de-bayonne-a-saint-jean-de-luz-26-km-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#jour-3-de-bayonne-a-saint-jean-de-luz-26-km-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-3-de-bayonne-a-saint-jean-de-luz-26-km-3\" aria-current=\"false\">Jour 3 : de Bayonne à Saint-Jean-de-Luz (26 km)</a...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb9088cb3f98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e22daef"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Par Vincent Gerard</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f7c022f0c75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "880978ba1ad7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7936efc5ad0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ebe1ee902cc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f8ec30767a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77c5c317d04e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa30ceaea4c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c04678c3ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16b594b3e0ad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33a84783cff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbe01433a429",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "981871f144fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e221e99a96cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df66b1d95801",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8182235df71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f1a944e7c9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d07b0af2af9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "aside > article > div > div",
            "selector": "aside > article > div > div",
            "html": "<div data-v-aa0444f3=\"\" data-v-03e0c27b=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div class=\"leaflet...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9dbc33b0df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f82871d7"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "article > h3",
            "selector": "article > h3",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a84965a31ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81d61a7a"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "#undefined-2 > ul > li:nth-of-type(1) > a[href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\"]",
            "selector": "#undefined-2 > ul > li:nth-of-type(1) > a[href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\"]",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "829f68c685ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6ff45716"
          },
          {
            "rule": "navigable/link-name",
            "xpath": "#undefined-8 > ul:nth-of-type(1) > li > a[href=\"https://www.chocolats-bayonne-cazenave.fr/\"]",
            "selector": "#undefined-8 > ul:nth-of-type(1) > li > a[href=\"https://www.chocolats-bayonne-cazenave.fr/\"]",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "impact": "serious",
            "message": "Link has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769535c42fee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efed0c2d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b769fffb433",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edfd5733475e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-foret-iraty/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-foret-iraty/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/pays-basque-foret-iraty/\" target=\"\" data-v-08de3870=\"\">5 façons de percer les mystères de la forêt d’Iraty au Pays basque </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c353a5bc94c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73149b5f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/maisons-reinventent-gout-pays-basque/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/maisons-reinventent-gout-pays-basque/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/maisons-reinventent-gout-pays-basque/\" target=\"\" data-v-08de3870=\"\">4 maisons qui réinventent le goût du Pays basque </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "403c85bb128a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-17f6609f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 44,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/itineraire/pays-basque-en-van-entre-amis",
      "finalUrl": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Road trip en van entre amis au Pays basque",
      "elapsedMs": 12415,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1499,
          "failed": 40,
          "cantTell": 5,
          "inapplicable": 43
        },
        "failedRules": [
          "heading-order",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".mb-4",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1a2c8846c86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cf7d6615"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0092ddb2d3b6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-1 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-restaurer/restaurants/bayonne-52/taloka-7171.html\" target=\"_blank\" rel=\"noopener noreferrer\">Taloka</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f801a8dbd2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75f11dff"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-1 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.sebastienzozaya.fr/%2523/\" target=\"_blank\" rel=\"noopener noreferrer\">bar à charcuterie de Sébastien Zozaya</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c178f5b95509",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90399715"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-1 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://www.labastideclairence.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Bastide-Clairence</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98fd45bc7f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3fb6b127"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-1 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://www.aireparkreservation.com/aires-camping-cars/nouvelle-aquitaine/pyrenees-atlantique/anglet-les-corsaires\" target=\"_blank\" rel=\"noopener noreferrer\">des Corsaires</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb22bca52028",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-78502d8d"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-1 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://generationvoyage.fr/spot-van-biarritz/%2523plage-de-la-barre-prs-danglet\" target=\"_blank\" rel=\"noopener noreferrer\">la Barre d’Anglet</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1534bbefeb6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c7da7e43"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-4 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://biarritzparadisesurfschool.com/\" target=\"_blank\" rel=\"noopener noreferrer\">cours de surf</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-4 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7defb18aecc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6eda5c65"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"labelloteka.com/\"]",
            "html": "<a href=\"https://labelloteka.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la Belloteka</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-4 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "065a32aff912",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af01e513"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-4 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/espelette/\" target=\"_blank\" rel=\"noopener noreferrer\">Espelette</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-4 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "caada5064f3d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4af2b863"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"commune-souraide.fr/\"]",
            "html": "<a href=\"https://commune-souraide.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Souraïde</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-4 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cab6a2498a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-84f2aa25"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-4 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://camperstop.com/fr/component/campersites/?view=campersite&amp;id=3089\" target=\"_blank\" rel=\"noopener noreferrer\">dormir</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-4 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11f9ac02f1d4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-57aaabfe"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"www.bidarttourisme.com\"]",
            "html": "<a href=\"https://www.bidarttourisme.com\" target=\"_blank\" rel=\"noopener noreferrer\">Bidart</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78348ef305d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b4efb6bc"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-6 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.bidarttourisme.com/ce-que-lon-vous-promet/des-rendez-vous-toute-lannee/les-marches/\" target=\"_blank\" rel=\"noopener noreferrer\">marché traditionnel</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7abc678e5b06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4c46b0f0"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"guethary.fr/\"]",
            "html": "<a href=\"https://www.guethary.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Guéthary</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f03ccb452de8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b2fa78"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-6 > p > a[href$=\"fr/\"][rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://heteroclito.fr/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Hétéroclito</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9eeb33f986a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-feee2015"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-6 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/sare/\" target=\"_blank\" rel=\"noopener noreferrer\">Sare</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "894004ba8dc2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a6e0f81"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-6 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(6)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-loger/camping/camping-car/sare-78/aire-de-camping-cars-de-sare-3610.html\" target=\"_blank\" rel=\"noopener noreferrer\">camping-car de Sare</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-6 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44411812bebd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b9361eb7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-9 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.en-pays-basque.fr/visite/montagne-de-la-rhune/\" target=\"_blank\" rel=\"noopener noreferrer\">la Rhune</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-9 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ebd86bc9ef5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ef2f44b7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"fr/\"][rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.rhune.com/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">petit train de la Rhune</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-9 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "537835c1a49e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4a0894ef"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"ainhoa.fr/\"]",
            "html": "<a href=\"https://www.ainhoa.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Ainhoa</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-9 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91db2bc7169",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8092ac"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-9 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://www.la-cidrerie-luzienne-saint-jean-de-luz.com/\" target=\"_blank\" rel=\"noopener noreferrer\">cidrerie Lucienne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-9 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e46c44e107cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1c46c6"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-9 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-loger/camping/camping-car/saint-jean-de-luz-75/bord-de-mer-6763.html\" target=\"_blank\" rel=\"noopener noreferrer\">aire naturelle de Saint-Jean-De-Luz</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-9 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef3b71054cf0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5e30d635"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-11 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Saint-Jean-de-Luz</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00f050399007",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-010810ae"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-11 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/tourisme/office-de-tourisme/\" target=\"_blank\" rel=\"noopener noreferrer\">Saint-Jean-pied-de-port</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "798ec83d30e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07e875b3"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"cafettipia.com/\"]",
            "html": "<a href=\"https://cafettipia.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Ttipia</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2826eef1829c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d34915f0"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-11 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(4)",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/destination-saint-jean-de-luz/ciboure/\" target=\"_blank\" rel=\"noopener noreferrer\">Ciboure</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "812974841e4c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bef52fe2"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-11 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.restaurant-ekaitza.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Ekaitza</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b57c1857c46",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58cda37f"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-11 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(6)",
            "html": "<a href=\"https://park4night.com/fr/place/141813\" target=\"_blank\" rel=\"noopener noreferrer\">camping-car de Ciboure</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-11 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9574087177a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dc825afc"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"vallee-aldudes.com/\"]",
            "html": "<a href=\"https://vallee-aldudes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la vallée des Aldudes</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "864c1098abb9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8299b070"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-14 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.fromagerie-urepel.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la fromagerie artisanale d’Urepel</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35b786c6582c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e7e3e367"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-14 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://www.pierreoteiza.com/actualites/porc-basque-kintoa\" target=\"_blank\" rel=\"noopener noreferrer\">L’AOP kintao pour le porc basque</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ce4f999720",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-91ef401e"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"truitedebanka.com/\"]",
            "html": "<a href=\"https://www.truitedebanka.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la truite  de banka</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffbb107c5bd9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3e1559"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-14 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "html": "<a href=\"https://www.visorando.com/randonnee-aldudes.html\" target=\"_blank\" rel=\"noopener noreferrer\">sélection de randonnées</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a66ace109ad7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cd5a07cc"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#undefined-14 > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(6)",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/visite/fort-de-socoa/\" target=\"_blank\" rel=\"noopener noreferrer\">son fort</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cd9078f4c2f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1f165120"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"chez-pantxua.fr/\"]",
            "html": "<a href=\"https://chez-pantxua.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Chez Pantxua</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27111ddb1774",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-96065355"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"larrouleta.com/\"]",
            "html": "<a href=\"https://www.larrouleta.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Camping Larrouletta à Urrugne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-14 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e06e49ba9b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-858c074a"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(1)",
            "html": "<a href=\"https://www.ecoledesurf-hendaye.com/\" target=\"_blank\" rel=\"noopener noreferrer\">session de surf</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-17 > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6cc8b42bbcc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fe75b55f"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(2)",
            "html": "<a href=\"https://www.apostrophe-hendaye.com/\" target=\"_blank\" rel=\"noopener noreferrer\">APOSTrophe</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-17 > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4a1a674e8fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b08b2175"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(2) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(3)",
            "html": "<a href=\"https://park4night.com/fr/place/125962\" target=\"_blank\" rel=\"noopener noreferrer\">Hendaye</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-17 > p:nth-child(2)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "affa0f250d17",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-17cf0a5d"
          }
        ],
        "outcomeCount": 1587,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 40
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 22,
          "failed": 70,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/td-has-header",
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Hugo_GARCIA_d642fbd48c.jpg\" srcset=\"https://asset-prod.france.fr/Hugo_GARCIA_d642fbd48c.jpg 2365w, https://asset-prod.france....",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c400bb9c6f84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "adaptable/td-has-header",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "selector": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "html": "<td class=\"\">Head northeast on Rue Amédée Dufourg</td>",
            "impact": "serious",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86fcdb4e7f03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e190ae7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-1 > p > a:nth-of-type(1)",
            "selector": "#undefined-1 > p > a:nth-of-type(1)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-restaurer/restaurants/bayonne-52/taloka-7171.html\" target=\"_blank\" rel=\"noopener noreferrer\">Taloka</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f595ad834d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cfcc737f"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.sebastienzozaya.fr/%2523/\"]",
            "selector": "p > a[href=\"https://www.sebastienzozaya.fr/%2523/\"]",
            "html": "<a href=\"https://www.sebastienzozaya.fr/%2523/\" target=\"_blank\" rel=\"noopener noreferrer\">bar à charcuterie de Sébastien Zozaya</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df4d1699bf7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9de526ac"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.labastideclairence.com/\"]",
            "selector": "p > a[href=\"https://www.labastideclairence.com/\"]",
            "html": "<a href=\"https://www.labastideclairence.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Bastide-Clairence</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97de6167e695",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de5fdf5a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-1 > p > a:nth-of-type(4)",
            "selector": "#undefined-1 > p > a:nth-of-type(4)",
            "html": "<a href=\"https://www.aireparkreservation.com/aires-camping-cars/nouvelle-aquitaine/pyrenees-atlantique/anglet-les-corsaires\" target=\"_blank\" rel=\"noopener noreferrer\">des Corsaires</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e18d7204621f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-42d4b9f9"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://generationvoyage.fr/spot-van-biarritz/%2523plage-de-la-barre-prs-danglet\"]",
            "selector": "p > a[href=\"https://generationvoyage.fr/spot-van-biarritz/%2523plage-de-la-barre-prs-danglet\"]",
            "html": "<a href=\"https://generationvoyage.fr/spot-van-biarritz/%2523plage-de-la-barre-prs-danglet\" target=\"_blank\" rel=\"noopener noreferrer\">la Barre d’Anglet</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d25ae4a62a42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e86b1290"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://biarritzparadisesurfschool.com/\"]",
            "selector": "p > a[href=\"https://biarritzparadisesurfschool.com/\"]",
            "html": "<a href=\"https://biarritzparadisesurfschool.com/\" target=\"_blank\" rel=\"noopener noreferrer\">cours de surf</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78e71847a943",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-875d6f60"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://labelloteka.com/\"]",
            "selector": "p > a[href=\"https://labelloteka.com/\"]",
            "html": "<a href=\"https://labelloteka.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la Belloteka</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0e1b0a631d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-aeae7daa"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/espelette/\"]",
            "selector": "p > a[href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/espelette/\"]",
            "html": "<a href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/espelette/\" target=\"_blank\" rel=\"noopener noreferrer\">Espelette</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47356a5e06c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e48398ff"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://commune-souraide.fr/\"]",
            "selector": "p > a[href=\"https://commune-souraide.fr/\"]",
            "html": "<a href=\"https://commune-souraide.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Souraïde</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c749a7c1ff53",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-856ee418"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://camperstop.com/fr/component/campersites/?view=campersite&id=3089\"]",
            "selector": "p > a[href=\"https://camperstop.com/fr/component/campersites/?view=campersite&id=3089\"]",
            "html": "<a href=\"https://camperstop.com/fr/component/campersites/?view=campersite&amp;id=3089\" target=\"_blank\" rel=\"noopener noreferrer\">dormir</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8a5df01a2a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0495ac99"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.bidarttourisme.com\"]",
            "selector": "p > a[href=\"https://www.bidarttourisme.com\"]",
            "html": "<a href=\"https://www.bidarttourisme.com\" target=\"_blank\" rel=\"noopener noreferrer\">Bidart</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98bdb14bbebc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cd32cfb7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.bidarttourisme.com/ce-que-lon-vous-promet/des-rendez-vous-toute-lannee/les-marches/\"]",
            "selector": "p > a[href=\"https://www.bidarttourisme.com/ce-que-lon-vous-promet/des-rendez-vous-toute-lannee/les-marches/\"]",
            "html": "<a href=\"https://www.bidarttourisme.com/ce-que-lon-vous-promet/des-rendez-vous-toute-lannee/les-marches/\" target=\"_blank\" rel=\"noopener noreferrer\">marché traditionnel</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2b9d0967d1a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-72cc2a3c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.guethary.fr/\"]",
            "selector": "p > a[href=\"https://www.guethary.fr/\"]",
            "html": "<a href=\"https://www.guethary.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Guéthary</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d4defabeefc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f41e72c7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://heteroclito.fr/fr/\"]",
            "selector": "p > a[href=\"https://heteroclito.fr/fr/\"]",
            "html": "<a href=\"https://heteroclito.fr/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Hétéroclito</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13adbcef3192",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ef596309"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/sare/\"]",
            "selector": "p > a[href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/sare/\"]",
            "html": "<a href=\"https://www.en-pays-basque.fr/territoires-et-destinations/vallee-de-la-nivelle/sare/\" target=\"_blank\" rel=\"noopener noreferrer\">Sare</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3957a4ce7b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09b001b3"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-6 > p > a:nth-of-type(6)",
            "selector": "#undefined-6 > p > a:nth-of-type(6)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-loger/camping/camping-car/sare-78/aire-de-camping-cars-de-sare-3610.html\" target=\"_blank\" rel=\"noopener noreferrer\">camping-car de Sare</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "379c599dbd06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7b1c06b9"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.en-pays-basque.fr/visite/montagne-de-la-rhune/\"]",
            "selector": "p > a[href=\"https://www.en-pays-basque.fr/visite/montagne-de-la-rhune/\"]",
            "html": "<a href=\"https://www.en-pays-basque.fr/visite/montagne-de-la-rhune/\" target=\"_blank\" rel=\"noopener noreferrer\">la Rhune</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d4256f6fc6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6288cbb"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.rhune.com/fr/\"]",
            "selector": "p > a[href=\"https://www.rhune.com/fr/\"]",
            "html": "<a href=\"https://www.rhune.com/fr/\" target=\"_blank\" rel=\"noopener noreferrer\">petit train de la Rhune</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94ad37a08636",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5fc35262"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.ainhoa.fr/\"]",
            "selector": "p > a[href=\"https://www.ainhoa.fr/\"]",
            "html": "<a href=\"https://www.ainhoa.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Ainhoa</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fec032acb124",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8288d057"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.la-cidrerie-luzienne-saint-jean-de-luz.com/\"]",
            "selector": "p > a[href=\"https://www.la-cidrerie-luzienne-saint-jean-de-luz.com/\"]",
            "html": "<a href=\"https://www.la-cidrerie-luzienne-saint-jean-de-luz.com/\" target=\"_blank\" rel=\"noopener noreferrer\">cidrerie Lucienne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a92ca8635c7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4fe67ab"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "#undefined-9 > p > a:nth-of-type(5)",
            "selector": "#undefined-9 > p > a:nth-of-type(5)",
            "html": "<a href=\"https://www.guide-du-paysbasque.com/fr/tourisme/se-loger/camping/camping-car/saint-jean-de-luz-75/bord-de-mer-6763.html\" target=\"_blank\" rel=\"noopener noreferrer\">aire naturelle de Saint-Jean...",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71dce1c9d4c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4a6263cf"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.saint-jean-de-luz.com/\"]",
            "selector": "p > a[href=\"https://www.saint-jean-de-luz.com/\"]",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Saint-Jean-de-Luz</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06fa32682f01",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-564741d6"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.st-jean-pied-de-port.fr/tourisme/office-de-tourisme/\"]",
            "selector": "p > a[href=\"https://www.st-jean-pied-de-port.fr/tourisme/office-de-tourisme/\"]",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/tourisme/office-de-tourisme/\" target=\"_blank\" rel=\"noopener noreferrer\">Saint-Jean-pied-de-port</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ec3bd1dfac3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bc87a107"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://cafettipia.com/\"]",
            "selector": "p > a[href=\"https://cafettipia.com/\"]",
            "html": "<a href=\"https://cafettipia.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Ttipia</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "897eeb271f00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7b15caf5"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.saint-jean-de-luz.com/destination-saint-jean-de-luz/ciboure/\"]",
            "selector": "p > a[href=\"https://www.saint-jean-de-luz.com/destination-saint-jean-de-luz/ciboure/\"]",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/destination-saint-jean-de-luz/ciboure/\" target=\"_blank\" rel=\"noopener noreferrer\">Ciboure</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0dd851ab9e08",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fafe5b08"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.restaurant-ekaitza.fr/\"]",
            "selector": "p > a[href=\"https://www.restaurant-ekaitza.fr/\"]",
            "html": "<a href=\"https://www.restaurant-ekaitza.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Ekaitza</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13bb36ea99d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ab3d074e"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://park4night.com/fr/place/141813\"]",
            "selector": "p > a[href=\"https://park4night.com/fr/place/141813\"]",
            "html": "<a href=\"https://park4night.com/fr/place/141813\" target=\"_blank\" rel=\"noopener noreferrer\">camping-car de Ciboure</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0e831195758",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cae714be"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://vallee-aldudes.com/\"]",
            "selector": "p > a[href=\"https://vallee-aldudes.com/\"]",
            "html": "<a href=\"https://vallee-aldudes.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la vallée des Aldudes</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdf5d56eb84c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8bdb518c"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.fromagerie-urepel.com/\"]",
            "selector": "p > a[href=\"https://www.fromagerie-urepel.com/\"]",
            "html": "<a href=\"https://www.fromagerie-urepel.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la fromagerie artisanale d’Urepel</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ef9bb8e4ecc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3bcb9695"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.pierreoteiza.com/actualites/porc-basque-kintoa\"]",
            "selector": "p > a[href=\"https://www.pierreoteiza.com/actualites/porc-basque-kintoa\"]",
            "html": "<a href=\"https://www.pierreoteiza.com/actualites/porc-basque-kintoa\" target=\"_blank\" rel=\"noopener noreferrer\">L’AOP kintao pour le porc basque</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a506180fdc61",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-69917f3a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.truitedebanka.com/\"]",
            "selector": "p > a[href=\"https://www.truitedebanka.com/\"]",
            "html": "<a href=\"https://www.truitedebanka.com/\" target=\"_blank\" rel=\"noopener noreferrer\">la truite  de banka</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33ae0f7bb0f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b65976e9"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.visorando.com/randonnee-aldudes.html\"]",
            "selector": "p > a[href=\"https://www.visorando.com/randonnee-aldudes.html\"]",
            "html": "<a href=\"https://www.visorando.com/randonnee-aldudes.html\" target=\"_blank\" rel=\"noopener noreferrer\">sélection de randonnées</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8f8986be4f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4166d2ae"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.saint-jean-de-luz.com/visite/fort-de-socoa/\"]",
            "selector": "p > a[href=\"https://www.saint-jean-de-luz.com/visite/fort-de-socoa/\"]",
            "html": "<a href=\"https://www.saint-jean-de-luz.com/visite/fort-de-socoa/\" target=\"_blank\" rel=\"noopener noreferrer\">son fort</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cfe0c1149457",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b6196833"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://chez-pantxua.fr/\"]",
            "selector": "p > a[href=\"https://chez-pantxua.fr/\"]",
            "html": "<a href=\"https://chez-pantxua.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Chez Pantxua</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1583e1c6d4b9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3606d244"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://www.larrouleta.com/\"]",
            "selector": "p > a[href=\"https://www.larrouleta.com/\"]",
            "html": "<a href=\"https://www.larrouleta.com/\" target=\"_blank\" rel=\"noopener noreferrer\">Camping Larrouletta à Urrugne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d45620d56b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7882dac"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.ecoledesurf-hendaye.com/\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.ecoledesurf-hendaye.com/\"]",
            "html": "<a href=\"https://www.ecoledesurf-hendaye.com/\" target=\"_blank\" rel=\"noopener noreferrer\">session de surf</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf52a05d5edc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-153926dc"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.apostrophe-hendaye.com/\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.apostrophe-hendaye.com/\"]",
            "html": "<a href=\"https://www.apostrophe-hendaye.com/\" target=\"_blank\" rel=\"noopener noreferrer\">APOSTrophe</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27b5c137da4b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6bd7b84b"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://park4night.com/fr/place/125962\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://park4night.com/fr/place/125962\"]",
            "html": "<a href=\"https://park4night.com/fr/place/125962\" target=\"_blank\" rel=\"noopener noreferrer\">Hendaye</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "566fcb2d0873",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-64b4a9b4"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#jour-1-bayonne-bastide-clairence-anglet-60-km-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#jour-1-bayonne-bastide-clairence-anglet-60-km-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-1-bayonne-bastide-clairence-anglet-60-km-1\" aria-current=\"false\">Jour 1 : Bayonne / Bastide-Clairence / Anglet (6...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b311e5988a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0d4ff56a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#jour-2-biarritz-espelette-souraide-50-km-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#jour-2-biarritz-espelette-souraide-50-km-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-2-biarritz-espelette-souraide-50-km-2\" aria-current=\"false\">Jour 2 : Biarritz / Espelette / Souraïde (50 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a786594895b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-abc8c7a3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#jour-3-bidart-guethary-sare-28-km-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#jour-3-bidart-guethary-sare-28-km-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-3-bidart-guethary-sare-28-km-3\" aria-current=\"false\">Jour 3 : Bidart / Guéthary / Sare (28 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11541f117597",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-701ef2eb"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#jour-4-la-rhune-ainhoa-environ-40-km-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#jour-4-la-rhune-ainhoa-environ-40-km-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-4-la-rhune-ainhoa-environ-40-km-4\" aria-current=\"false\">Jour 4 : La Rhune / Ainhoa (environ 40 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6966b691c65",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b2536c9c"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#jour-5-saint-jean-de-luz-saint-jean-pied-de-port-ciboure-environ-120-kilometres-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#jour-5-saint-jean-de-luz-saint-jean-pied-de-port-ciboure-environ-120-kilometres-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-5-saint-jean-de-luz-saint-jean-pied-de-port-ciboure-environ-120-kilometres-5\" aria-current=\"false\">Jour 5 : Saint...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b21d956a4d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0f4b709d"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(6) > a[href=\"#jour-6-les-aldudes-140-km-6\"]",
            "selector": "li:nth-of-type(6) > a[href=\"#jour-6-les-aldudes-140-km-6\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-6-les-aldudes-140-km-6\" aria-current=\"false\">Jour 6 : Les Aldudes (140 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1d413e3108e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9d61867"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(7) > a[href=\"#jour-7-socoa-hendaye-15-km-7\"]",
            "selector": "li:nth-of-type(7) > a[href=\"#jour-7-socoa-hendaye-15-km-7\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#jour-7-socoa-hendaye-15-km-7\" aria-current=\"false\">Jour 7 : Socoa / Hendaye (15 km)</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2f7223d6de5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-763628f5"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Par Hugo Garcia</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5545034f6c51",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b95e5669e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d111b75a316",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f64a873f03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e6c996454d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95a065a6c898",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "faceecf05355",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82e5995c2aa3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1de70cad5379",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e734a0d7fae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a12d9734828",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fae4f403287",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d11cbbc701c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3683491ec29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b73a218370d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b1561bb3809",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4b8c48dcf8a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "aside > article > div > div",
            "selector": "aside > article > div > div",
            "html": "<div data-v-aa0444f3=\"\" data-v-03e0c27b=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div class=\"leaflet...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f07a0109af5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f82871d7"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "article > h3",
            "selector": "article > h3",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a514c5be23a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81d61a7a"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f07aa71878b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17a11affcdea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-foret-iraty/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-foret-iraty/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/pays-basque-foret-iraty/\" target=\"\" data-v-08de3870=\"\">5 façons de percer les mystères de la forêt d’Iraty au Pays basque </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9515c68ddd5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73149b5f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-villages-caractere/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/pays-basque-villages-caractere/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/pays-basque-villages-caractere/\" target=\"\" data-v-08de3870=\"\">Au Pays basque, des villages de caractère</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6ad5a9ee933",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48b3a90"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 70,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire",
      "finalUrl": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "5 uscite culturali da non perdere nel Pays de la Loire - Explore France",
      "elapsedMs": 15038,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1113,
          "failed": 7,
          "cantTell": 61,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1-labbazia-reale-di-fontevraud-1\" aria-current=\"false\">1/ L'abbazia Reale di Fontevraud</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70c0f16649dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2-les-machines-de-lile-nantes-2\" aria-current=\"false\">2/ Les Machines de L’Ile, Nantes</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(2) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d30613eec9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f57d468d"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#3-il-puy-du-fou-vendee-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-il-puy-du-fou-vendee-3\" aria-current=\"false\">3/ Il Puy du Fou, Vendée</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#3-il-puy-du-fou-vendee-3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b5f47e8e41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-877277b7"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href=\"#4-angers-capitale-danjou-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#4-angers-capitale-danjou-4\" aria-current=\"false\">4/ Angers, capitale d'Anjou</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href=\"#4-angers-capitale-danjou-4\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda36387dd84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e230d43"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-la-cite-plantagenet-au-mans-5\" aria-current=\"false\">5/ La Cité Plantagenêt au Mans</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(5) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93823876f107",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74adbd9a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per Redazione   Explore France</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "528e7c1261b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7e302d3f58f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1225,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 7
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 65,
          "failed": 27,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e1e589c826c9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#1-labbazia-reale-di-fontevraud-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#1-labbazia-reale-di-fontevraud-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1-labbazia-reale-di-fontevraud-1\" aria-current=\"false\">1/ L'abbazia Reale di Fontevraud</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68d02d54d704",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d681e20a"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#2-les-machines-de-lile-nantes-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#2-les-machines-de-lile-nantes-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2-les-machines-de-lile-nantes-2\" aria-current=\"false\">2/ Les Machines de L’Ile, Nantes</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2153df235629",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c3d7b85b"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#3-il-puy-du-fou-vendee-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#3-il-puy-du-fou-vendee-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-il-puy-du-fou-vendee-3\" aria-current=\"false\">3/ Il Puy du Fou, Vendée</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6566babfd1ef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efc4ac93"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#4-angers-capitale-danjou-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#4-angers-capitale-danjou-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#4-angers-capitale-danjou-4\" aria-current=\"false\">4/ Angers, capitale d'Anjou</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecfdaf40e6cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e24ec4ab"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(5) > a[href=\"#5-la-cite-plantagenet-au-mans-5\"]",
            "selector": "li:nth-of-type(5) > a[href=\"#5-la-cite-plantagenet-au-mans-5\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5-la-cite-plantagenet-au-mans-5\" aria-current=\"false\">5/ La Cité Plantagenêt au Mans</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca5eec647b28",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-13d45d07"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per Redazione   Explore France</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51cf79798b3b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaa8f1e73512",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f62f84b5a9d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1110e97e1efd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8adf48c33dac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf21ddca73fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "494c1412a100",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e54ca3eb1e03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a52821ecd1c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9e3ad05f103",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c734f41dc3d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dae9eabd7828",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5cc307a342f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e34eb14409f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c578f93c25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55b6c9a0d8a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb9108bd83f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f805bc80b3db",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "893f09db0a54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/nei-castelli-della-loira-0/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/nei-castelli-della-loira-0/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/nei-castelli-della-loira-0/\" target=\"\" data-v-08de3870=\"\">I Castelli della Loira</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3cff0cd7324",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12b217ca"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/tours/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/tours/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/tours/\" target=\"\" data-v-08de3870=\"\">Tours, città d'arte e storia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd6c89c9213b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d78b8626"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 27,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/articolo/pays-oc-i-vigneti",
      "finalUrl": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Pays d&#x27;Oc: i vigneti - Explore France",
      "elapsedMs": 14100,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 983,
          "failed": 4,
          "cantTell": 54,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "heading-order",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__link",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-buone-ragioni-per-venire-1\" aria-current=\"false\">3 Buone ragioni per venire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__link"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ceac3cb4c7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7a8e928c"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per France.fr   </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a60b7aecf9cb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": "#undefined-0 > h3",
            "html": "<h3>La vigna è onnipresente in Occitania, dove rappresenta un terzo delle superfici coltivate. Dal Rodano ai Pirenei, il vitigno del Pays d’Oc è cresciuto con l’obiettivo di un’alleanza perfetta tra i vitigni e il territorio.</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f68afdb2c7ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-910b31c5"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5029efdace7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1085,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 68,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16295dfacdac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li > a[href=\"#3-buone-ragioni-per-venire-1\"]",
            "selector": "li > a[href=\"#3-buone-ragioni-per-venire-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3-buone-ragioni-per-venire-1\" aria-current=\"false\">3 Buone ragioni per venire</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba3590ceba24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-878af4d2"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per France.fr   </p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a50d1b697941",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20571bcfd0cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "769b5a9e1bc3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "820e40b22a6b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "142e7e27cb07",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ec1800d89f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c5acad564e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e88ba626646f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ee9a13c2d2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f704746b4e22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04905ab64815",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf2b91d36f08",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d8789d3f12e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c33cb3d40f16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8cf59fb2b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a0bcff417af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7672bf4ba0e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "#undefined-0 > h3",
            "selector": "#undefined-0 > h3",
            "html": "<h3>La vigna è onnipresente in Occitania, dove rappresenta un terzo delle superfici coltivate. Dal Rodano ai Pirenei, il vitigno del Pays d’Oc è cresciuto con l’obiettivo di un’alleanza perfetta tra i...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7739b7053bf0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-35d8f858"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46439d9743f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5253ea03e53c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/la-strada-dei-vini-di-bordeaux-e-bergerac/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/la-strada-dei-vini-di-bordeaux-e-bergerac/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/la-strada-dei-vini-di-bordeaux-e-bergerac/\" target=\"\" data-v-08de3870=\"\">La strada dei vini di Bordeaux, Bergerac e Armagnac</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3aecc8ad0b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ee522b9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/aude-paese-cataro-viaggio-nel-tempo-e-nel-gusto/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/aude-paese-cataro-viaggio-nel-tempo-e-nel-gusto/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/aude-paese-cataro-viaggio-nel-tempo-e-nel-gusto/\" target=\"\" data-v-08de3870=\"\">Aude, Paese Cataro - Un viaggio nel tempo e nel gusto</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f681e07f13c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e002dc3b"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc",
      "finalUrl": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Sui passi di Molière a Pézenas nel Pays d&#x27;Oc - Explore France",
      "elapsedMs": 14312,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 946,
          "failed": 4,
          "cantTell": 53,
          "inapplicable": 45
        },
        "failedRules": [
          "color-contrast",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-pezenas-citta-darte-e-storia-cara-a-moliere-nel-cuore-del-pays-doc-gustate-il-famoso-petit-pate-accompagnato-dai-migliori-rose-della-regione-1\" aria-current=\"false\">",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a985cea999a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#per-saperne-di-piu-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#per-saperne-di-piu-2\" aria-current=\"false\">Per saperne di più</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#per-saperne-di-piu-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3afd19a7ff01",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-381271ba"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per France.fr   </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba80bdfc03e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fc7157408dad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ],
        "outcomeCount": 1048,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 4
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 68,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "distinguishable/color-contrast",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4544d3f51d16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "nav[aria-label=\"sommario\"] > ul > li:nth-of-type(1) > a",
            "selector": "nav[aria-label=\"sommario\"] > ul > li:nth-of-type(1) > a",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-pezenas-citta-darte-e-storia-cara-a-moliere-nel-cuore-del-pays-doc-gustate-il-famoso-petit-pate-accompagnato-dai-mig...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a924e57cada2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-16cdbe09"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#per-saperne-di-piu-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#per-saperne-di-piu-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#per-saperne-di-piu-2\" aria-current=\"false\">Per saperne di più</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece6458a0a22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-229db365"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Per France.fr   </p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "097ac1ca7c55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1faf542213db",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb297a62cc75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88262399a7ad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59e903a37336",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6c9e1322a96",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7973c81caa99",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da927824d6ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37a7ff5a1553",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d288f2a2417",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61cc1b29fc5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71661ab34d39",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37bd1c88b12a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "710d6c6fbcdf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba1f5f9ae1ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a732e9ab0f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d977c960832a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2695ea26802",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bace85dee31",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/nei-castelli-della-loira-0/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/nei-castelli-della-loira-0/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/nei-castelli-della-loira-0/\" target=\"\" data-v-08de3870=\"\">I Castelli della Loira</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "748970b689d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12b217ca"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/i-vigneti-della-savoia/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/i-vigneti-della-savoia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/i-vigneti-della-savoia/\" target=\"\" data-v-08de3870=\"\">I vigneti della Savoia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0086bbec633",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ec483335"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ja/destination/biarritz-pays-basque",
      "finalUrl": "https://www.france.fr/ja/destination/biarritz-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "ビアリッツ - バスク地方 - Explore France",
      "elapsedMs": 11994,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1070,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1118,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 90,
          "failed": 2,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52d807e16051",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">言語を選択してください <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6632db9b9905",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 2,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ja/destination/pays-de-la-loire",
      "finalUrl": "https://www.france.fr/ja/destination/pays-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "ペイ・ド・ラ・ロワール - Explore France",
      "elapsedMs": 20389,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1035,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1083,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d1af28ea115",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dec463fcc81a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf08ba9fb01d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e3e1a750a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64a801997a8b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f29dd93eb56d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d416da72d4a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8b6a207444",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b95e9d4cbdd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b5eccd721cf6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d9c7c1fb843",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e419545ec78e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19ebc859ee19",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eac266079b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48db08d23090",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2be6030d7e57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0278338d543b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">言語を選択してください <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba70648e2809",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ko/destination/pay-de-la-loire",
      "finalUrl": "https://www.france.fr/ko/destination/pay-de-la-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "페이 드 라 루아르 - Explore France",
      "elapsedMs": 21458,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1080,
          "failed": 0,
          "cantTell": 10,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1132,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ec98894ae07",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3b138f576f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c19d4d337c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b623c19c1f21",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06276bbd2bf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7a0d13527bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90e1134d4005",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "682f6f26aa69",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8afcdff04932",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ff46e682ce5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a85c8e956ea2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4046c1152a2b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dba4f04029d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d158fbb23928",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1cf1ab938d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f7c2b8719dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a4e8a203f23",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">언어를 선택하세요 <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "987e370e5f51",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/nb/artikkel/biarritz-pays-basque-hva-du-kan-se-gjore",
      "finalUrl": "https://www.france.fr/nb/artikkel/biarritz-pays-basque-hva-du-kan-se-gjore/",
      "redirected": true,
      "statusCode": 500,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1977,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique",
      "finalUrl": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Dois repórteres brasileiros farão a cobertura dos Gay Games em Paris, fique ligado! - Explore France",
      "elapsedMs": 15768,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 914,
          "failed": 5,
          "cantTell": 55,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "empty-heading",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".color-gold",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Por France.fr </p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bebd5d5228c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-62da7df5"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".heading-3[data-v-5c8e2e39=\"\"]",
            "html": "<h2 class=\"heading-3\" data-v-5c8e2e39=\"\"> </h2>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae1ad6cc18a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59954561"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[alt=\" \"]",
            "html": "<img class=\"AfImage__img\" alt=\" \" loading=\"eager\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"(max-width: 640px) 8...\" fetchpriority=\"high\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix all of the following:\n  Element has an alt attribute containing only a space character, which is not ignored by all screen readers",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dffd6571ed0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73377d62"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b3ed08f7bdb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a[href$=\"presse@paris2018.com\"]",
            "html": "<a href=\"https://presse@paris2018.com\" target=\"_blank\" rel=\"noopener noreferrer\">presse@paris2018.com</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#undefined-1 > p"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "85fe8aa413f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90ff9dd9"
          }
        ],
        "outcomeCount": 1018,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 5
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 67,
          "failed": 25,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "figure[aria-label=\"©  \"] > img",
            "selector": "figure[aria-label=\"©  \"] > img",
            "html": "<img class=\"AfImage__img\" alt=\" \" loading=\"eager\" src=\"https://asset-prod.france.fr/Gay_Games_1_ed8882c08d.jpg\" srcset=\"https://asset-prod.france.fr/Gay_Games_1_ed8882c08d.jpg 630w, https://asset-prod...",
            "impact": "critical",
            "message": "Image has whitespace-only alt text. Use alt=\"\" for decorative images or provide descriptive text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a23b523935",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0bb7adfa"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "selector": "div:nth-of-type(3) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71f69a856ce0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p > a[href=\"https://presse@paris2018.com\"]",
            "selector": "p > a[href=\"https://presse@paris2018.com\"]",
            "html": "<a href=\"https://presse@paris2018.com\" target=\"_blank\" rel=\"noopener noreferrer\">presse@paris2018.com</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bdd2c638f7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df3174ed"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(3) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Por France.fr </p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c40486cb7090",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7ab3559"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "579dfdc1a6c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06e19bd44a0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9abfc5832257",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e34687ea227c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0884cb3732f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "715657a1a30b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28dca4476e5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf69cc50127e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c565c692d609",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea07d7351cd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "230151b09df0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0f3c68580dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aaacfee7a696",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d97f0f83107b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f376b5ccfe71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "120a0e1df3e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "#blocks\\.topito-0 > h2",
            "selector": "#blocks\\.topito-0 > h2",
            "html": "<h2 class=\"heading-3\" data-v-5c8e2e39=\"\"> </h2>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97b0892a4858",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d4a47951"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d7e547b3ab0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escolha um idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1143313fd2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/monte-saint-michel-maravilha-do-ocidente/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/monte-saint-michel-maravilha-do-ocidente/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/monte-saint-michel-maravilha-do-ocidente/\" target=\"\" data-v-08de3870=\"\">Monte Saint-Michel, maravilha do Ocidente</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdf49cd8d3fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2fc69715"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/em-mulhouse/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/em-mulhouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/em-mulhouse/\" target=\"\" data-v-08de3870=\"\">Rendez-vous em Mulhouse</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61d2cac30df9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7332ca7f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/pt/artigo/fazer-ver-pays-loire",
      "finalUrl": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Quais atividades fazer no Pays de la Loire?",
      "elapsedMs": 19132,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1431,
          "failed": 27,
          "cantTell": 54,
          "inapplicable": 44
        },
        "failedRules": [
          "color-contrast",
          "image-alt",
          "link-in-text-block"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-complementary-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#quais-sao-as-atividades-imperdiveis-para-fazer-no-pays-de-la-loire-1\" aria-current=\"false\">Quais são as atividades imperdíveis para fazer no Pays de la Loire?</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(1) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d076dd9de7d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d661358b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#a-beira-do-loire-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-beira-do-loire-2\" aria-current=\"false\">À beira do Loire</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#a-beira-do-loire-2\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f24c180df44",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-881803af"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": "a[href$=\"#na-costa-atlantica-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-costa-atlantica-3\" aria-current=\"false\">Na Costa Atlântica</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#na-costa-atlantica-3\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565ef4440bc7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7a08dc4a"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#entre-bosques-pantanos-e-cidades-medievais-4\" aria-current=\"false\">Entre bosques, pântanos e cidades medievais</a>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfSummary__list-item[data-v-e5ebd53e=\"\"]:nth-child(4) > .AfSummary__link.bg-goldLight[aria-current=\"false\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a0756bfde78",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6278e14b"
          },
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".mb-2",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Por Pascale Filliâtre</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 10.5pt (14px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              ".AfAuthor"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbb7b43ac1a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7181693f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": "img[sizes=\"150px\"]",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/pascale_filliare_8bdb787a92.jpg\" srcset=\"https://asset-prod.france.fr/pascale_filliare_8bdb787a92.jpg 150w, \" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d1c521ca42d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(3) > a",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\">Fontevraud</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c06c7aa97a7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4bfc6952"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(5) > a",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/48-heures-troglodyte-saumur\">« troglos »</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(5)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f6116074111",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e40241a5"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(9) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/le-vignoble-du-val-de-loire/\">Pays de la Loire</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65bb2b75f99d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-aa377080"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(11) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/loire-panoramas/\">royal</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(11)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "852b6971bf4a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9d29ebcd"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(13) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\">René</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(13)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba2d652034c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53a506d8"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(15) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/quand-nantes-fait-tourner-la-tete-aux-enfants\">Machines de l’île</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(15)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3c97cceb576",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-78d33fe4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(15) > a:nth-child(2)",
            "html": "<a href=\"https://www.france.fr/fr/destination/nantes/\">Nantes</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(15)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2941d5da3850",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b23ed92b"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "a:nth-child(3)",
            "html": "<a href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\">percurso lúdico e artístico</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(15)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80829dbba9f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-379b6d41"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(18) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\">balada entre Nantes e Saint-Brévin</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(18)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25ffe1ff87f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-782e28e4"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(18) > a:nth-child(2)",
            "html": "<a href=\"https://www.france.fr/fr/article/la-loire-a-velo-que-voir-que-faire/\">La Loire em bicicleta</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(18)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcdd70e120ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c8842b93"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(3) > a",
            "html": "<a href=\"https://www.france.fr/fr/cote-atlantique/liste/sel-guerande\">flor de sal&nbsp;</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(3)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df83a4f6b7cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bce09917"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(7) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/article/11-escales-sur-la-cote-atlantique-pour-prendre-soin-de-soi/\">pausa bem estar</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0195a2dede44",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4ddaaee0"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(7) > a:nth-child(2)",
            "html": "<a href=\"https://www.france.fr/fr/actualite/liste/plus-belles-baies-france\">belas baias do mundo</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(7)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8fcb9c2f290",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-569f9787"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(11) > a:nth-child(1)",
            "html": "<a href=\"https://www.france.fr/fr/destination/cote-atlantique/\">oceano Atlantico</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(11)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "357592066710",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-315649b7"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(11) > a:nth-child(2)",
            "html": "<a href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\">Pornic</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(11)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8eca6127b063",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-54cccc14"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(17) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\">Yeu</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(17)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16cc05b61159",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-951962d9"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(23) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/balades-insolites-villes-littoral/#les-sables-dolonne-le-vent-du-large-9\">Olonne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(23)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de23d7958a39",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f7288cbf"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(25) > a",
            "html": "<a href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"> Vélodyssée</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(25)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f77433291a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a8f569ad"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(9) > a",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"> Fontevraud</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(9)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1483105fd76d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-996a4f01"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(17) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\">Mayenne</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-3 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p:nth-child(17)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b15208dbc47",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1b2cf330"
          },
          {
            "rule": "link-in-text-block",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag141"
            ],
            "xpath": "p:nth-child(29) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\">Puy du Fou</a>",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "p:nth-child(29)"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ffebbd63fd1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99eac33e"
          }
        ],
        "outcomeCount": 1556,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 45,
          "failed": 47,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "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"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > img",
            "selector": "div:nth-of-type(4) > div > span > img",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/pascale_filliare_8bdb787a92.jpg\" srcset=\"https://asset-prod.france.fr/pascale_filliare_8bdb787a92.jpg 150w, \" sizes=\"150px\" f...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd59b75f3d42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8d4afddd"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"]",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\">Fontevraud</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55cbfda4278c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9ddd1e34"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/48-heures-troglodyte-saumur\"]",
            "selector": "p:nth-of-type(3) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/48-heures-troglodyte-saumur\"]",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/48-heures-troglodyte-saumur\">« troglos »</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2e3b75abb98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4ed47759"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/article/le-vignoble-du-val-de-loire/\"]",
            "selector": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/article/le-vignoble-du-val-de-loire/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/le-vignoble-du-val-de-loire/\">Pays de la Loire</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "651a15964747",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8d912ed0"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/loire-panoramas/\"]",
            "selector": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/loire-panoramas/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/loire-panoramas/\">royal</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89b097ef4cf4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-05afa7be"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(7) > a[href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\"]",
            "selector": "p:nth-of-type(7) > a[href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/angers-chateaux-gastronomie/\">René</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0557ac575a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3355ff27"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/quand-nantes-fait-tourner-la-tete-aux-enfants\"]",
            "selector": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/quand-nantes-fait-tourner-la-tete-aux-enfants\"]",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/quand-nantes-fait-tourner-la-tete-aux-enfants\">Machines de l’île</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ebf2f8a39dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df37bc12"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/destination/nantes/\"]",
            "selector": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/destination/nantes/\"]",
            "html": "<a href=\"https://www.france.fr/fr/destination/nantes/\">Nantes</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e43a44f20f71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dccc230d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\"]",
            "selector": "p:nth-of-type(8) > a[href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/parcours-permanent-voyage-a-nantes/\">percurso lúdico e artístico</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f2c33143832",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73db269d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\"]",
            "selector": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/aventure-famille-loire-velo/\">balada entre Nantes e Saint-Brévin</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09c4795a8b1d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3051db06"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/la-loire-a-velo-que-voir-que-faire/\"]",
            "selector": "p:nth-of-type(10) > a[href=\"https://www.france.fr/fr/article/la-loire-a-velo-que-voir-que-faire/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/la-loire-a-velo-que-voir-que-faire/\">La Loire em bicicleta</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "beabcbf85d65",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7761e08a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/cote-atlantique/liste/sel-guerande\"]",
            "selector": "p:nth-of-type(2) > a[href=\"https://www.france.fr/fr/cote-atlantique/liste/sel-guerande\"]",
            "html": "<a href=\"https://www.france.fr/fr/cote-atlantique/liste/sel-guerande\">flor de sal&nbsp;</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ee455947cd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4cf9d4d"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/11-escales-sur-la-cote-atlantique-pour-prendre-soin-de-soi/\"]",
            "selector": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/article/11-escales-sur-la-cote-atlantique-pour-prendre-soin-de-soi/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/11-escales-sur-la-cote-atlantique-pour-prendre-soin-de-soi/\">pausa bem estar</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6586277f30e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-420775ea"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/actualite/liste/plus-belles-baies-france\"]",
            "selector": "p:nth-of-type(4) > a[href=\"https://www.france.fr/fr/actualite/liste/plus-belles-baies-france\"]",
            "html": "<a href=\"https://www.france.fr/fr/actualite/liste/plus-belles-baies-france\">belas baias do mundo</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22c109a75fb4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9c3b2f81"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/destination/cote-atlantique/\"]",
            "selector": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/destination/cote-atlantique/\"]",
            "html": "<a href=\"https://www.france.fr/fr/destination/cote-atlantique/\">oceano Atlantico</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69a2899f86c1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-61ea861a"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\"]",
            "selector": "p:nth-of-type(6) > a[href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/pornic-station-balneaire-plein-charme/\">Pornic</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed7a923fbad8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c4fe85da"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\"]",
            "selector": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/ile-dyeu-vendee/\">Yeu</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "308388bc5902",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9bf6eb26"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(12) > a",
            "selector": "p:nth-of-type(12) > a",
            "html": "<a href=\"https://www.france.fr/fr/article/balades-insolites-villes-littoral/#les-sables-dolonne-le-vent-du-large-9\">Olonne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36507a897dee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66596102"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(13) > a[href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"]",
            "selector": "p:nth-of-type(13) > a[href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"]",
            "html": "<a href=\"https://www.france.fr/fr/itineraire/velodyssee-pornic-lacanau-en-solo/\"> Vélodyssée</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d62507edf33b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-160a2b73"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"]",
            "selector": "p:nth-of-type(5) > a[href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"]",
            "html": "<a href=\"https://www.france.fr/fr/pays-de-la-loire/liste/visiter-abbaye-royale-de-fontevraud\"> Fontevraud</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd1ea486d838",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7d138d38"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\"]",
            "selector": "p:nth-of-type(9) > a[href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/vallees-mayenne-charme-ses-rivieres/\">Mayenne</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "552ccb292092",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-27f137d7"
          },
          {
            "rule": "distinguishable/link-in-text-block",
            "xpath": "p:nth-of-type(16) > a[href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\"]",
            "selector": "p:nth-of-type(16) > a[href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\"]",
            "html": "<a href=\"https://www.france.fr/fr/article/puy-du-fou-5-experiences-pour-traverser-les-siecles/\">Puy du Fou</a>",
            "impact": "serious",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4184c2f298a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a3fc1f3"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(1) > a[href=\"#quais-sao-as-atividades-imperdiveis-para-fazer-no-pays-de-la-loire-1\"]",
            "selector": "li:nth-of-type(1) > a[href=\"#quais-sao-as-atividades-imperdiveis-para-fazer-no-pays-de-la-loire-1\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#quais-sao-as-atividades-imperdiveis-para-fazer-no-pays-de-la-loire-1\" aria-current=\"false\">Quais são as atividades imp...",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3709580f2c2e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-90f11c54"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(2) > a[href=\"#a-beira-do-loire-2\"]",
            "selector": "li:nth-of-type(2) > a[href=\"#a-beira-do-loire-2\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#a-beira-do-loire-2\" aria-current=\"false\">À beira do Loire</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90d4d6ad9965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-84cdf293"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(3) > a[href=\"#na-costa-atlantica-3\"]",
            "selector": "li:nth-of-type(3) > a[href=\"#na-costa-atlantica-3\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#na-costa-atlantica-3\" aria-current=\"false\">Na Costa Atlântica</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a152d1bc640b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81179c79"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "li:nth-of-type(4) > a[href=\"#entre-bosques-pantanos-e-cidades-medievais-4\"]",
            "selector": "li:nth-of-type(4) > a[href=\"#entre-bosques-pantanos-e-cidades-medievais-4\"]",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#entre-bosques-pantanos-e-cidades-medievais-4\" aria-current=\"false\">Entre bosques, pântanos e cidades medievais</a>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d11f12c0a84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-067a2b74"
          },
          {
            "rule": "distinguishable/color-contrast",
            "xpath": "div:nth-of-type(4) > div > div > p:nth-of-type(1)",
            "selector": "div:nth-of-type(4) > div > div > p:nth-of-type(1)",
            "html": "<p class=\"label-m color-gold mb-2\" data-v-44bc0b70=\"\">Por Pascale Filliâtre</p>",
            "impact": "serious",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "865c36270516",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f41bab06"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b1d54fda1be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ede89495f632",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e054d6dde86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa44da581b13",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e439e7b7ee4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbc267b8606e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1017180ba1d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6107cea2c1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4e270a8fcb6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bdc14e9243c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44f3c0e5257e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e66c9617e72",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7191f6d3ac1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e029283e0a67",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f40f417a858",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "516f23b4157c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "013c956fd3b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escolha um idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04349c1c2014",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/nantes-narrada-por-hugo-marchand-bailarino-da-opera-de-paris/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/nantes-narrada-por-hugo-marchand-bailarino-da-opera-de-paris/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/nantes-narrada-por-hugo-marchand-bailarino-da-opera-de-paris/\" target=\"\" data-v-08de3870=\"\">Nantes narrada por Hugo Marchand, bailarino da Ópera de Paris</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "55c3ae72468d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ec38d1bd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/final-de-semana-nantes/\"]",
            "selector": "#main-content > div:nth-of-type(2) > section > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/final-de-semana-nantes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/final-de-semana-nantes/\" target=\"\" data-v-08de3870=\"\">Sempre há um bom motivo para visitar Nantes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "012cad4257bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-97dd830b"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 47,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/sv/destination/biarritz-pays-basque",
      "finalUrl": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Besök Biarritz och Baskien",
      "elapsedMs": 25841,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1147,
          "failed": 0,
          "cantTell": 5,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1195,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "804f63a5005d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fe58559717a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bf1be172b9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "632e2f3f4be7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f57120ce32f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb9acd04353d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "882f8b4b077c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f78337493445",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffcf3840a421",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d34079dd6827",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8fef55fddb0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49397611da8d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ccc01cd3a3f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3822a2abaa7e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a21653488033",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b90c7505a57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3aacebc22496",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Välj språk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a45ad65dd15e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ar",
      "finalUrl": "https://www.france.fr/ar/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "استلهموا - Explore France",
      "elapsedMs": 12348,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1607,
          "failed": 3,
          "cantTell": 128,
          "inapplicable": 42
        },
        "failedRules": [
          "list",
          "presentation-role-conflict"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b725a0d5e7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".AfCarousel-slide--next[aria-label=\"2 of 3\"][aria-hidden=\"false\"] > .AfCard--medium.AfCard--enlarge-link.AfCard > .AfCard__cover--vertical.AfCard__cover[data-v-08de3870=\"\"] > .AfImage.AfImage--cover[__typename=\"RichImage\"] > img[sizes=\"800px\"][alt=\"\"][loading=\"lazy\"]",
            "html": "<img class=\"AfImage__img\" alt=\"\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"800px\" fetchpriority=\"auto\" data-v-5486172a=\"\" tabindex=\"-1\">",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5e9de9c98b41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c2253897"
          },
          {
            "rule": "presentation-role-conflict",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": ".AfCarousel-slide[aria-label=\"0 of 3\"][aria-hidden=\"false\"] > .AfCard--medium.AfCard--enlarge-link.AfCard > .AfCard__cover--vertical.AfCard__cover[data-v-08de3870=\"\"] > .AfImage.AfImage--cover[__typename=\"RichImage\"] > img[sizes=\"800px\"][alt=\"\"][loading=\"lazy\"]",
            "html": "<img class=\"AfImage__img\" alt=\"\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"800px\" fetchpriority=\"auto\" data-v-5486172a=\"\" tabindex=\"-1\">",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "111176f09aa0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6bda91a8"
          }
        ],
        "outcomeCount": 1780,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 3
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 66,
          "failed": 26,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:31.066237110519573%;bottom:35.755759985229865%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/ar/de...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "099bd7d283fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7840903a44af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af08c11ad07b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cecc83d104b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f58e89b6a17",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3ffc05d7d94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "395417e0f7f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e135a9122ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "757ea93655be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d339b73970d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82ab9730df45",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d32810d970",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b2252bcd488",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d223d89f55df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2677b88b8e58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54dc6e8d9191",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52ed12ad97f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1267ea8d8959",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">إختيار اللغة <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "db8d57674457",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ar/article/disney-adventure-world-artisans-francais%20/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ar/article/disney-adventure-world-artisans-francais%20/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ar/article/disney-adventure-world-artisans-francais%20/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5580681ed4d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8c75f2d3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ar/article/opera-garnier-anecdotes/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ar/article/opera-garnier-anecdotes/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ar/article/opera-garnier-anecdotes/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cla...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d20e601d7a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0b18e6e1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/5-specialites-de-montagne-a-gouter-absolument-dans-les-alpes/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ar/article/5-specialites-de-montagne-a-gouter-absolument-dans-les-alpes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/article/5-specialites-de-montagne-a-gouter-absolument-dans-les-alpes/\" target=\"\" data-v-08de3870=\"\">5 تخصصات جبلية ننصحكم بتذوقها في جبال الألب</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56e03e4b1c0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-10a1e841"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\"]",
            "selector": "h3 > a[href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\" target=\"\" data-v-08de3870=\"\">جبال البيرينيه سيرا على الأقدام: رحلة مع الأصدقاء من قرية إلى أخر...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37d79a329599",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8d7c51c1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\"]",
            "selector": "p > a[href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ar/itinerary/pyrenees-a-pied-itineraire-entre-amis-de-village-en-village/\" data-v-08de3870=\"\" data-v-6458d367=\"\">...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e24a59f3bd7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-704b623f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ar/itinerary/what-to-do-in-paris-with-children/\"]",
            "selector": "h3 > a[href=\"/ar/itinerary/what-to-do-in-paris-with-children/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ar/itinerary/what-to-do-in-paris-with-children/\" target=\"\" data-v-08de3870=\"\">ما الذي يمكنك القيامُ به حولَ باريس مع الأطفال؟</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd5034648a87",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1eaa5b94"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ar/itinerary/what-to-do-in-paris-with-children/\"]",
            "selector": "p > a[href=\"/ar/itinerary/what-to-do-in-paris-with-children/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ar/itinerary/what-to-do-in-paris-with-children/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!--...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04b87da55669",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e7c6eb53"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 26,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs",
      "finalUrl": "https://www.france.fr/cs/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Objevte Francii a její zázraky - Explore France",
      "elapsedMs": 12321,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1477,
          "failed": 1,
          "cantTell": 128,
          "inapplicable": 43
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0d01224002",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1649,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 63,
          "failed": 29,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:87.71229186897067%;bottom:74.54830760082353%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/cs/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2ef15c748e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a15ecc8e538",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "534d24c6e50c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c7f4a0e338a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42eaaca7231c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bee4e794491",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "617fd251318e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa85ecab0e9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072ca6294a2e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "062325911c35",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a17dabcd43c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e0ccc8ffb20",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1966f9c24d83",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8978eaa2c843",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a106e9d243be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6266abc27b2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf7f948018f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/cs/clanek/udrzitelna-turistika-ve-francii/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/cs/clanek/udrzitelna-turistika-ve-francii/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/clanek/udrzitelna-turistika-ve-francii/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><s...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a234bb506e49",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-071cc660"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/cs/clanek/cla-a-viza/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/cs/clanek/cla-a-viza/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/clanek/cla-a-viza/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfButton__...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76b7c76517f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7b6d62ac"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/Francie-pamatky-unesco/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/Francie-pamatky-unesco/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/Francie-pamatky-unesco/\" target=\"\" data-v-08de3870=\"\">54 francouzských památek zařazených na seznam Unesco</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "562abb9af152",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-868736d4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/nejkrasnejsi-vesnicky-ardeche/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/nejkrasnejsi-vesnicky-ardeche/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/nejkrasnejsi-vesnicky-ardeche/\" target=\"\" data-v-08de3870=\"\">Nejkrásnější vesničky oblasti Ardèche</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "baa9125fa751",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-10c369bb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\"]",
            "selector": "h3 > a[href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\" target=\"\" data-v-08de3870=\"\">Burgundská vinná stezka na kole - slow tourism s přáteli</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e9ce9699d826",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df178727"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\"]",
            "selector": "p > a[href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/okruh/burgundska-vinna-stezka-na-kole/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><sp...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3afad9c6fad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ed2bcd6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/cs/okruh/pariz-netradicne/\"]",
            "selector": "h3 > a[href=\"/cs/okruh/pariz-netradicne/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/okruh/pariz-netradicne/\" target=\"\" data-v-08de3870=\"\">Paříž netradičně</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe78d53846f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-927c6f92"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/cs/okruh/pariz-netradicne/\"]",
            "selector": "p > a[href=\"/cs/okruh/pariz-netradicne/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/okruh/pariz-netradicne/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfBut...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0eb4f2968e7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-71cf82a1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\"]",
            "selector": "h3 > a[href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\" target=\"\" data-v-08de3870=\"\">Nice a okolní vesnice v horách za prodloužený víkend</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "789fa24f80ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-39ca5b41"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\"]",
            "selector": "p > a[href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/okruh/nice-a-vesnice-v-horach-za-tri-dny/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ebafe8f664c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3b4d009f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/cs/okruh/okruh-po-stopach-vylodeni/\"]",
            "selector": "h3 > a[href=\"/cs/okruh/okruh-po-stopach-vylodeni/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/okruh/okruh-po-stopach-vylodeni/\" target=\"\" data-v-08de3870=\"\">Z Caen do Cherbourgu po stopách vylodění </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033ccb9e2ca2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c7acb5a0"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/cs/okruh/okruh-po-stopach-vylodeni/\"]",
            "selector": "p > a[href=\"/cs/okruh/okruh-po-stopach-vylodeni/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/cs/okruh/okruh-po-stopach-vylodeni/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cla...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef9ad44f7f6c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-135d23f8"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 29,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da",
      "finalUrl": "https://www.france.fr/da/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Udforsk Frankrig og dets vidundere - Explore France",
      "elapsedMs": 21901,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1626,
          "failed": 1,
          "cantTell": 145,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66dd421d8ed9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1814,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 55,
          "failed": 37,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:80.08814811473938%;bottom:47.01630802811433%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/da/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2624166463f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c1869f32f97",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1edc25116513",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d9e07a04ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "004350eb3fb0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d47ee225799",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4505e8a7ebe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f1fec5159e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9942d68d3e44",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "358d5813d8c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "719afe6d78f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39b71f582b62",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b09dc03976c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0709b9af3117",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b77c143f1296",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb6c20147d3b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c223417a0ac0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ba308e00847",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eb8bb816ce6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/da/artikel/rejse-frankrig-foraar/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/da/artikel/rejse-frankrig-foraar/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/artikel/rejse-frankrig-foraar/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ba6237cd575",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-26b4b98c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/da/uundvaerlig/franske-oversoiske-destinationer-outre-mer/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/da/uundvaerlig/franske-oversoiske-destinationer-outre-mer/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/uundvaerlig/franske-oversoiske-destinationer-outre-mer/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de22898097d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3dc4b813"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/bjerge-foraar/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/bjerge-foraar/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/bjerge-foraar/\" target=\"\" data-v-08de3870=\"\">7 gode grunde til at tage til bjergene om foråret.</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7951a060082d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-661b6b3c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/Oplev-Frankrig-til-fods-smukke-vandreruter/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/Oplev-Frankrig-til-fods-smukke-vandreruter/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/Oplev-Frankrig-til-fods-smukke-vandreruter/\" target=\"\" data-v-08de3870=\"\">Oplev Frankrig til fods: her er 13 af de smukkeste vandreruter</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a54379a87797",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0977ac71"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/weekend-toulouse/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/weekend-toulouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/weekend-toulouse/\" target=\"\" data-v-08de3870=\"\">Langweekend i Toulouse</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ccedaf32406",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0f82ba87"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/weekend-toulouse/\"]",
            "selector": "p > a[href=\"/da/rejserute/weekend-toulouse/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/weekend-toulouse/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"A...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ba132a4929f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d43f795a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\" target=\"\" data-v-08de3870=\"\">Art déco i Frankrig: 5 dage mellem Paris, Champagne og Nordfrankrig</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97629b5712c9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-163357f7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\"]",
            "selector": "p > a[href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/art-deco-frankrig-paris-reims-saint-quentin-roubaix/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[-->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b301e5427241",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-28a07ecf"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\" target=\"\" data-v-08de3870=\"\">4 dages gourmetbesøg i Vallée de la Gastronomie </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11c4bf3abe6b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-62973da7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\"]",
            "selector": "p > a[href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/vallee-de-la-gastronomie-kulinariske-oplevelser-gourmet-udflugter/\" data-v-08de3870=\"\" data-v-6458d3...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09b420e562f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c89ccf"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\" target=\"\" data-v-08de3870=\"\">En uge på Korsika: kærlighed og panoramaer</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5e45462a4f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0c53e2a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\"]",
            "selector": "p > a[href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/romantisk-rejse-med-udsigt-korsika/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb8a4ebda6cc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b4ebce42"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/guadeloupe-roadtrip/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/guadeloupe-roadtrip/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/guadeloupe-roadtrip/\" target=\"\" data-v-08de3870=\"\">Guadeloupe: roadtrip fra ø til ø</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36abae056f12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1fe06eed"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/guadeloupe-roadtrip/\"]",
            "selector": "p > a[href=\"/da/rejserute/guadeloupe-roadtrip/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/guadeloupe-roadtrip/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1255b26624d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ae59a71c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/gourmet-weekend-baskerlandet/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/gourmet-weekend-baskerlandet/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/gourmet-weekend-baskerlandet/\" target=\"\" data-v-08de3870=\"\">En gourmetweekend i Baskerlandet</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a49cffad20b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a4d17e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/gourmet-weekend-baskerlandet/\"]",
            "selector": "p > a[href=\"/da/rejserute/gourmet-weekend-baskerlandet/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/gourmet-weekend-baskerlandet/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><s...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcaafaff210b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-081c3576"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\"]",
            "selector": "h3 > a[href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\" target=\"\" data-v-08de3870=\"\">Oplev Provence og lokale håndværkstraditioner med familien</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cacafa6ca82c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6300cb50"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\"]",
            "selector": "p > a[href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/da/rejserute/lokalt-handvaerk-og-traditioner-i-provence-med-familien/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "976387c8f986",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ac2a6585"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 37,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de",
      "finalUrl": "https://www.france.fr/de/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Entdecken Sie Frankreich und seine Wunder - Explore France",
      "elapsedMs": 12238,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1604,
          "failed": 1,
          "cantTell": 142,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79308d59dc11",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1789,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 63,
          "failed": 29,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/de/reis...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69f1e5190541",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f503237ecbb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2808a834887",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30e15fe2d4c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f6d112a8fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d903effffbb6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62c1f97d670f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2ce4314b56a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "570366f23dc9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "732297bd667a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8a73b993cb86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "93f43321781c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81fc3659755a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d4ec3c30b4f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb669cf3ba12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd678995b1a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73945524cce2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91fd695f9599",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4efafcacc8ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/de/artikel/reisen-nach-frankreich-fruehling/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/de/artikel/reisen-nach-frankreich-fruehling/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/de/artikel/reisen-nach-frankreich-fruehling/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "50f7aab2374e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3c36dcc9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/de/artikel/zoll-und-einfuhrbestimmungen/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/de/artikel/zoll-und-einfuhrbestimmungen/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/de/artikel/zoll-und-einfuhrbestimmungen/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><spa...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5ae3586a3fca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-832a54d2"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/die-schoensten-gr-fernwanderwege-in-frankreich/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/die-schoensten-gr-fernwanderwege-in-frankreich/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/die-schoensten-gr-fernwanderwege-in-frankreich/\" target=\"\" data-v-08de3870=\"\">Die 13 schönsten GR-Fernwanderwege in Frankreich</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c49b2653b284",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-31b935cd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/porquerolles-im-fruehling-entdecken/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/porquerolles-im-fruehling-entdecken/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/porquerolles-im-fruehling-entdecken/\" target=\"\" data-v-08de3870=\"\">5 gute Gründe, Porquerolles im Frühling zu entdecken</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18ee18100f10",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6c66bda0"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\"]",
            "selector": "h3 > a[href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\" target=\"\" data-v-08de3870=\"\">Auf Draht mit dem Rad: eine kinderfreundliche Rei...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8bd841f62647",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09f16d38"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\"]",
            "selector": "p > a[href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/de/reiseroute/auf-draht-mit-dem-rad-eine-kinderfreundliche-reise-von-der-somme-bucht-bis/\" data-v-08de3870=\"\" dat...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8ad263bba2b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d7b8de0"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\"]",
            "selector": "h3 > a[href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\" target=\"\" data-v-08de3870=\"\">Pariser Streifzug auf den Spuren der Olympischen und Paralymp...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3baf1b0c384",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70b20b31"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\"]",
            "selector": "p > a[href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/de/reiseroute/paris-auf-den-spuren-der-olympsichen-und-paralympischen-spiele/\" data-v-08de3870=\"\" data-v-6458d367...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84997c905c32",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5732957e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\"]",
            "selector": "h3 > a[href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\" target=\"\" data-v-08de3870=\"\">Der Zauber der okzitanischen Küste mit dem Zug – von Montpellier nach Perpignan</...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c408a5c3c758",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c06bd703"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\"]",
            "selector": "p > a[href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/de/reiseroute/mit-dem-zug-von-montpellier-nach-perpignan/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca1cd0c65077",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7f25ec79"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 29,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en",
      "finalUrl": "https://www.france.fr/en/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr : Explore France and its wonders - Explore France",
      "elapsedMs": 12327,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1621,
          "failed": 1,
          "cantTell": 130,
          "inapplicable": 41
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "552ce4f8e96e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1793,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 62,
          "failed": 30,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:42.48087988105626%;bottom:83.07838891531392%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/en/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c483e40a89",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ead85df4b5c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0502b6d1d20",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d08f497abcf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5dcea1cc98e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36a6953b5cdc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "359739746e0e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "091e16f7a02c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a21d00eab38",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d538a66a8b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "824477931b9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d91dcef0dae9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e99dc901779c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dda56473aea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d472b60db3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3f6da9d0302",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9581fd725895",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aea8b40c452f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/en/unmissable/journey-heart-french-gastronomy/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/en/unmissable/journey-heart-french-gastronomy/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/unmissable/journey-heart-french-gastronomy/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d50075ff32be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-aa810370"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/en/unmissable/travel-handicap/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/en/unmissable/travel-handicap/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/unmissable/travel-handicap/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"A...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c5417b64171",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7dab6d68"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/hiking-GR-route-France/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/hiking-GR-route-France/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/hiking-GR-route-France/\" target=\"\" data-v-08de3870=\"\">13 Routes to Hike on the Beautiful GR Trails of France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "148481ae791d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e0287567"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/5-good-reasons-to-discover-porquerolles-in-spring/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/5-good-reasons-to-discover-porquerolles-in-spring/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/5-good-reasons-to-discover-porquerolles-in-spring/\" target=\"\" data-v-08de3870=\"\">Good reasons to discover Porquerolles in spring</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "258cbe326925",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-867ed340"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\"]",
            "selector": "h3 > a[href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\" target=\"\" data-v-08de3870=\"\">The most beautiful hikes around Mont Blanc</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f65640ed71",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-68429474"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\"]",
            "selector": "p > a[href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/itinerary/the-most-beautiful-hikes-around-mont-blanc/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ddb3781e180",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-669c45b0"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\"]",
            "selector": "h3 > a[href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\" target=\"\" data-v-08de3870=\"\">From Dieppe to Le Havre: In the footsteps of th...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a603f5e4ec94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-42780bfa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\"]",
            "selector": "p > a[href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/itinerary/From-Dieppe-to-Le-Havre-In-the-footsteps-of-the-Impressionists-in-Normandy%20/\" data-v-08de3870=\"\" d...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2736c0f82612",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1af8b7d4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\"]",
            "selector": "h3 > a[href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\" target=\"\" data-v-08de3870=\"\">A romantic cycling adventure for foodies along the Canal du ...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70ada4690ba6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da64dfb5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\"]",
            "selector": "p > a[href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/itinerary/a-romantic-cycling-adventure-for-foodies-along-the-canal-du-midi/\" data-v-08de3870=\"\" data-v-6458d36...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51d0d555e00b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1f2e3c61"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\"]",
            "selector": "h3 > a[href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\" target=\"\" data-v-08de3870=\"\">Guadeloupe from island to island </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "adbce1039f54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f8314341"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\"]",
            "selector": "p > a[href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/en/itinerary/guadeloupe-from-island-to-island%20/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff4324291a7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da0a22f9"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 30,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es",
      "finalUrl": "https://www.france.fr/es/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Viaja a Francia y descubre sus maravillas - Explore France",
      "elapsedMs": 12472,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1607,
          "failed": 1,
          "cantTell": 177,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13f018941cd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1827,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 47,
          "failed": 45,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:80.08814811473938%;bottom:47.01630802811433%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/es/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38d1a7a0be1a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0f1a549c42d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05afd08c9d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a6280094e91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab486c8630a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbcc3c20081c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f50eee097d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02f3dfaed062",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68b5ae73fb1d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1edea04737",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0f48a6ad26a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f73b711d0c83",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29e5da570e5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "76db672b7269",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78f2c65d4e26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54df7635aae3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873f0e58ce8c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04ff88299b42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd7436190003",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/es/articulo/aduana-y-visados/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/es/articulo/aduana-y-visados/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/articulo/aduana-y-visados/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"Af...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7459dbd03136",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de9e983b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/es/esencial/paseos-en-francia-neflix/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 8\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/es/esencial/paseos-en-francia-neflix/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/esencial/paseos-en-francia-neflix/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span c...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73cb536d94b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15e59153"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/disney-adventure-world-artesanos-franceses/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/disney-adventure-world-artesanos-franceses/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/disney-adventure-world-artesanos-franceses/\" target=\"\" data-v-08de3870=\"\">Disney Adventure World: los artesanos franceses detrás de la magia de Disneyland Pa...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a227af520976",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-40508617"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/seleccion-mejores-castillos-francia/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/seleccion-mejores-castillos-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/seleccion-mejores-castillos-francia/\" target=\"\" data-v-08de3870=\"\">Los castillos más impresionantes de Francia que no te puedes perder</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41c12d524c12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-89084e8e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\" target=\"\" data-v-08de3870=\"\">Un día en pareja en Burdeos entre gastronomía, cultura y ...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab63b90961d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4040015e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\"]",
            "selector": "p > a[href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/un-dia-en-pareja-en-burdeos-entre-gastronomia-cultura-romanticismo/\" data-v-08de3870=\"\" data-v-6458...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873c8181d9ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9cb4ac3b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\" target=\"\" data-v-08de3870=\"\">Ruta en bicicleta alrededor de la laguna de Thau, cerca de Montpellier</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "337c74b37222",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1030cf80"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\"]",
            "selector": "p > a[href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/ruta-bicicleta-laguna-de-thau-cerca-montpellier/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5175dc5c6f9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cfbbf2eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\" target=\"\" data-v-08de3870=\"\">Senderismo con amigos por el sendero cátaro</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7b9a77680dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7cddbac4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\"]",
            "selector": "p > a[href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/senderismo-con-amigos-por-el-sendero-cataro/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6737637d8337",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0a6ded6a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\" target=\"\" data-v-08de3870=\"\">Escapada romántica en tren por los Castillos del Loira</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8cbff41db4dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09d13bb1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\"]",
            "selector": "p > a[href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/escapada-romantica-en-tren-por-los-castillos-del-loira/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2938c8f690f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e8cdf213"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\" target=\"\" data-v-08de3870=\"\">Un fin de semana para descubrir Toulouse</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "23c8d45b44a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da046278"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\"]",
            "selector": "p > a[href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/fin-de-semana-para-descubrir-toulouse/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "20b0592efb57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-176d2cfa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\" target=\"\" data-v-08de3870=\"\">Escapada encantada en el corazón de Estrasburgo</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a297931e65c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3be0beb3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\"]",
            "selector": "p > a[href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/escapada-encantada-en-el-corazon-de-estrasburgo/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "257c3aa8d185",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4dc5b9d1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\" target=\"\" data-v-08de3870=\"\">La Vía Tolosana en bicicleta, desde Arles hasta Toulouse</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c66481cec89",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86542fd9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\"]",
            "selector": "p > a[href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/la-via-tolosana-en-bicicleta-desde-arles-hasta-toulouse/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b939078bdb30",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-187cab90"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\" target=\"\" data-v-08de3870=\"\">Los pueblos más bonitos del Valle del Dordoña en bicicleta</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27c4e88ee633",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fd4b9843"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\"]",
            "selector": "p > a[href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/los-pueblos-mas-bonitos-del-valle-del-dordona-en-bicicleta/\" data-v-08de3870=\"\" data-v-6458d367=\"\">...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "280563e5c89d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04d87cdc"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\"]",
            "selector": "h3 > a[href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\" target=\"\" data-v-08de3870=\"\">Paseo en bicicleta con los niños por los Pirineos</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c408811f1eb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1870bd09"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\"]",
            "selector": "p > a[href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/es/itinerario/paseo-en-bicicleta-con-los-ninos-por-los-pirineos/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d53dbb944f11",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e394d86f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/festival-internacional-jardines-chaumont-loire/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/festival-internacional-jardines-chaumont-loire/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/evento/festival-internacional-jardines-chaumont-loire/\" target=\"\" data-v-08de3870=\"\">Festival Internacional de Jardines de Chaumont-sur-Loire</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f13feb6a9aa4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd63f5f4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/festival-cannes-costa-azul/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/festival-cannes-costa-azul/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/evento/festival-cannes-costa-azul/\" target=\"\" data-v-08de3870=\"\">Festival de Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d43520251e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb321913"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/roland-garros-paris/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/roland-garros-paris/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/evento/roland-garros-paris/\" target=\"\" data-v-08de3870=\"\">Torneo de tenis Roland-Garros en París</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ccb5861648c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c5a3b59d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/noche-europea-museos/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/evento/noche-europea-museos/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/evento/noche-europea-museos/\" target=\"\" data-v-08de3870=\"\">Noche Europea de los Museos</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9930681a22d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cd331e07"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 45,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr",
      "finalUrl": "https://www.france.fr/fr/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr : Explore la France et ses merveilles - Explore France",
      "elapsedMs": 12390,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1706,
          "failed": 1,
          "cantTell": 179,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de5823d8d1f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1928,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 57,
          "failed": 35,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/fr/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0da867e376fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b5f33820b0b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e300030dc61f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c55ff64df2c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ed0322132b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8198ac7bca7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d06724194beb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4db484a284aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf32a3ccd718",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90bb2dff1b00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90c36d2df3f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a934a5430035",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a963f9ef3f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8905ec44574",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "107cbb833af1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "933b6aa9a1a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "770425555664",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e88f1c95e40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7db7ffa3d54c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/article/douanes-et-visas/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/article/douanes-et-visas/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/article/douanes-et-visas/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfB...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "80a7809a13e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f83770cc"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/incontournable/balades-en-france-netflix/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/incontournable/balades-en-france-netflix/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/incontournable/balades-en-france-netflix/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a5677f2695c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c71e8099"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/disney-adventure-world-artisans-francais%20/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/disney-adventure-world-artisans-francais%20/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/disney-adventure-world-artisans-francais%20/\" target=\"\" data-v-08de3870=\"\">Disney Adventure World : les artisans français derrière la magie de Disneyland Pari...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a86513122073",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2ef2340"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/top-chateaux-france/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/top-chateaux-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/top-chateaux-france/\" target=\"\" data-v-08de3870=\"\">Notre top des châteaux à ne pas manquer en France </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "444f2df5df16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0bd32bc1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/parcours-hyper-gourmand-france/\" target=\"\" data-v-08de3870=\"\">Parcours hyper-gourmand en France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef0294fbefa2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e59e0026"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "selector": "p > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/parcours-hyper-gourmand-france/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7731884abf7c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd5bda57"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\" target=\"\" data-v-08de3870=\"\">Balade à Paris sur les traces des Jeux Olympiques et Paralympiques </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "977b9c08172d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44d0587d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "p > a[href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/spots-paris-jeux-olympiques-paralympiques/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "993b9911307f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-072b9813"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\" target=\"\" data-v-08de3870=\"\">Flâneries alsaciennes sur un long week-end </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c227a36aab8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-65824515"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "selector": "p > a[href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/flaneries-alsaciennes-long-week-end/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "354c106906b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4baceec6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "selector": "h3 > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\" target=\"\" data-v-08de3870=\"\">Une journée en amoureux à Bordeaux entre gastronomie...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "408ed0d95e6d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1d086ced"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "selector": "p > a[href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/itineraire/une-journee-en-amoureux-a-bordeaux-entre-gastronomie-culture-et-romance/\" data-v-08de3870=\"\" data-v...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9da2b37d9865",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5b122b61"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/cote-azur-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/cote-azur-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/cote-azur-festival-cannes/\" target=\"\" data-v-08de3870=\"\">Festival de Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c66db29e914d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-22fae4fd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/tournoi-roland-garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/tournoi-roland-garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/tournoi-roland-garros/\" target=\"\" data-v-08de3870=\"\">Tournoi de tennis de Roland-Garros à Paris</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4d941cbaacf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-028cee13"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/le-festival-normandie-impressionniste/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/le-festival-normandie-impressionniste/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/le-festival-normandie-impressionniste/\" target=\"\" data-v-08de3870=\"\">Festival Normandie Impressionniste</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "308bd02b0936",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cb15f3e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/festival-photo-gacilly-bretagne/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/evenement/festival-photo-gacilly-bretagne/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/evenement/festival-photo-gacilly-bretagne/\" target=\"\" data-v-08de3870=\"\">Festival Photo La Gacilly en Bretagne</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c862f74ba7fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-52636fe4"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 35,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it",
      "finalUrl": "https://www.france.fr/it/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: esplora la Francia e le sue meraviglie - Explore France",
      "elapsedMs": 12425,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1605,
          "failed": 1,
          "cantTell": 168,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc828dea51b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1816,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 51,
          "failed": 41,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/it/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa8ef0f15bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4332a4627eee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9879a2f4e59f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bbabc0e30bef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e4e385d89d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24e248b3f9f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6bee14b3cc7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6bf619950b3a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d9fc3660885",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f8b9b0527a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1dc3e41a642b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e13e1471d9ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cdf49e5e435e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f570eb83db61",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d86c35c4a410",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9f890f933eeb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b60c31e78a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "042d01f2d0a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "335670314e1d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/it/imperdibile/gastronomia-francese/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/it/imperdibile/gastronomia-francese/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/imperdibile/gastronomia-francese/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cl...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb60dda8164e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4de7a4e7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/it/articolo/documenti-dogane-e-visti-andare-francia/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/it/articolo/documenti-dogane-e-visti-andare-francia/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/articolo/documenti-dogane-e-visti-andare-francia/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b3421fef3666",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7f32493d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/top-citta-francesi-primavera-estate/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/top-citta-francesi-primavera-estate/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/top-citta-francesi-primavera-estate/\" target=\"\" data-v-08de3870=\"\">Le migliori città francesi da scoprire questa primavera</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab74ce658334",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3dd1a7aa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/mostre-francia/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/mostre-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/mostre-francia/\" target=\"\" data-v-08de3870=\"\">Le più belle mostre da scoprire in Francia nel 2026</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf8e01093a27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46543994"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\" target=\"\" data-v-08de3870=\"\">Weekend goloso da Calvi a Bastia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e153e54e65c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f7ea8da9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\"]",
            "selector": "p > a[href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/weekend-goloso-da-calvi-a-bastia/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!--...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd91b7f574c9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4947e50c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\" target=\"\" data-v-08de3870=\"\">Fuga romantica e golosa in bicicletta lungo il Canal du Midi</a...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f91f036ec253",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dc06769c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\"]",
            "selector": "p > a[href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/fuga-romantica-e-golosa-in-bicicletta-lungo-il-canal-du-midi/\" data-v-08de3870=\"\" data-v-6458d367=\"...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fac601f8ffca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1c914406"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\" target=\"\" data-v-08de3870=\"\">Il Mediterraneo in bicicletta da Draguignan a Mentone</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "866f0f4614a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-819406b2"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\"]",
            "selector": "p > a[href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/il-mediterraneo-in-bicicletta-da-draguignan-a-mentone/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "605b50c9fc9d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ff86ad08"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\" target=\"\" data-v-08de3870=\"\">Viaggio con gli amici sull’isola della Riunione</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0be1dc62311",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e58d0d1d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\"]",
            "selector": "p > a[href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/viaggio-con-gli-amici-sull-isola-della-riunione/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a252df8a3e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ecf9151"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\" target=\"\" data-v-08de3870=\"\">Gita a Lille tra cultura e prelibatezze</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff34ad1c1707",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e9881da9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\"]",
            "selector": "p > a[href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/gita-a-lile-tra-cultura-e-prelibatezze/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!---...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44c6ea7b0dc0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be66f893"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\" target=\"\" data-v-08de3870=\"\">Dalla Costa Azzurra alla Provenza sulle orme di Emily a Parigi</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b724220f51d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c4e8a023"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\"]",
            "selector": "p > a[href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/emily-in-paris-provenza-costa-azzurra/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66442dc7f332",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2422f5b2"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\"]",
            "selector": "h3 > a[href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\" target=\"\" data-v-08de3870=\"\">Passeggiata a Parigi nei luoghi simbolo dei Giochi Olimpici e Paralimpici</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "574a7e4093a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59afbc6b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\"]",
            "selector": "p > a[href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/it/itinerario/luoghi-parigi-giochi-olimpici-paralimpici/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13e90f28465",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-13f9730f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/tour-de-france/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/tour-de-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/evento/tour-de-france/\" target=\"\" data-v-08de3870=\"\">Le Tour de France </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61134c1a2327",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-aa411322"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/Festival-Internazionale-dei-Giardini-di-Chaumont-sur-Loire-2018/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/Festival-Internazionale-dei-Giardini-di-Chaumont-sur-Loire-2018/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/evento/Festival-Internazionale-dei-Giardini-di-Chaumont-sur-Loire-2018/\" target=\"\" data-v-08de3870=\"\">Festival Internazionale dei Giardini di Chaumont-sur-Loire</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "072b9ab9a32d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0f95326a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/costa-azzurra-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/costa-azzurra-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/evento/costa-azzurra-festival-cannes/\" target=\"\" data-v-08de3870=\"\">Festival di Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35761c2d5840",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7ed6c0fa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/torneo-roland-garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/evento/torneo-roland-garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/evento/torneo-roland-garros/\" target=\"\" data-v-08de3870=\"\">Torneo di tennis Roland-Garros a Parigi</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "352a0fc3cd5b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-bdf1ada3"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 41,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ja",
      "finalUrl": "https://www.france.fr/ja/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "フランス旅行の最新情報が満載 | フランス観光開発機構公式サイト France.fr | Explore France",
      "elapsedMs": 12370,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1611,
          "failed": 1,
          "cantTell": 126,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3fa0b15bed05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1780,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 61,
          "failed": 31,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:87.71229186897067%;bottom:74.54830760082353%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/ja/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10109dbf4002",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-1",
            "selector": "#main-navigation_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-1\" id=\"main-navigation_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5a0c0e55fbe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-be67da24"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-2",
            "selector": "#main-navigation_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-2\" id=\"main-navigation_NavigationDestinations-2\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e08e92ed4bc1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de18a44d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ce2bb413dbe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6ba7725"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e38189f46384",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6f83ebf6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-3",
            "selector": "#main-navigation_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-3\" id=\"main-navigation_NavigationCardListAndCards-3\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2297e307fa1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58005fcd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f35cfe28a25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d6a04e7ba5f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2177f3b18782",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-1",
            "selector": "#main-navigation-mobile_NavigationCardsList-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-1\" id=\"main-navigation-mobile_NavigationCardsList-1\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5270d504271",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7af29bf0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-2",
            "selector": "#main-navigation-mobile_NavigationDestinations-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-2\" id=\"main-navigation-mobile_NavigationDestinations-2\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a539c4fedff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3877c343"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "277dce4714f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d564e023"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-2_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-2_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd42300c5fb1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-116f77c5"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-3\" id=\"main-navigation-mobile_NavigationCardListAndCards-3\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28cfa93aa992",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-056501e2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb5a7a867477",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5f80b59792",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c40b357e861",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48c1903f71c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">言語を選択してください <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cc1f9f2c1d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ja/unmissable/gastronomie-francaise/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ja/unmissable/gastronomie-francaise/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/unmissable/gastronomie-francaise/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cl...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29720c4c01a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-095d83ce"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ja/article/douanes-et-visas/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ja/article/douanes-et-visas/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/article/douanes-et-visas/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfB...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31d43c4c71b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f8d9e0f8"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ja/itinerary/route-du-mimosa/\"]",
            "selector": "h3 > a[href=\"/ja/itinerary/route-du-mimosa/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ja/itinerary/route-du-mimosa/\" target=\"\" data-v-08de3870=\"\">二人で旅するミモザ街道</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71145e4110af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-540969ff"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ja/itinerary/route-du-mimosa/\"]",
            "selector": "p > a[href=\"/ja/itinerary/route-du-mimosa/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/itinerary/route-du-mimosa/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"Af...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab8ef5c745bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e8ffa989"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ja/itinerary/alsace-2jours-noel/\"]",
            "selector": "h3 > a[href=\"/ja/itinerary/alsace-2jours-noel/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ja/itinerary/alsace-2jours-noel/\" target=\"\" data-v-08de3870=\"\">アルザスで過ごす1泊2日のクリスマス小旅行</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86a9ce68e448",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6354b539"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ja/itinerary/alsace-2jours-noel/\"]",
            "selector": "p > a[href=\"/ja/itinerary/alsace-2jours-noel/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/itinerary/alsace-2jours-noel/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f529d7c50e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a9577a66"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ja/itinerary/offline-love-tohko-01/\"]",
            "selector": "h3 > a[href=\"/ja/itinerary/offline-love-tohko-01/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ja/itinerary/offline-love-tohko-01/\" target=\"\" data-v-08de3870=\"\">『オフライン ラブ』TOHKOの旅 前編</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "585fe60fdd24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5e33cbb3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ja/itinerary/offline-love-tohko-01/\"]",
            "selector": "p > a[href=\"/ja/itinerary/offline-love-tohko-01/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/itinerary/offline-love-tohko-01/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cla...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b81cd978970",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ae2933a1"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ja/itinerary/lille/\"]",
            "selector": "h3 > a[href=\"/ja/itinerary/lille/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ja/itinerary/lille/\" target=\"\" data-v-08de3870=\"\">アートと歴史が息づく　リールを巡る3日間</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "add5dc5c9a83",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7862ce0e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ja/itinerary/lille/\"]",
            "selector": "p > a[href=\"/ja/itinerary/lille/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/itinerary/lille/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfButton__te...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6eb601d63644",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca892d6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ja/itinerary/amiens/\"]",
            "selector": "h3 > a[href=\"/ja/itinerary/amiens/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ja/itinerary/amiens/\" target=\"\" data-v-08de3870=\"\">アミアン街歩き　美と歴史をたどる旅</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc4a152b18f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88d62423"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ja/itinerary/amiens/\"]",
            "selector": "p > a[href=\"/ja/itinerary/amiens/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ja/itinerary/amiens/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfButton__t...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a5ace8985b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f61b97a2"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 31,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ko",
      "finalUrl": "https://www.france.fr/ko/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "프랑스 관광청 공식 사이트 - 프랑스 여행, 문화, 예술, 쇼핑, 건축, 새소식",
      "elapsedMs": 12439,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1584,
          "failed": 1,
          "cantTell": 163,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "da7eaf539c95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1790,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 63,
          "failed": 29,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:31.066237110519573%;bottom:35.755759985229865%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/ko/de...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4afcc839f29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63b017150075",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eceb0863540e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d51be0ebdfda",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec957d4a0dc1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7355d7cf5be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d30321aa08e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad6b15fc2576",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad57d054367",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b545c639d34",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b59c40618bd9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b29a1f230e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01c3e7a34e92",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6290cfcb7f9c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8557508ddcf8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e726f1592284",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a2fd5ce73c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb6388a1691b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">언어를 선택하세요 <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12a7d9cb8b98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ko/article/paris-new-2026/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ko/article/paris-new-2026/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ko/article/paris-new-2026/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfBut...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63097f1f6c23",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-da09e30f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ko/article/fetes2026/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ko/article/fetes2026/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ko/article/fetes2026/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfButton__...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d123011184e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e0d6ed19"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/article/la-vallee-village/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/article/la-vallee-village/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/article/la-vallee-village/\" target=\"\" data-v-08de3870=\"\">파리 아울렛 쇼핑, 라발레 빌리지 VIP 할인 쿠폰</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3cdd557cdec2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-10271e60"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/article/galerieslafayette/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/article/galerieslafayette/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/article/galerieslafayette/\" target=\"\" data-v-08de3870=\"\">파리 갤러리 라파예트 백화점 - 선물, 할인 쿠폰, 쇼핑 꿀팁</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb1e6e093524",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b65e0aaf"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/chartres-lumieres/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/chartres-lumieres/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/event/chartres-lumieres/\" target=\"\" data-v-08de3870=\"\">샤르트르 빛 축제(Chartres en Lumières) </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52365fd0f137",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0336b47a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/festival-international-jardins-chaumont-loire/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/festival-international-jardins-chaumont-loire/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/event/festival-international-jardins-chaumont-loire/\" target=\"\" data-v-08de3870=\"\">쇼몽 쉬르 루아르 국제 정원 축제</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3f7cf3aacce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-52a6a36a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/cote-azur-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/cote-azur-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/event/cote-azur-festival-cannes/\" target=\"\" data-v-08de3870=\"\">칸 영화제 (Festival de Cannes)</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fbdb025100a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fe62470a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/tournoi-roland-garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ko/event/tournoi-roland-garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/event/tournoi-roland-garros/\" target=\"\" data-v-08de3870=\"\">롤랑 가로스 프랑스 오픈 테니스 대회</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24dba8579749",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c75b53ab"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "h3 > a[href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\" target=\"\" data-v-08de3870=\"\">파리 올림픽 · 패럴림픽의 유산을 따라가는 파리 산책</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78a88b476f5d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-030bfc88"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\"]",
            "selector": "p > a[href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ko/itinerary/spots-paris-jeux-olympiques-paralympiques/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f2b3a1bf865",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1853438c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 29,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/nb",
      "finalUrl": "https://www.france.fr/nb/",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Feil",
      "elapsedMs": 29846,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 476,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 52
        },
        "failedRules": [
          "color-contrast",
          "html-has-lang"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "skip-link",
          "svg-img-alt"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfErrorPage__type",
            "html": "<p class=\"AfErrorPage__type color-gold\" data-v-f6df63e3=\"\">404</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.19 (foreground color: #e4dec8, background color: #f4f1e8, font size: 412.5pt (550px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#main-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c305fc00432",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07392103"
          },
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html data-capo=\"\">",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5f7b3055a67",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          }
        ],
        "outcomeCount": 535,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 90,
          "failed": 2,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "labels-and-names/duplicate-id-aria",
          "readable/html-has-lang"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "readable/html-has-lang",
            "xpath": "html",
            "selector": "html",
            "html": "<html data-capo=\"\"><head><meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Feil</title>\n<style>.AfSkipLinks[data-v-ae133027]{inset-block-start:0;inset-...",
            "impact": "serious",
            "message": "<html> element missing lang attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de238bc50976",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-407bdc37"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Velg språk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ef759a06be3a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 2,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/nl",
      "finalUrl": "https://www.france.fr/nl/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Vakantie in Frankrijk: tips, inspiratie en reisideeën │France.fr",
      "elapsedMs": 12652,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1629,
          "failed": 1,
          "cantTell": 186,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04fb36763db7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1858,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 57,
          "failed": 35,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/nl/best...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32960e9f0944",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ce1bb367aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "010fb143946c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eeea2fa8cf93",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44742b91497f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "759ddae1df16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a57552dfca6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c9c419c68b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67c8f8e404f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c58b9926cadc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a1c062ab462",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f2f36a5b30",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "598e53d605f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce15108ec21f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ca62f1c47ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "003dcd7e9fcd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a30867a40845",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15a3c3abe3f7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Kies een taal <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29089ebe740a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/nl/artikel/voorjaar-vakantie-frankrijk/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/nl/artikel/voorjaar-vakantie-frankrijk/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/artikel/voorjaar-vakantie-frankrijk/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c131c28453da",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-01ad2913"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/nl/artikel/visum-douane/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/nl/artikel/visum-douane/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/artikel/visum-douane/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfButto...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4ce98d00139a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-893d90e5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/artikel/disney-adventure-world-attracties-ambachtslieden/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/artikel/disney-adventure-world-attracties-ambachtslieden/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/artikel/disney-adventure-world-attracties-ambachtslieden/\" target=\"\" data-v-08de3870=\"\">De Franse kennis en kunde achter de magie van Disney Adventure World </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f2eace43fdc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-29e7bad5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/artikel/franse-steden-citytrip-najaar/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/artikel/franse-steden-citytrip-najaar/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/artikel/franse-steden-citytrip-najaar/\" target=\"\" data-v-08de3870=\"\">13 Franse steden om dit najaar intens van te genieten</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d6d91e58f3c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d37b96ca"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\"]",
            "selector": "h3 > a[href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\" target=\"\" data-v-08de3870=\"\">Wandelen met vrienden langs de legendarische kust van Bretagne</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ddbfda98a6e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3f91cf17"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\"]",
            "selector": "p > a[href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/route/wandelen-vrienden-kustpad-bretagne/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8847c8a676f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7596f499"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/nl/route/mimosa-route-cote-d-azur/\"]",
            "selector": "h3 > a[href=\"/nl/route/mimosa-route-cote-d-azur/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/route/mimosa-route-cote-d-azur/\" target=\"\" data-v-08de3870=\"\">Romantische roadtrip: de mimosaroute aan de Côte d'Azur</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09382d449454",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ddb4b7dd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/nl/route/mimosa-route-cote-d-azur/\"]",
            "selector": "p > a[href=\"/nl/route/mimosa-route-cote-d-azur/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/route/mimosa-route-cote-d-azur/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span clas...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79ce3159cc29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-372ede0d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\"]",
            "selector": "h3 > a[href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\" target=\"\" data-v-08de3870=\"\">Gastronomische roadtrip voor twee: van Beaune naar Dijon</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b6afc42f7526",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a103e800"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\"]",
            "selector": "p > a[href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/route/gastronomische-roadtrip-beaune-dijon/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd6d434e7740",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1b0374f9"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\"]",
            "selector": "h3 > a[href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\" target=\"\" data-v-08de3870=\"\">Op rondreis door Noord-Frankrijk: van Lille naar Amiens met de trein</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a82d114f0126",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fd8a9213"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\"]",
            "selector": "p > a[href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/nl/route/trein-noord-frankrijk-lille-amiens/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ab7c45ab965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f95348f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/cote-azur-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/cote-azur-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/evenement/cote-azur-festival-cannes/\" target=\"\" data-v-08de3870=\"\">Het filmfestival van Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b2e6869e5629",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4b50caba"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/tennistoernooi-roland-garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/tennistoernooi-roland-garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/evenement/tennistoernooi-roland-garros/\" target=\"\" data-v-08de3870=\"\">Tennistoernooi Roland-Garros in Parijs 2026</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "186b7fc937f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-37347269"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/europese-museumnacht/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/europese-museumnacht/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/evenement/europese-museumnacht/\" target=\"\" data-v-08de3870=\"\">Europese Museumnacht 2025</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5238ee1fd60f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2138a5e5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/impressionisme-festival-in-normandie/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/nl/evenement/impressionisme-festival-in-normandie/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/nl/evenement/impressionisme-festival-in-normandie/\" target=\"\" data-v-08de3870=\"\">Festival Normandie Impressionniste</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c53a8843d077",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09d0eb1d"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 35,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/pt",
      "finalUrl": "https://www.france.fr/pt/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Explore a França e suas maravilhas - Explore France",
      "elapsedMs": 12387,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1489,
          "failed": 1,
          "cantTell": 190,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2473c57483e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ],
        "outcomeCount": 1722,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 57,
          "failed": 35,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:31.10280003707806%;bottom:35.75502371296337%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/pt/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f12f2d286148",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "104ba75116aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75a259b69405",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8bbba82ba57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5253576d532f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35ce3b6b2a31",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c633f6a0e50",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "751d5a75a457",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4bb3f9a724b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60194679a7ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d22dc3f160ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1cfe8444684",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c997a2dc7576",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98aba848057",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bda5a2bf66b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "112f7f3d670a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dba496cc4b5b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59d51d356685",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escolha um idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c98c96643652",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/pt/artigo/viagem-fran%C3%A7a-primavera/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/pt/artigo/viagem-fran%C3%A7a-primavera/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/artigo/viagem-fran%C3%A7a-primavera/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02f61c59c72f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f2bfeb58"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/pt/artigo/viajar-de-forma-sustent%C3%A1vel-na-fran%C3%A7a/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 9\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/pt/artigo/viajar-de-forma-sustent%C3%A1vel-na-fran%C3%A7a/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/artigo/viajar-de-forma-sustent%C3%A1vel-na-fran%C3%A7a/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!---->...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5ec5575e87",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0ddb7cfe"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/itinerarios-caminhadas-grandes-rotas-fran%C3%A7a/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/itinerarios-caminhadas-grandes-rotas-fran%C3%A7a/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/itinerarios-caminhadas-grandes-rotas-fran%C3%A7a/\" target=\"\" data-v-08de3870=\"\">13 trilhas nas belas grandes rotas da França</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be4f4ae4d3f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d3c6ca03"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/5-bons-motivos-para-descobrir-Porquerolles-primavera/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/artigo/5-bons-motivos-para-descobrir-Porquerolles-primavera/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/artigo/5-bons-motivos-para-descobrir-Porquerolles-primavera/\" target=\"\" data-v-08de3870=\"\">A primavera é a estação ideal para desfrutar de Porquerolles</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "955a8605ba54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7e2b418f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\"]",
            "selector": "h3 > a[href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\" target=\"\" data-v-08de3870=\"\">Um roteiro gastronômico pela França</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "899b5090a49d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5c10beb3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\"]",
            "selector": "p > a[href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/itinerario/rota-gastron%C3%B4mica-francesa/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a33a103ff48f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-288e3385"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\"]",
            "selector": "h3 > a[href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\" target=\"\" data-v-08de3870=\"\">Um passeio por Paris seguindo os passos dos Jogos Olímpicos e Paralímpicos</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca90a28be1f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c2347fe3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\"]",
            "selector": "p > a[href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/itinerario/paris-jogos-olimpicos-paralimpicos/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1764e8f2bb5e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4b41d6f7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\"]",
            "selector": "h3 > a[href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\" target=\"\" data-v-08de3870=\"\">Passeios pela Alsácia num final de semana prolongado</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8dcda6096c75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5c6e553a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\"]",
            "selector": "p > a[href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/itinerario/passeios-pela-alsacia-num-final-de-semana-prolongado/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e1e451237fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-046eb537"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\"]",
            "selector": "h3 > a[href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\" target=\"\" data-v-08de3870=\"\">Um passeio romântico em Bordeaux, combinando gastronomia, c...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b1b444d0334",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-95693ddf"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\"]",
            "selector": "p > a[href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/pt/itinerario/viagem-romantica-em-bordeaux-entre-gastronomia-cultura-e-romance/\" data-v-08de3870=\"\" data-v-6458d3...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15f67d955613",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e6f20cf3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/cote-azur-festival-cannes/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/cote-azur-festival-cannes/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/evento/cote-azur-festival-cannes/\" target=\"\" data-v-08de3870=\"\">Festival de Cannes</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64fa6d022f87",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ccc1ea4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/torneio-de-roland-Garros/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/torneio-de-roland-Garros/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/evento/torneio-de-roland-Garros/\" target=\"\" data-v-08de3870=\"\">Torneio de tênis de Roland-Garros em Paris</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2fa2b659b46",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c8ca90b5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/o-festival-da-normandia-impressionista/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/o-festival-da-normandia-impressionista/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/evento/o-festival-da-normandia-impressionista/\" target=\"\" data-v-08de3870=\"\">Festival Impressionista da Normandia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0e6cf58805ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4e283002"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/festival-de-foto-gacilly-bretanha/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-6 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/pt/evento/festival-de-foto-gacilly-bretanha/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/pt/evento/festival-de-foto-gacilly-bretanha/\" target=\"\" data-v-08de3870=\"\">Festival de Fotografia La Gacilly na Bretanha</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fe4787c24db",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-247b54ab"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 35,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/ru",
      "finalUrl": "https://www.france.fr/ru/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Исследуйте Францию и ее чудеса - Explore France",
      "elapsedMs": 12059,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1425,
          "failed": 1,
          "cantTell": 153,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d80a495e8e68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1621,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 67,
          "failed": 25,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:51.17131135949862%;bottom:21.85802864781967%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/ru/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8135373e65ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dc95faa03ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8c94b9005d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "18b9b4cd8262",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42aa42f30d8a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3bdb25fb58f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "872f73aea8e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "63be26656d45",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e650d2d81110",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36b79169fd26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e3dbd54973de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75fac9b353aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fc63d6f186f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c316414f6a55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c7841c1d331",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9c7edebe38a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Выберите язык <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c49db73ce7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 4\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ru/article/150-years-of-impressionisme-expos/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 4\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ru/article/150-years-of-impressionisme-expos/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ru/article/150-years-of-impressionisme-expos/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b06bba64cdd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4e903976"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 4\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ru/article/150-years-of-impressionisme-expos/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 4\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/ru/article/150-years-of-impressionisme-expos/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/ru/article/150-years-of-impressionisme-expos/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d2ca59e7ae0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-846c0b32"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/article/luchshie-muzei-dlya-vashih-detey/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/article/luchshie-muzei-dlya-vashih-detey/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/article/luchshie-muzei-dlya-vashih-detey/\" target=\"\" data-v-08de3870=\"\">Лучшие музеи для повышения культурного уровня ваших детей</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0ef591f6165",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e63e2512"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/article/expos-paris-2024/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/article/expos-paris-2024/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/article/expos-paris-2024/\" target=\"\" data-v-08de3870=\"\">12 выставок 2024 года в Париже, которые нельзя пропустить</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd37a3b40f3d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-634979ce"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/mejdunarodniy-festival-sadov-v-zamke-chaumont-sur-loire/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/mejdunarodniy-festival-sadov-v-zamke-chaumont-sur-loire/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/event/mejdunarodniy-festival-sadov-v-zamke-chaumont-sur-loire/\" target=\"\" data-v-08de3870=\"\">Международный фестиваль садов в замке Шомон-сюр-Луар</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c37a454da62f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7daaaa8c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/kannskiy-festival/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/kannskiy-festival/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/event/kannskiy-festival/\" target=\"\" data-v-08de3870=\"\">Каннский фестиваль</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1d7cca622300",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b2d704ba"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/turnir-tennis-roland/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/turnir-tennis-roland/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/event/turnir-tennis-roland/\" target=\"\" data-v-08de3870=\"\">Теннисный турнир «Ролан Гаррос» в Париже</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71caccf8c17f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c59561ea"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/european-museum-night/\"]",
            "selector": "#blocks-homepage\\.homepage-current-events-5 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/ru/event/european-museum-night/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/ru/event/european-museum-night/\" target=\"\" data-v-08de3870=\"\">Европейская ночь музеев</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5bd826a876d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d1e94092"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/sv",
      "finalUrl": "https://www.france.fr/sv/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "France.fr: Utforska Frankrike och dess underverk - Explore France",
      "elapsedMs": 12347,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1624,
          "failed": 1,
          "cantTell": 150,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a276b2ef93a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          }
        ],
        "outcomeCount": 1817,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": true,
          "highContrast": true,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 51,
          "failed": 41,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:80.08814811473938%;bottom:47.01630802811433%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/sv/dest...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "641165735331",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3924e3ced9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8e6efa91c81",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fb4f6af3c3fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2919a4a7d8c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf40f7a93276",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de693812f7ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8828e2d3e6cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a2af73b2480",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91ad6642bd74",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "331645174fd8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c9614774341",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30a851e1bc7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92d4f989d37c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f506abbef74b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58bfd864ba94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac01bd208620",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aedd3c398793",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Välj språk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "394471a8c0a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/sv/artikel/resa-frankrike-vaar/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/sv/artikel/resa-frankrike-vaar/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/artikel/resa-frankrike-vaar/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b269c39f8183",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e64aaf1b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/sv/missa-inte/franska-utomeuropeiska-destinationer-outre-mer/\"]",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 5\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/sv/missa-inte/franska-utomeuropeiska-destinationer-outre-mer/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/missa-inte/franska-utomeuropeiska-destinationer-outre-mer/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!--...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7def2e92ffed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f68ad06c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/sv/artikel/haute-savoie-mont-blanc-familjesemester-sommar/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/sv/artikel/haute-savoie-mont-blanc-familjesemester-sommar/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/artikel/haute-savoie-mont-blanc-familjesemester-sommar/\" target=\"\" data-v-08de3870=\"\">Haute-Savoie Mont-Blanc: en familjesemester mellan sjöar, berg och natur</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea6dab9804a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20a33e57"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/sv/artikel/vestkorsika-ajaccio-calanques-scandola/\"]",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/sv/artikel/vestkorsika-ajaccio-calanques-scandola/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/artikel/vestkorsika-ajaccio-calanques-scandola/\" target=\"\" data-v-08de3870=\"\">Västra Korsika – ett berg i havet</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4826decb9715",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e7d53dbc"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/helg-i-toulouse/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/helg-i-toulouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/helg-i-toulouse/\" target=\"\" data-v-08de3870=\"\">En långhelg i Toulouse</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "383067a90921",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ca683f4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/helg-i-toulouse/\"]",
            "selector": "p > a[href=\"/sv/resvag/helg-i-toulouse/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/helg-i-toulouse/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfBut...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f56f9aea1ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1eb8485"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/romantisk-dag-bordeaux/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/romantisk-dag-bordeaux/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/romantisk-dag-bordeaux/\" target=\"\" data-v-08de3870=\"\">En romantisk dag i Bordeaux mellan gastronomi, kultur och romantik</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7083e9ed9a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a2ccbaaf"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/romantisk-dag-bordeaux/\"]",
            "selector": "p > a[href=\"/sv/resvag/romantisk-dag-bordeaux/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/romantisk-dag-bordeaux/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "758357843f2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fc28b9fc"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\" target=\"\" data-v-08de3870=\"\">Tre gourmetdagar i Lyon</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3348f8fa648",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a7401219"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\"]",
            "selector": "p > a[href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/tre-gourmet-dagar-i-lyon/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span cla...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "74f3fdaf0c27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-367e44fd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/romantisk-semester-korsika/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/romantisk-semester-korsika/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/romantisk-semester-korsika/\" target=\"\" data-v-08de3870=\"\">En vecka på Korsika: kärlek med panoramautsikt</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07a7e8362f81",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b2348b52"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/romantisk-semester-korsika/\"]",
            "selector": "p > a[href=\"/sv/resvag/romantisk-semester-korsika/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/romantisk-semester-korsika/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span c...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e60f3c51733f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f1ce42f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\" target=\"\" data-v-08de3870=\"\">4-dagars gourmetbesök i Vallée de la Gastronomie</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51ca90a57f2e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6913f8a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\"]",
            "selector": "p > a[href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/vallee-de-la-gastronomie-kulinariska-upplevelser-gourmet-utflykter/\" data-v-08de3870=\"\" data-v-6458d367...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7beb5d55e6cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9aded2b2"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\" target=\"\" data-v-08de3870=\"\">Äventyr för två i Franska Guyana</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "91e7797f9837",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d9d814fd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\"]",
            "selector": "p > a[href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/franska-guyana-slow-travel-aventyr-for-tva/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!---...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5c7eb4b5c07",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e971f932"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/gourmet-helg-baskien/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/gourmet-helg-baskien/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/gourmet-helg-baskien/\" target=\"\" data-v-08de3870=\"\">En gourmethelg i Baskien</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7459d1fd144f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-de52814e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/gourmet-helg-baskien/\"]",
            "selector": "p > a[href=\"/sv/resvag/gourmet-helg-baskien/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/gourmet-helg-baskien/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1999e602676c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3c7a8e61"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/guadeloupe-roadtrip/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/guadeloupe-roadtrip/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/guadeloupe-roadtrip/\" target=\"\" data-v-08de3870=\"\">Roadtrip i Guadeloupe från ö till ö</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d04217192c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3891287c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/guadeloupe-roadtrip/\"]",
            "selector": "p > a[href=\"/sv/resvag/guadeloupe-roadtrip/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/guadeloupe-roadtrip/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"A...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5d8d7e211e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3b852c9d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "h3 > a[href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\"]",
            "selector": "h3 > a[href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\" target=\"\" data-v-08de3870=\"\">Utforska Provence och dess hantverk med familjen</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4499a8e4a565",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-13e1ddbd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "p > a[href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\"]",
            "selector": "p > a[href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\"]",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/sv/resvag/lokala-hantverkstraditioner-med-familjen-i-provence/\" data-v-08de3870=\"\" data-v-6458d367=\"\"><!--[--><!-...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dee3479aea50",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a43d719d"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 41,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/zh-Hans",
      "finalUrl": "https://www.france.fr/zh-Hans/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "法国旅游发展署",
      "elapsedMs": 11729,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1251,
          "failed": 1,
          "cantTell": 134,
          "inapplicable": 42
        },
        "failedRules": [
          "list"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "list",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag131"
            ],
            "xpath": ".AfFranceMap__destinations",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul[data-v-e5bacb9e=\"\"]"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c30625c06fb4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8341dfb7"
          }
        ],
        "outcomeCount": 1428,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 85,
          "failed": 7,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "adaptable/list-children",
          "aria/aria-hidden-focus",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "adaptable/list-children",
            "xpath": "ul > ul",
            "selector": "ul > ul",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:50.99999486574721%;bottom:77.05217008621024%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/zh-Hans...",
            "impact": "serious",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1d316f38308",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1c469a429c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">选择语言 <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29c117fbf602",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a",
            "selector": "#main-content > section > section > ul > li[aria-label=\"2 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/zh-Hans/article/%E8%AE%A9%E6%88%91%E4%BB%AC%E6%89%93%E5%BC%80%E5%A4%A7%E9%97%A8%EF%BC%8C%E8%AE%A9%E6%88%91%E4%BB%...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b14c8ccae0e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-65492c46"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a",
            "selector": "#main-content > section > section > ul > li[aria-label=\"0 of 6\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/zh-Hans/article/2024%E5%B9%B4%E6%B3%95%E5%9B%BD%E4%B8%8D%E2%80%8B%E2%80%8B%E5%AE%B9%E9%94%99%E8%BF%87%E7%9A%847%E...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49eb8464ab4d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-68086769"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "html": "<a class=\"AfCard__link\" href=\"/zh-Hans/article/%E9%98%B3%E5%85%89%E6%98%8E%E5%AA%9A%E7%9A%84%E6%97%A5%E5%AD%90%E9%87%8C%E6%9C%80%E9%80%82%E5%90%88%E6%BC%AB%E6%AD%A5%E7%9A%84%E6%B3%95%E5%9B%BD%E5%9F%8E...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d8ef06eb44be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-967f405f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "selector": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "html": "<a class=\"AfCard__link\" href=\"/zh-Hans/article/48%E5%B0%8F%E6%97%B6%E5%9B%9E%E5%BF%86%E8%AF%BA%E6%9B%BC%E5%BA%95%E7%99%BB%E9%99%86%E6%B5%B7%E6%BB%A9/\" target=\"\" data-v-08de3870=\"\">48小时在登陆海滩上回忆诺曼底登陆</a...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0949dea4e9f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9316a391"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 7,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/akce",
      "finalUrl": "https://www.france.fr/cs/akce/",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1393,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/aktivity",
      "finalUrl": "https://www.france.fr/cs/aktivity/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Aktivity a tipy, co podniknout ve Francii",
      "elapsedMs": 26243,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1268,
          "failed": 0,
          "cantTell": 91,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1401,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 72,
          "failed": 20,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47a5b07214a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34bceed4df4d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2332518f2f30",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73b4250618af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b41eee8e7f24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56cede921602",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69dd6293383b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d030f0cd64f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1606f8a97813",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f98a5a03e7e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "365bacef75ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec8c5c42cf2a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d551dfc0b315",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a2f34e87556",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d3cdc4bb62f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b08395a5e59e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/okruh/vylet-v-zalivu-mont-saint-michel/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/okruh/vylet-v-zalivu-mont-saint-michel/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/okruh/vylet-v-zalivu-mont-saint-michel/\" target=\"\" data-v-08de3870=\"\">Výlet v zálivu Mont-Saint-Michel </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7be6cbac7ff3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a1f41b0c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/7-lesu-v-bretani-na%20podzim/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/7-lesu-v-bretani-na%20podzim/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/7-lesu-v-bretani-na%20podzim/\" target=\"\" data-v-08de3870=\"\">7 lesů v Bretani na podzim</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d13a9641c7a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b4f8d73e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/udrzitelne-zpusoby-cestovani-ve-francii/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/udrzitelne-zpusoby-cestovani-ve-francii/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/udrzitelne-zpusoby-cestovani-ve-francii/\" target=\"\" data-v-08de3870=\"\">Udržitelné způsoby cestování ve Francii</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0474dae36af1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f12ddbc3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/cestovat-francie-v-zime/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/clanek/cestovat-francie-v-zime/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/clanek/cestovat-francie-v-zime/\" target=\"\" data-v-08de3870=\"\">7 důvodů proč cestovat do Francie v zimě</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "565d2baf9443",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-444eaf03"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/archivy",
      "finalUrl": "https://www.france.fr/cs/archivy/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Všechny články - Explore France",
      "elapsedMs": 11686,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1197,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 43
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard.AfCard--medium.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 data-v-08de3870=\"\" class=\"AfCard__title heading-5\"><a data-v-08de3870=\"\" class=\"AfCard__link\" href=\"/cs/clanek/netradicni-ubytovani-na-horach/\" target=\"\">Top netradiční ubytování na horách</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "657a518c87bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fbbf11d5"
          }
        ],
        "outcomeCount": 1244,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 75,
          "failed": 17,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51458cec1031",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dcf7b193b851",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1372075c34ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a53e3e87969",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f4134dbe362",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28a7e40b9a7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c8a83fd5795",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2781eaa322fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de14cfd13a4f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "449d8a4fac55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96a575049290",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1bed0711fae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1858e63f714",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67bb01a4e7d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 data-v-08de3870=\"\" class=\"AfCard__title heading-5\"><a data-v-08de3870=\"\" class=\"AfCard__link\" href=\"/cs/clanek/netradicni-ubytovani-na-horach/\" target=\"\">Top netradiční ubytování na horách</a></h3...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "441378f54f6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c1943a45f9f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f730abbfc0c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 17,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/destinace",
      "finalUrl": "https://www.france.fr/cs/destinace/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Kterou oblast Francie si vyberete pro svoji dovolenou?",
      "elapsedMs": 16406,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1137,
          "failed": 0,
          "cantTell": 140,
          "inapplicable": 45
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1322,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 69,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "892d2d12a395",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "699bc2c6e434",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0a4031907d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5a122e66269",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d89019e45556",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b782b622023d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e018d34b428",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f72f3123535",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2317eeee758",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86b89e24f1b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89834cb31b33",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b553a10d2c24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ac715c1f59c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6628cfd203fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6a20ccf634a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0efabe3d9493",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/guadeloupe/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/guadeloupe/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/guadeloupe/\" target=\"\" data-v-08de3870=\"\">Guadeloupe </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c36639475cbb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-df51fc84"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/sv-pierre-a-miquelon/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/sv-pierre-a-miquelon/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/sv-pierre-a-miquelon/\" target=\"\" data-v-08de3870=\"\">Sv. Pierre a Miquelon  </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8d08df8a73af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c7ed83c3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/wallis-a-futuna/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-2 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/wallis-a-futuna/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/wallis-a-futuna/\" target=\"\" data-v-08de3870=\"\">Ostrovy Wallis a Futuna </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9a24369d6ef1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-54ea3bc7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/lyon/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/lyon/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/lyon/\" target=\"\" data-v-08de3870=\"\">Lyon </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "08ad96edd873",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2328107b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/lille/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/lille/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/lille/\" target=\"\" data-v-08de3870=\"\">Lille</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e2722521dba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d97bc2dd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/toulouse/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/toulouse/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/toulouse/\" target=\"\" data-v-08de3870=\"\">Toulouse </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0012ff14911f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4fa048cd"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/bordeaux/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-3 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/cs/destinace/bordeaux/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/cs/destinace/bordeaux/\" target=\"\" data-v-08de3870=\"\">Bordeaux </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b62b74e76910",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cf7ce10c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/mapa",
      "finalUrl": "https://www.france.fr/cs/mapa/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Mapa - Explore France",
      "elapsedMs": 14971,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1466,
          "failed": 25,
          "cantTell": 4,
          "inapplicable": 41
        },
        "failedRules": [
          "button-name",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".AfButton--blueNight",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ec61f180c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "59d758de8c9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(1) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e62230cf57da",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ffc7bcf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(2) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cf42c9a73fdc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8edf2a71"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(3) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0a4d26b312e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-77ff0976"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(4) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4af5ed5a818c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb3d021f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(5) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7380553c8d0b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e494778"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(6) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1632316b6192",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53f87044"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(7) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "15d9a91e9639",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4b56f3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(8) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "660197ce333a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a12ca026"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(9) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e98bec7108d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4f42d0f2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(10) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b7fa8eefe3d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03b94e36"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(11) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9237f25e7b80",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8f6596"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(12) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b64cb4ec0c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1a4f31"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(13) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "82d4c66f41ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6243780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(14) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e0c393f6eb2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d3f8786"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(15) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ce0f8489e57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8db49355"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(16) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_60b2e830ac.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b5f68d2b290",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-584daf69"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(17) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d152f06ff6ad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-08590a7f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(18) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abf0b4c414ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-178066ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(19) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b751f57c36d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3604a02"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(20) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbcace31.webp\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "32b928a38eb9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dca566fb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(21) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LYON_PLACE_DES_JACOBINS_PRINTEMPS_ISTOCK_ESPLEGLE_a3a5cf1cdd.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e85a27c3ea14",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd050db8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(22) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a773874ae751",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-603c9c94"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(23) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbc9691e8080",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85544e8e"
          }
        ],
        "outcomeCount": 1536,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 31,
          "failed": 61,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/button-name",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/empty-heading",
          "navigable/page-has-heading-one",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb81469b348d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23116f84"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f13d0a5269d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2b51eb71"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "681f06aa4b8b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e291dcf"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f4a52cae15ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fcf81912"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05f2e168e7b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122269c3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41e5cc7f40a5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2a7bdab"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "588b268d0b92",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efac1a3f"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c7571be768f9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48e82d6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ed4b4160cf9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c46d95e6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0fcd9e9ce19",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-412d266d"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "425edb90fe95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-45dc14bc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchprio...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81cae44284ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f080bd9c"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77f81a01dc5a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f331c04"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e9df9ebd6ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c95557fc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "726e318aae68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59c17312"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_60b2e830ac.jpeg\" srcs...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a0a4ce4872",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6d652f3e"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5347df885f3e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58f7f448"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c6502b4cde9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a37b9f43"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpri...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f1798bae86a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cce3392"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbca...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b3eb8a3b82e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1adb7eda"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LYON_PLACE_DES_JACOBINS_PRINTEMPS_ISTOCK_ESPLEGLE_a3a5cf1cdd.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"a...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62685f113f58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e9831b3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriori...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "89d930d95426",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1327e7a"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"au...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "985c70491598",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ed48c38"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9bba31e72bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af55f6a8d7c1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d89588d54e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed8555863fb1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22a85936e616",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f0f691cfba5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b06cae8bf58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1a1c2e29242",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "128fa7c42ae4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e774bf6a263d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3dbce5ea0f79",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d044f3a78620",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "082fa8fa7072",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "873031f6b8af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "selector": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "html": "<div data-v-aa0444f3=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div c...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "13a46294b98f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-60fd0fca"
          },
          {
            "rule": "navigable/page-has-heading-one",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79dff7d6b056",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "main > h1",
            "selector": "main > h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04be3da58753",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d02ed12a647f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/button-name",
            "xpath": "div:nth-of-type(2) > button",
            "selector": "div:nth-of-type(2) > button",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "impact": "critical",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bce6eed2c6a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1535c108241e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_culture",
            "selector": "#tag_theme-tags_culture",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_culture\" name=\"theme-tags\" value=\"tag_theme-tags_culture\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0574d92abbb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a907907"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_nature",
            "selector": "#tag_theme-tags_nature",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_nature\" name=\"theme-tags\" value=\"tag_theme-tags_nature\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d21dd5db0d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c68caa47"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_cycle",
            "selector": "#tag_theme-tags_cycle",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_cycle\" name=\"theme-tags\" value=\"tag_theme-tags_cycle\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51cc0a51bfb8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f39567e3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_entertainment",
            "selector": "#tag_theme-tags_entertainment",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_entertainment\" name=\"theme-tags\" value=\"tag_theme-tags_entertainment\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6e9c7bc5cc18",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eefff7ad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_shopping",
            "selector": "#tag_theme-tags_shopping",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_shopping\" name=\"theme-tags\" value=\"tag_theme-tags_shopping\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "56b0e710daa7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c01183"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_food",
            "selector": "#tag_theme-tags_food",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_food\" name=\"theme-tags\" value=\"tag_theme-tags_food\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f865cf048144",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cebfcd6e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_romance",
            "selector": "#tag_theme-tags_romance",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_romance\" name=\"theme-tags\" value=\"tag_theme-tags_romance\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcd5b016825e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cb57b20"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_sport",
            "selector": "#tag_theme-tags_sport",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_sport\" name=\"theme-tags\" value=\"tag_theme-tags_sport\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0adde809aba3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3905216"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_memory-tourism",
            "selector": "#tag_theme-tags_memory-tourism",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_memory-tourism\" name=\"theme-tags\" value=\"tag_theme-tags_memory-tourism\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b94ea5f2a8b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2af4ac14"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_cities",
            "selector": "#tag_area-tags_cities",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_cities\" name=\"area-tags\" value=\"tag_area-tags_cities\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67faa3e99e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c816f87e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_coastal",
            "selector": "#tag_area-tags_coastal",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_coastal\" name=\"area-tags\" value=\"tag_area-tags_coastal\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a81402d1020",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04908528"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_village",
            "selector": "#tag_area-tags_village",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_village\" name=\"area-tags\" value=\"tag_area-tags_village\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c4c493998cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3a1e7f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_parks",
            "selector": "#tag_area-tags_parks",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_parks\" name=\"area-tags\" value=\"tag_area-tags_parks\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bcc01587c995",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15dd0cad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_mountain",
            "selector": "#tag_area-tags_mountain",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_mountain\" name=\"area-tags\" value=\"tag_area-tags_mountain\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "382a6a36239d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-950234a5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_two-people",
            "selector": "#tag_profile-tags_two-people",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_two-people\" name=\"profile-tags\" value=\"tag_profile-tags_two-people\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d45b918726a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca07e9f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_friends",
            "selector": "#tag_profile-tags_friends",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_friends\" name=\"profile-tags\" value=\"tag_profile-tags_friends\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "570af6405eed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c71e3eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_family",
            "selector": "#tag_profile-tags_family",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_family\" name=\"profile-tags\" value=\"tag_profile-tags_family\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0df5c6aae0c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46ecc4a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_solo",
            "selector": "#tag_profile-tags_solo",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_solo\" name=\"profile-tags\" value=\"tag_profile-tags_solo\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac5271bff8e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-47b3e8f6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 61,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/nove-clanky",
      "finalUrl": "https://www.france.fr/cs/nove-clanky/",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1141,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/cs/okruh",
      "finalUrl": "https://www.france.fr/cs/okruh/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Road trips ve Francii : tipy na okruhy trasy",
      "elapsedMs": 19229,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1152,
          "failed": 0,
          "cantTell": 14,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1209,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 76,
          "failed": 16,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-1",
            "selector": "#main-navigation_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-1\" id=\"main-navigation_NavigationDestinations-1\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e4ee63f544f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-88a685e8"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4fadbd655d17",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-000383bf"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d10c5ac4ab0d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-99a25bbb"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "addab4a2da12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-4",
            "selector": "#main-navigation_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-4\" id=\"main-navigation_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe5d53f7328e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-63056941"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "551446ab2857",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5de8055f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af57940d8415",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5dff8440"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-1",
            "selector": "#main-navigation-mobile_NavigationDestinations-1",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-1\" id=\"main-navigation-mobile_NavigationDestinations-1\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fe6c35a0260",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70ed69b0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "175929fbf6a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d39b9bb2"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-1_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-1_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c61136ed0b00",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7be841f7"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8447f10d88ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-4",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-4\" id=\"main-navigation-mobile_NavigationThematicInfo-4\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e4af464f873",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-db0a592d"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a0314316093",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-94ce6a6f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-4_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-4_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df90341cb80c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66c53f0d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d5a1029582",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vyberte jazyk <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09b0fab68cb1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 16,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/da/aktiviteter",
      "finalUrl": "https://www.france.fr/da/aktiviteter/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Hvilke aktiviteter skal man vælge?",
      "elapsedMs": 12071,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1229,
          "failed": 0,
          "cantTell": 73,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1345,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c906297ebc7d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa849d947320",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b82ade3d1481",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "081c2447e84b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3975f8045fdd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d79244506e18",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e052abe961f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbf86fb261bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d43ac3cc9a59",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0c9c7568f1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10c6178d4889",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98a21b0af4f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0a748f9cd7f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0cf7fcdd6bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3ca3e3ab655",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f19eb312bf7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f45ff24b7dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Vælg sprog <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea922d92603c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/tips-baeredygtig-ferie-bjerge/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/tips-baeredygtig-ferie-bjerge/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/tips-baeredygtig-ferie-bjerge/\" target=\"\" data-v-08de3870=\"\">10 gode råd til en bæredygtig ferie i bjergene</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16695162742c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c457cf77"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/frankrig-okologiske-vinomrader/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/frankrig-okologiske-vinomrader/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/frankrig-okologiske-vinomrader/\" target=\"\" data-v-08de3870=\"\">Syv miljøvenlige oplevelser i det franske vinland</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7f57ca17fad",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a215242f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/baeredygtige-hoteller-frankrig/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/baeredygtige-hoteller-frankrig/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/baeredygtige-hoteller-frankrig/\" target=\"\" data-v-08de3870=\"\">Vores Top 14: hyggelige og miljøvenlige hoteller i Frankrig</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04d9fa4f0503",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09c7ab61"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/groen-by-grenoble/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/da/artikel/groen-by-grenoble/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/da/artikel/groen-by-grenoble/\" target=\"\" data-v-08de3870=\"\">5 ’grønne’ grunde til at besøge Grenoble</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7321811c5668",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6ec28eb1"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/aktivitaeten",
      "finalUrl": "https://www.france.fr/de/aktivitaeten/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Was kann man unternehmen? Aktivitäten und Ausgehen in Frankreich",
      "elapsedMs": 16367,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1280,
          "failed": 0,
          "cantTell": 73,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1396,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "46681cf6b5f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27efa6ff0524",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3755132ad325",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86a58bb55ffa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d057c4c6d84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c015a3f7491",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "abce5145aaef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3430a9151032",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d9c5eb7d175",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c49eb2e4592",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "19b473a5e3d4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3315fc1ffec7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8cfcf25d982",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f18955c1a32e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a7081405a31b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00ca5008145d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f0274747bd1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b047085ead40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/ein-tag-im-sudfranzosischen-okzitanien-eine-reise-ins-herz-des-franzosischen-kulturerbes/\" target=\"\" data-v-08de3870=\"\">Ein Tag im südfranzösischen Okzitanien...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6eb4d367aef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3b9a656d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/pastel-blaues-gold-okzitanien/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/pastel-blaues-gold-okzitanien/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/pastel-blaues-gold-okzitanien/\" target=\"\" data-v-08de3870=\"\">Pastel - das \"blaue Gold\" von Okzitanien</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "47071851bbd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-91cc2bc4"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/languedoc-mittelmeer-was-kann-man-dort-sehen-erleben-probieren/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/languedoc-mittelmeer-was-kann-man-dort-sehen-erleben-probieren/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/languedoc-mittelmeer-was-kann-man-dort-sehen-erleben-probieren/\" target=\"\" data-v-08de3870=\"\">Okzitanien-Südfrankreich: Was kann man dort sehen, erleben, prob...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dcbf2a83df6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-071dbec3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/abenteuer-familie-fahrrad-loire/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/abenteuer-familie-fahrrad-loire/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/abenteuer-familie-fahrrad-loire/\" target=\"\" data-v-08de3870=\"\">Familienabenteuer auf dem Loire-Radweg</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f7054adc953",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cba9a35e"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/archiv",
      "finalUrl": "https://www.france.fr/de/archiv/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Alle Artikel - Explore France",
      "elapsedMs": 13977,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1332,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 43
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard--medium.AfCard.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/de/artikel/wellness-bretagne-thalasso-natururlaub/\" target=\"\" data-v-08de3870=\"\">8 Wellness-Auszeiten zum Entspannen in der Bretagne</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17121cd3b3c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6043d269"
          }
        ],
        "outcomeCount": 1379,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 73,
          "failed": 19,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6ba1d0fe51cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b742f2edb40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06eb2b700ae2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dee076bf7f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "893b3931232a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1eadfd6fa6df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af0fc9a5f849",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5b0893e07b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "94a2dc99e888",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ec1e014d39",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d60569cf9f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fd8b104b24b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f1fd0079718",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bb21069d69c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "78ee998c3bda",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "554e9c61089d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/de/artikel/wellness-bretagne-thalasso-natururlaub/\" target=\"\" data-v-08de3870=\"\">8 Wellness-Auszeiten zum Entspann...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "71c9b38876c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e9aa6741b2d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "323661211f12",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/karte",
      "finalUrl": "https://www.france.fr/de/karte/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Karte - Explore France",
      "elapsedMs": 16592,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1526,
          "failed": 27,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "button-name",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".AfButton--blueNight",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "297fca4e766b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ccb3fbbcc58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(1) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aacd58557660",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ffc7bcf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(2) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "299f6fdf808e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8edf2a71"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(3) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4ca73e225bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-77ff0976"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(4) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bab2cd1fcf1c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb3d021f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(5) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0ac9ad27b84",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e494778"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(6) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8d34022769c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53f87044"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(7) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f009fbbde2bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4b56f3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(8) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "daf9fee36825",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a12ca026"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(9) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00aef090c53e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4f42d0f2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(10) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2cd691da9f4d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03b94e36"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(11) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "154ec4551ce3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8f6596"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(12) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f09850b52081",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1a4f31"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(13) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28993c72522f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6243780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(14) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "171ff205d0c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d3f8786"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(15) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31f5870e3b13",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8db49355"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(16) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1648bceb95da",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-584daf69"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(17) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9bf820dd98c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-08590a7f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(18) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdfa1c1c1208",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-178066ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(19) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_344887574_0d786d3bba.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "303ff530c38f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3604a02"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(20) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7107f51f5b41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dca566fb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(21) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16958ab82e73",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd050db8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(22) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3baf993bf8d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-603c9c94"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(23) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbcace31.webp\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "334102d90348",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85544e8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(24) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09_c6be0dea37.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9fcb4f40d11d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebe7d5ef"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(25) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "871aa29b79cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed5a5b38"
          }
        ],
        "outcomeCount": 1597,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 26,
          "failed": 66,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/button-name",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/empty-heading",
          "navigable/page-has-heading-one",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e4d1bd777311",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23116f84"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07765b5eb558",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2b51eb71"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07d25478f0f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e291dcf"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9d380e229707",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fcf81912"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cd8ae169034",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122269c3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f2d7f8270fac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2a7bdab"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bc4d3466ec1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efac1a3f"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2ff1c81c542",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48e82d6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0a5f896802b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c46d95e6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d76dae57c071",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-412d266d"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d35d3a188bd2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-45dc14bc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ad820b967129",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f080bd9c"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cef9bda40246",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f331c04"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "828a7cf5fb3c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c95557fc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchprio...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d7434ada9ca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59c17312"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "49b931629b29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6d652f3e"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "459738fe4974",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58f7f448"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "203111fa103b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a37b9f43"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_344887574_0d786d3bba.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5fd0d248e57",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cce3392"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c40adb6d82a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1adb7eda"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9e23018c1e8d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e9831b3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpri...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0ee9e8f23c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1327e7a"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbca...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "998acf76ac20",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ed48c38"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(24) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(24) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09_c6be0dea37.jpg\" srcset=\"\" sizes=\"150px\" ...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e6ddc02b1a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4ae1ac00"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(25) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(25) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"au...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d0b193cfa97",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d13fac00"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "97ebe5b4c253",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "901caa31a46d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d947e8b8542",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88ea24b93812",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a79d4afae363",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b791b5d122af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2de52d2f5ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "577fb5025c33",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e754dc6621",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f925ac2d4e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33afa6467218",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c92af546e374",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc961e752fbf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50e41df7cfc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f7fb49b29aa9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a42503403e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "selector": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "html": "<div data-v-aa0444f3=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div c...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0cdb96d99589",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-60fd0fca"
          },
          {
            "rule": "navigable/page-has-heading-one",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31003a26fb5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "main > h1",
            "selector": "main > h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1c38d1d82de7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0fb0233e8d4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/button-name",
            "xpath": "div:nth-of-type(2) > button",
            "selector": "div:nth-of-type(2) > button",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "impact": "critical",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9f442764703",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "335cf711c15c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_nature",
            "selector": "#tag_theme-tags_nature",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_nature\" name=\"theme-tags\" value=\"tag_theme-tags_nature\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca1677c08327",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c68caa47"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_culture",
            "selector": "#tag_theme-tags_culture",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_culture\" name=\"theme-tags\" value=\"tag_theme-tags_culture\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2d90322dc931",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a907907"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_food",
            "selector": "#tag_theme-tags_food",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_food\" name=\"theme-tags\" value=\"tag_theme-tags_food\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8b3d5f6c9d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cebfcd6e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_entertainment",
            "selector": "#tag_theme-tags_entertainment",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_entertainment\" name=\"theme-tags\" value=\"tag_theme-tags_entertainment\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "718d2fa074cf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eefff7ad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_cycle",
            "selector": "#tag_theme-tags_cycle",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_cycle\" name=\"theme-tags\" value=\"tag_theme-tags_cycle\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fcbba53e9864",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f39567e3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_shopping",
            "selector": "#tag_theme-tags_shopping",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_shopping\" name=\"theme-tags\" value=\"tag_theme-tags_shopping\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f8e65a61f088",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c01183"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_sport",
            "selector": "#tag_theme-tags_sport",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_sport\" name=\"theme-tags\" value=\"tag_theme-tags_sport\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f624e0512839",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3905216"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_wellness",
            "selector": "#tag_theme-tags_wellness",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_wellness\" name=\"theme-tags\" value=\"tag_theme-tags_wellness\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670e9dde82b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5472cf0a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_memory-tourism",
            "selector": "#tag_theme-tags_memory-tourism",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_memory-tourism\" name=\"theme-tags\" value=\"tag_theme-tags_memory-tourism\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "837d4642acb3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2af4ac14"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_romance",
            "selector": "#tag_theme-tags_romance",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_romance\" name=\"theme-tags\" value=\"tag_theme-tags_romance\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "66a96fdd7469",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cb57b20"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_cities",
            "selector": "#tag_area-tags_cities",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_cities\" name=\"area-tags\" value=\"tag_area-tags_cities\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a71410c2ea68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c816f87e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_coastal",
            "selector": "#tag_area-tags_coastal",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_coastal\" name=\"area-tags\" value=\"tag_area-tags_coastal\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "95e01753c27e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04908528"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_parks",
            "selector": "#tag_area-tags_parks",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_parks\" name=\"area-tags\" value=\"tag_area-tags_parks\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ce3217ba7332",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15dd0cad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_village",
            "selector": "#tag_area-tags_village",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_village\" name=\"area-tags\" value=\"tag_area-tags_village\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "626f9734dc8d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3a1e7f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_mountain",
            "selector": "#tag_area-tags_mountain",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_mountain\" name=\"area-tags\" value=\"tag_area-tags_mountain\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d628c66afa56",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-950234a5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_family",
            "selector": "#tag_profile-tags_family",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_family\" name=\"profile-tags\" value=\"tag_profile-tags_family\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2bb000335fd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46ecc4a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_friends",
            "selector": "#tag_profile-tags_friends",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_friends\" name=\"profile-tags\" value=\"tag_profile-tags_friends\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ffc151324f80",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c71e3eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_two-people",
            "selector": "#tag_profile-tags_two-people",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_two-people\" name=\"profile-tags\" value=\"tag_profile-tags_two-people\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "676cbf424ad7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca07e9f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_solo",
            "selector": "#tag_profile-tags_solo",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_solo\" name=\"profile-tags\" value=\"tag_profile-tags_solo\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0bcd70797028",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-47b3e8f6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 66,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/nachhaltiges-reisen",
      "finalUrl": "https://www.france.fr/de/nachhaltiges-reisen/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Slow Tourismus in Frankreich: Tipps und Ideen für Ausflüge",
      "elapsedMs": 12113,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1180,
          "failed": 2,
          "cantTell": 89,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "scrollable-region-focusable"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSectionCards__watermark",
            "html": "<p class=\"color-blue AfSectionCards__watermark text-watermark\" data-v-a822b09b=\"\">Besuchen</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.08 (foreground color: #f3f5fc, background color: #ffffff, font size: 150.0pt (200px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3eb60377ed82",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6c987f2a"
          },
          {
            "rule": "scrollable-region-focusable",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag211",
              "wcag213"
            ],
            "xpath": ".AfKeyFigures__scrolling--isDurable",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\">",
            "message": "Scrollable region must have keyboard access",
            "fixSummary": "Fix any of the following:\n  Element should have focusable content\n  Element should be focusable",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9926ced9666d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e732444f"
          }
        ],
        "outcomeCount": 1312,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 69,
          "failed": 23,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "keyboard-accessible/scrollable-region",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "718c39bfcbbf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c053c7a3ffe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "793ec71fe204",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e4e0e7a1ba8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dad63f46eb9d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "052987518fda",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1388e8025375",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f0ef8d57a8f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62f77648304b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0c086e94e674",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff7463d0dc78",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0935c7c55d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1f596a7f038",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e9b7a86ec1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "756ca12d9abe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f7d8fbf7e55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/scrollable-region",
            "xpath": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "selector": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\"><ul class=\"AfKeyFigures__figures\" data-v-afa8ea60=\"\"><!--[--><li class=\"AfKeyFigures__figu...",
            "impact": "serious",
            "message": "Scrollable region is not keyboard accessible. Add tabindex='0' or include focusable elements.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64c846c8610e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-069d0e0b"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3c425abcee9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Wählen Sie eine Sprache <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3ceb4534aec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltige-aktivitaeten-ardennen/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltige-aktivitaeten-ardennen/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/nachhaltige-aktivitaeten-ardennen/\" target=\"\" data-v-08de3870=\"\">Ökotourismus in den französischen Ardennen: Tipps für nachhaltige Aktivitäten</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "02a7320e9a8f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86b6de7a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltiger-tourismus-auf-der-trauminsel-korsika/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltiger-tourismus-auf-der-trauminsel-korsika/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/nachhaltiger-tourismus-auf-der-trauminsel-korsika/\" target=\"\" data-v-08de3870=\"\">Nachhaltiger Tourismus auf der Trauminsel Korsika</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1ea4b1f282d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a3481425"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltiger-urlaub-franzoesische-berge/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/nachhaltiger-urlaub-franzoesische-berge/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/nachhaltiger-urlaub-franzoesische-berge/\" target=\"\" data-v-08de3870=\"\">10 Tipps für einen nachhaltigen Urlaub in den französischen Bergen</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6122afdc47a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0294ce94"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/ein-nachhaltiger-roadtrip-im-burgund-von-dijon-nach-cluny/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/de/artikel/ein-nachhaltiger-roadtrip-im-burgund-von-dijon-nach-cluny/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/de/artikel/ein-nachhaltiger-roadtrip-im-burgund-von-dijon-nach-cluny/\" target=\"\" data-v-08de3870=\"\">Ein nachhaltiger Roadtrip im Burgund von Dijon nach Cluny</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aeaf78ee59c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-768db49c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 23,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/de/neue-artikel",
      "finalUrl": "https://www.france.fr/de/neue-artikel/",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1891,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/activities",
      "finalUrl": "https://www.france.fr/en/activities/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Activities   - Explore France",
      "elapsedMs": 11849,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1259,
          "failed": 0,
          "cantTell": 76,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1377,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 71,
          "failed": 21,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdc5c5d7e952",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "581fb80b2820",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a759936239dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1a0a5befd26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c8f20af55e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "308fc408a780",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5601dfdc02ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "078bc5bdccb6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03eded98254b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "388cbde3c220",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c9d043a76a7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7cdb098e7d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2de15f42b05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "123f9fe59038",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2a1f7ef541d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7bbb823cac77",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2df1d5ca26fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eco-friendly-boats/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eco-friendly-boats/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/eco-friendly-boats/\" target=\"\" data-v-08de3870=\"\">Eco-friendly boats: why not take to the water? </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8f052ee1e237",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b77cee13"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/unusual-activities-unwind-alps-summer%20/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/unusual-activities-unwind-alps-summer%20/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/unusual-activities-unwind-alps-summer%20/\" target=\"\" data-v-08de3870=\"\">5 unusual activities to unwind in the Alps this summer</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b26fc74eb33",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dc38e483"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eco-responsible-hotels-france/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eco-responsible-hotels-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/eco-responsible-hotels-france/\" target=\"\" data-v-08de3870=\"\">14 cosy, eco-responsible hotels to (re)discover the France</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d65122fe05b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3ab3e27b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/genoble-sustainable-city-alps/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/genoble-sustainable-city-alps/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/genoble-sustainable-city-alps/\" target=\"\" data-v-08de3870=\"\">5 green reasons for visiting Grenoble</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f97a9f9e390",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81642af0"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 21,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/archives",
      "finalUrl": "https://www.france.fr/en/archives/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "All articles - Explore France",
      "elapsedMs": 11537,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1137,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 42
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard--medium.AfCard.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/en/article/Cultural-elegant-gourmet-thousand-faces-discover/\" target=\"\" data-v-08de3870=\"\">Cultural, elegant, gourmet, authentic... discover the many faces of Dordogne Périgord.</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "10a4fd894b68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6043d269"
          }
        ],
        "outcomeCount": 1183,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41249c574c76",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4f7174edaac4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0717566d6fb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fad29f900751",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7e2414c49b2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43b7aa361012",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "435117dc7041",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c5e24f1a485",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e32efb46093d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ab5d59df12ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8d0b2b61cc1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cb13b4047ef",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ced2503e7011",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f150e5e05404",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e398eba0872c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35962358e3b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/en/article/Cultural-elegant-gourmet-thousand-faces-discover/\" target=\"\" data-v-08de3870=\"\">Cultural, elegant, gour...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd47d8b8cb9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a9ece9b95811",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/en/durable-travel",
      "finalUrl": "https://www.france.fr/en/durable-travel/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Travel gems in France to take you off the beaten track!  - Explore France",
      "elapsedMs": 11824,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1161,
          "failed": 2,
          "cantTell": 93,
          "inapplicable": 41
        },
        "failedRules": [
          "color-contrast",
          "scrollable-region-focusable"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "skip-link",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfSectionCards__watermark",
            "html": "<p class=\"color-blue AfSectionCards__watermark text-watermark\" data-v-a822b09b=\"\">Visit</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.08 (foreground color: #f3f5fc, background color: #ffffff, font size: 150.0pt (200px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a516ffe1d1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6c987f2a"
          },
          {
            "rule": "scrollable-region-focusable",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag211",
              "wcag213"
            ],
            "xpath": ".AfKeyFigures__scrolling--isDurable",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\">",
            "message": "Scrollable region must have keyboard access",
            "fixSummary": "Fix any of the following:\n  Element should have focusable content\n  Element should be focusable",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79531052b44c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e732444f"
          }
        ],
        "outcomeCount": 1297,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "keyboard-accessible/scrollable-region",
          "labels-and-names/duplicate-id-aria"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "751c2e4f86ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d2e4a4e22c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26d6306fa9c2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0308a499a822",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24be62d8726d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11bac006a2b6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "465b4345fffe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06d7be8dd595",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e598f2806ed7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0f8468b5d27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0388fc891c13",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1d9050c0e0d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "25c15d144880",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "255f183cf854",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c1a6a95bf42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "415373e662ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/scrollable-region",
            "xpath": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "selector": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\"><ul class=\"AfKeyFigures__figures\" data-v-afa8ea60=\"\"><!--[--><li class=\"AfKeyFigures__figu...",
            "impact": "serious",
            "message": "Scrollable region is not keyboard accessible. Add tabindex='0' or include focusable elements.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a02e9f9bc9e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-069d0e0b"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af6c14cd3b1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/mimosa-road-south-france/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"2 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/mimosa-road-south-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/mimosa-road-south-france/\" target=\"\" data-v-08de3870=\"\">The golden splendor of the mimosa road</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e16220abf4a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-62e551f2"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eight-winter-adventures-in-provence/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"3 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/eight-winter-adventures-in-provence/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/eight-winter-adventures-in-provence/\" target=\"\" data-v-08de3870=\"\">Eight winter adventures in Provence</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "28f51c894d79",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-28de6795"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/national-parks-mountain-winter/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"4 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/national-parks-mountain-winter/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/national-parks-mountain-winter/\" target=\"\" data-v-08de3870=\"\">4 national parks to enjoy the mountains this winter</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ced6bd57d98",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4feae9eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/how-to-forget-winter-in-7-easy-steps-in-corsica/\"]",
            "selector": "#main-content > div:nth-of-type(1) > section:nth-of-type(2) > section > ul > li[aria-label=\"0 of 5\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/en/article/how-to-forget-winter-in-7-easy-steps-in-corsica/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/en/article/how-to-forget-winter-in-7-easy-steps-in-corsica/\" target=\"\" data-v-08de3870=\"\">How to forget winter in 7 easy steps... in Corsica</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f5b93c6c767",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f1ccfd81"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/actividades",
      "finalUrl": "https://www.france.fr/es/actividades/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "¿Qué hacer? Actividades, paseos y excursiones en Francia",
      "elapsedMs": 23274,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1309,
          "failed": 0,
          "cantTell": 87,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1439,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64bc73588f91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05c407f6965f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3179067f384b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "923b3dd85d39",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e960e153f59c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff48e4ba8908",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bc76b3cd499a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2602d15963a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05e7628eb522",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31a2ecf96f41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ae2f383c417",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22769e4af6d5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2c52c6bb6e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9842f7b211c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4a591b675b0b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61107d5f7c09",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa846a8b6672",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "800c1e599666",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/guia-lugares-ecorresponsables-paris-y-alrededores-con-amigos/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/guia-lugares-ecorresponsables-paris-y-alrededores-con-amigos/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/guia-lugares-ecorresponsables-paris-y-alrededores-con-amigos/\" target=\"\" data-v-08de3870=\"\">Guía de lugares ecorresponsables en París y sus alrededores para ...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac85ba724283",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af324f68"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/actividades-originales-contemplativas-compartir-familia-pais-vasco-frances/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/actividades-originales-contemplativas-compartir-familia-pais-vasco-frances/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/actividades-originales-contemplativas-compartir-familia-pais-vasco-frances/\" target=\"\" data-v-08de3870=\"\">7 actividades originales y contemplativas para comp...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe1ed9e5e292",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-35010a0b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/talleres-reciclaje-francia/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/talleres-reciclaje-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/talleres-reciclaje-francia/\" target=\"\" data-v-08de3870=\"\">Innovadores talleres donde el reciclaje se transforma en bellas creaciones</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e81b1001209",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c7c2b64d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/turismo-sostenible-normandia-con-baroudeurs-liegeois/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/turismo-sostenible-normandia-con-baroudeurs-liegeois/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/turismo-sostenible-normandia-con-baroudeurs-liegeois/\" target=\"\" data-v-08de3870=\"\">Turismo sostenible en Normandía con los blogueros de Baroudeurs Liégeois<...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6e4fe925bb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4a8d33ba"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/archivos",
      "finalUrl": "https://www.france.fr/es/archivos/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Todos los artículos - Explore France",
      "elapsedMs": 15625,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1272,
          "failed": 1,
          "cantTell": 3,
          "inapplicable": 43
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard--medium.AfCard.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/es/articulo/alojamientos-insolitos-francia/\" target=\"\" data-v-08de3870=\"\">Una noche en alojamientos muy particulares</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0038bac9805",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6043d269"
          }
        ],
        "outcomeCount": 1319,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 73,
          "failed": 19,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3a931e9f79e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67fa3583a08",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "027597346fd2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4b3983d21804",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c1c2b5239e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41608970b708",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "925708a92b26",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c6a16227a8d8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "468200b3524c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34b9a81f9316",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31af799caede",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "350c5f871311",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9b619c330677",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "498faff879d2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "825e388d7a83",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "de48ad1fb456",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/es/articulo/alojamientos-insolitos-francia/\" target=\"\" data-v-08de3870=\"\">Una noche en alojamientos muy particular...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "173121657802",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30b019904825",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d53dfb3df54e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/buscar",
      "finalUrl": "https://www.france.fr/es/buscar/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Buscar - Explore France",
      "elapsedMs": 13459,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 799,
          "failed": 0,
          "cantTell": 3,
          "inapplicable": 46
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 848,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5fbed9477f22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dc75b64cc663",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36cb69f8872d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cc8538969238",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5130b5e86ccd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "670ad3c6af56",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e47d7530ccc9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6907ba7b3b0a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d1b8290584c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "045c15e441bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1f82e08b99d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "800da5d508a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26e2352526f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2d634d85601",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3f76a4ac64b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33b795155bce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d4f95185533",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f7ed04cd40c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/destino",
      "finalUrl": "https://www.france.fr/es/destino/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "¿Adónde ir? Qué destino elegir para tu estancia en Francia",
      "elapsedMs": 17858,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1168,
          "failed": 0,
          "cantTell": 140,
          "inapplicable": 45
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1353,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 67,
          "failed": 25,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f171ff8e901",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1150ad89b1b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4cd337b34326",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9692af923054",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa11651f8d31",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "485d2228f878",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b125cffebed2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0b48aeae351",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f41bd6327ebd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "816670c59e27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1b361fae7433",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a8e1da316a25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a00bdeeff5da",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea03bab5af4c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "046bf325725a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a77e2f8238e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fbad5d6b8858",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "871ea607391d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/lyon/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/lyon/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/lyon/\" target=\"\" data-v-08de3870=\"\">Lyon</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e23b958314c1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8debb846"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/niza/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/niza/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/niza/\" target=\"\" data-v-08de3870=\"\">Niza</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "992306b9a801",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7ebafc66"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/estrasburgo/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/estrasburgo/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/estrasburgo/\" target=\"\" data-v-08de3870=\"\">Estrasburgo</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "96ea51af4fa4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fe8b1892"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/marsella/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/marsella/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/marsella/\" target=\"\" data-v-08de3870=\"\">Marsella</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a3a3e7245c8a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-02a7f956"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/martinica/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/martinica/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/martinica/\" target=\"\" data-v-08de3870=\"\">Martinica </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75e56aa30bd2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4c73bf1f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/saint-barthelemy/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/saint-barthelemy/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/saint-barthelemy/\" target=\"\" data-v-08de3870=\"\">Saint-Barthélémy </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2878d429d9be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3ccaf59"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/islas-de-wallis-et-futuna/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/destino/islas-de-wallis-et-futuna/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/destino/islas-de-wallis-et-futuna/\" target=\"\" data-v-08de3870=\"\">Islas de Wallis y Futuna </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b67755423dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8fbd3a6c"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/evento",
      "finalUrl": "https://www.france.fr/es/evento/",
      "redirected": true,
      "statusCode": 500,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 29625,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/info-practica",
      "finalUrl": "https://www.france.fr/es/info-practica/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Informaciones prácticas: cómo aprovechar al máximo tu viaje a Francia",
      "elapsedMs": 11622,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1078,
          "failed": 1,
          "cantTell": 78,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".heading-4",
            "html": "<h3 class=\"heading-4 text-align-center mb-5\" data-v-7947d067=\"\">Informaciones prácticas</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c0f0f9753d8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12503fe9"
          }
        ],
        "outcomeCount": 1202,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 68,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d310e88a151a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be97dda4f402",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8f80c89b9cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7963e5cad0fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36738b021ee1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2a09fc59774a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b5a4636e284",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "61a4564e4b01",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "952f907bb0ea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35b722a24668",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01e55a1b6010",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f65d61f4560",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1816f4f1a5fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c8483b9677f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "30c3bde447aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5b50280f3ae0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "#blocks\\.pratical-informations-list-0 > div > h3",
            "selector": "#blocks\\.pratical-informations-list-0 > div > h3",
            "html": "<h3 class=\"heading-4 text-align-center mb-5\" data-v-7947d067=\"\">Informaciones prácticas</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe046e70cc24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f8b6e47d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0868f5d21b46",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8c0265b80c03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/viajar-en-tren-por-francia/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"2 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/viajar-en-tren-por-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/viajar-en-tren-por-francia/\" target=\"_blank\" data-v-08de3870=\"\">Viajar en tren por Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b38a29dfd48d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1c9ce0b7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/francia-bicicleta-rutas-servicios-consejos-normas-circulacion/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"3 of 9\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/francia-bicicleta-rutas-servicios-consejos-normas-circulacion/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/francia-bicicleta-rutas-servicios-consejos-normas-circulacion/\" target=\"_blank\" data-v-08de3870=\"\">Descubrir Francia en bicicleta: rutas, servicios, consejos...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e6f0295651ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7aa43e8b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"2 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/eco-etiquetas-sostenibles/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"2 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/eco-etiquetas-sostenibles/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/eco-etiquetas-sostenibles/\" target=\"_blank\" data-v-08de3870=\"\">Las ecoetiquetas que debes conocer para viajar de manera sostenible</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7a74fbd98679",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b953f090"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"3 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/planificar-estancia-francia-segun-afluencia/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"3 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/planificar-estancia-francia-segun-afluencia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/planificar-estancia-francia-segun-afluencia/\" target=\"_blank\" data-v-08de3870=\"\">Planificar una estancia en Francia según la afluencia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43ee8f8ac6f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-405e38d5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"4 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/puntos-carga-coches-electricos-francia/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"4 of 7\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/es/articulo/puntos-carga-coches-electricos-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/es/articulo/puntos-carga-coches-electricos-francia/\" target=\"_blank\" data-v-08de3870=\"\">Recargar el vehículo eléctrico en Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22ee8e351339",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-175bc27d"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/itinerario",
      "finalUrl": "https://www.france.fr/es/itinerario/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Itinerarios para viajar por Francia",
      "elapsedMs": 11709,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1221,
          "failed": 0,
          "cantTell": 13,
          "inapplicable": 43
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1277,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 74,
          "failed": 18,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5e2ccbf2ce6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84af49a82aac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9ebee4d99b16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6796dcf13699",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "405553546708",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c0575e75f587",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb64e00c88c4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5cc15742c107",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "158d51f6240f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d58d0865ff4c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f87d4a2ddc1e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5778caddbd1d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae098b07da36",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "215065130d4b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "637337ca6a2e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef35c65420e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "951cb9cf0fd5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d40b033184f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 18,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/mapa",
      "finalUrl": "https://www.france.fr/es/mapa/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Mapa - Explore France",
      "elapsedMs": 17484,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1502,
          "failed": 25,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "button-name",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".AfButton--blueNight",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7d8582b15b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7e3b357ff606",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(1) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec038ef19659",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ffc7bcf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(2) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_88_10e62d1142.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ea2ed6262fa2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8edf2a71"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(3) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "42e82edff773",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-77ff0976"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(4) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a2cf246eace1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb3d021f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(5) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65430f505b56",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e494778"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(6) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ca4c814e2e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53f87044"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(7) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "398cd8bf7d06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4b56f3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(8) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0381d2d9424",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a12ca026"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(9) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "87dab3e8aacc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4f42d0f2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(10) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f3dab8e95c33",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03b94e36"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(11) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8915b6ca5b58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8f6596"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(12) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34050e39f48e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1a4f31"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(13) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Vallee_du_Louron_Lac_de_Loudenvielle_HPTE_Laurent_Gaits_6335dc8d12.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "733cdfa8e404",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6243780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(14) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe7f7c8276b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d3f8786"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(15) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dce385d8ae30",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8db49355"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(16) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c94c6028110f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-584daf69"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(17) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f24d86546336",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-08590a7f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(18) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_573513b056.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5a5197bf0e9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-178066ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(19) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14f39bc221c1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3604a02"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(20) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_90_8acd163019.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "292cd5ee6e93",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dca566fb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(21) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8988e83c6703",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd050db8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(22) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbcace31.webp\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "90b43fac522c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-603c9c94"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(23) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a4383909b94",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85544e8e"
          }
        ],
        "outcomeCount": 1571,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 25
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 28,
          "failed": 64,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/button-name",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/empty-heading",
          "navigable/page-has-heading-one",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d670aa9cff1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23116f84"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_88_10e62d1142.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fdcaec0ec73",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2b51eb71"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "568a282e9f3c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e291dcf"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54dc7129ac13",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fcf81912"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "914e27532838",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122269c3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73691df55e64",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2a7bdab"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca33795956e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efac1a3f"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b87114d47b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48e82d6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e692a34444a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c46d95e6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "67bd6997e927",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-412d266d"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd5aa5eeddd6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-45dc14bc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2796d2cd62b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f080bd9c"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Vallee_du_Louron_Lac_de_Loudenvielle_HPTE_Laurent_Gaits_6335dc8d12.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f46e1c6161",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f331c04"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "00afdd954985",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c95557fc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchprio...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8936f0603c17",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59c17312"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2f2e5278e36",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6d652f3e"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "736ec5131880",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58f7f448"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_573513b056.jpeg\" srcs...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "161f118c3912",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a37b9f43"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dbd0d85eb3c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cce3392"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_90_8acd163019.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6524d634c45a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1adb7eda"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpri...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d83d318e6c28",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e9831b3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbca...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c4197304191c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1327e7a"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"au...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "093bbfd9cc25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ed48c38"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e50eb73d2e1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "deb7c1badc49",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fdc9a79c6f64",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe11ecbf3c25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d60e3a043fd0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6e0ea8d1d68",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86a1e8f84729",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a93fb6ca7b90",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aef947710f96",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12beb5a686cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14c2b95c8d42",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6564ffb1b578",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72672730bb6b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7471580f1472",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ff0379d58221",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194cc2d9f4a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "selector": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "html": "<div data-v-aa0444f3=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div c...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c66da5a33c09",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-60fd0fca"
          },
          {
            "rule": "navigable/page-has-heading-one",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ebbaff25951",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "main > h1",
            "selector": "main > h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1892dcd50230",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33e021e88a27",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/button-name",
            "xpath": "div:nth-of-type(2) > button",
            "selector": "div:nth-of-type(2) > button",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "impact": "critical",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21b9dac306bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Escoger un idioma <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aa2b9378ccc8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_culture",
            "selector": "#tag_theme-tags_culture",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_culture\" name=\"theme-tags\" value=\"tag_theme-tags_culture\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b1567432e8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a907907"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_nature",
            "selector": "#tag_theme-tags_nature",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_nature\" name=\"theme-tags\" value=\"tag_theme-tags_nature\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86686d44009b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c68caa47"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_food",
            "selector": "#tag_theme-tags_food",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_food\" name=\"theme-tags\" value=\"tag_theme-tags_food\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54aebbf8b5fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cebfcd6e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_cycle",
            "selector": "#tag_theme-tags_cycle",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_cycle\" name=\"theme-tags\" value=\"tag_theme-tags_cycle\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbf768fa140f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f39567e3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_shopping",
            "selector": "#tag_theme-tags_shopping",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_shopping\" name=\"theme-tags\" value=\"tag_theme-tags_shopping\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b71f704b2bf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c01183"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_sport",
            "selector": "#tag_theme-tags_sport",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_sport\" name=\"theme-tags\" value=\"tag_theme-tags_sport\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9925e41385f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3905216"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_entertainment",
            "selector": "#tag_theme-tags_entertainment",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_entertainment\" name=\"theme-tags\" value=\"tag_theme-tags_entertainment\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "52a1d8fc3dac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eefff7ad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_wellness",
            "selector": "#tag_theme-tags_wellness",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_wellness\" name=\"theme-tags\" value=\"tag_theme-tags_wellness\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b4587dbf229b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5472cf0a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_spirituality",
            "selector": "#tag_theme-tags_spirituality",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_spirituality\" name=\"theme-tags\" value=\"tag_theme-tags_spirituality\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f145ffc83e76",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2dedc48c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_memory-tourism",
            "selector": "#tag_theme-tags_memory-tourism",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_memory-tourism\" name=\"theme-tags\" value=\"tag_theme-tags_memory-tourism\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8783a7b7eca6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2af4ac14"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_cities",
            "selector": "#tag_area-tags_cities",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_cities\" name=\"area-tags\" value=\"tag_area-tags_cities\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd73f88216c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c816f87e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_coastal",
            "selector": "#tag_area-tags_coastal",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_coastal\" name=\"area-tags\" value=\"tag_area-tags_coastal\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34bf0cf441e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04908528"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_village",
            "selector": "#tag_area-tags_village",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_village\" name=\"area-tags\" value=\"tag_area-tags_village\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e381c1e250a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3a1e7f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_parks",
            "selector": "#tag_area-tags_parks",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_parks\" name=\"area-tags\" value=\"tag_area-tags_parks\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "205ffa0bc94f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15dd0cad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_mountain",
            "selector": "#tag_area-tags_mountain",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_mountain\" name=\"area-tags\" value=\"tag_area-tags_mountain\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2bbbdd38bfb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-950234a5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_family",
            "selector": "#tag_profile-tags_family",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_family\" name=\"profile-tags\" value=\"tag_profile-tags_family\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "29a1f6b5aaba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46ecc4a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_two-people",
            "selector": "#tag_profile-tags_two-people",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_two-people\" name=\"profile-tags\" value=\"tag_profile-tags_two-people\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "453154b42a05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca07e9f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_friends",
            "selector": "#tag_profile-tags_friends",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_friends\" name=\"profile-tags\" value=\"tag_profile-tags_friends\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2dbaf3ac987e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c71e3eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_solo",
            "selector": "#tag_profile-tags_solo",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_solo\" name=\"profile-tags\" value=\"tag_profile-tags_solo\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1f906c592353",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-47b3e8f6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 64,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/es/nuevos-articulos",
      "finalUrl": "https://www.france.fr/es/nuevos-articulos/",
      "redirected": true,
      "statusCode": 404,
      "ok": false,
      "contentType": "application/json",
      "pageTitle": null,
      "elapsedMs": 1111,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (non-HTML content type: application/json)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/activites",
      "finalUrl": "https://www.france.fr/fr/activites/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Que faire ? Activités et sorties en France",
      "elapsedMs": 19195,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1406,
          "failed": 0,
          "cantTell": 83,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1531,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f367d708f0ed",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5767b20408de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "05afbaa488e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "944bf33aff8b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "831d49f5dca1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "31b49e499093",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8602cd604f8b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36125c8da388",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3108c4cfb850",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81de0235a446",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2752793a07a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c8184703381",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f44caca35cd6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8718f17b9f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e423b85ee62d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48ea86e76905",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d717e73ec161",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1763617e5048",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/slow-tourisme-paris-lieux-ecoresponsables/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/slow-tourisme-paris-lieux-ecoresponsables/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/slow-tourisme-paris-lieux-ecoresponsables/\" target=\"\" data-v-08de3870=\"\">Le guide des spots slow tourisme à Paris et ses alentours entre amis</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "44ce8e9cc8d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-26e990aa"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/activites-contemplatives-originales-famille-pays-basque/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/activites-contemplatives-originales-famille-pays-basque/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/activites-contemplatives-originales-famille-pays-basque/\" target=\"\" data-v-08de3870=\"\"> Huit activités contemplatives et originales à partager en famille au P...",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "03d390c25036",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7008a1a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/ateliers-recyclage/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/ateliers-recyclage/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/ateliers-recyclage/\" target=\"\" data-v-08de3870=\"\">Des ateliers innovants où le recyclage devient un art </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "73844cea208a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d7374914"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/tourisme-durable-en-normandie-avec-les-baroudeurs-liegeois/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/tourisme-durable-en-normandie-avec-les-baroudeurs-liegeois/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/tourisme-durable-en-normandie-avec-les-baroudeurs-liegeois/\" target=\"\" data-v-08de3870=\"\">Tourisme durable en Normandie avec les Baroudeurs Liégeois</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa68f4b80692",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0d72b6f8"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/archives",
      "finalUrl": "https://www.france.fr/fr/archives/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Tous les articles  - Explore France",
      "elapsedMs": 11735,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1275,
          "failed": 1,
          "cantTell": 8,
          "inapplicable": 42
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard--medium.AfCard.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/fr/article/rando-velo-cap-frehel-saint-malo-baie-du-mont-saint-michel/\" target=\"\" data-v-08de3870=\"\">À pied et à vélo sur la destination Cap Fréhel - Saint-Malo - Baie du Mont Saint-Michel</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c385b2c44278",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6043d269"
          }
        ],
        "outcomeCount": 1326,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 73,
          "failed": 19,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f043843b483",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70dfcfe6c3dc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c143ab691a34",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "33c5ddfd4258",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e51a2424148c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "346cbad634c9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26676c05c188",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cacd566f4d90",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b62b47e2ef33",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21329e211265",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9943b87eafa7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f67f8799fa66",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "37b00e97267b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c1a069e29728",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "216dc4f5c551",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "edf06bfeceac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/fr/article/rando-velo-cap-frehel-saint-malo-baie-du-mont-saint-michel/\" target=\"\" data-v-08de3870=\"\">À pied et à v...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c7b4068882b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "329bcf489664",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9377d39c9f32",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/articles-recents",
      "finalUrl": "https://www.france.fr/fr/articles-recents/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Articles récents",
      "elapsedMs": 16285,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1048,
          "failed": 1,
          "cantTell": 4,
          "inapplicable": 45
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard--medium.AfCard.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/fr/incontournable/slow-nature/\" target=\"\" data-v-08de3870=\"\">Slow nature en France : prendre le temps de voyager autrement</a></h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af8f61fe8f88",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6043d269"
          }
        ],
        "outcomeCount": 1098,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 73,
          "failed": 19,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5a638bd56e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "104970bcd5b2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cee614fec2bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5343dfc5c01",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a13abb115abf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "555d8b41c0c3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8e1342f2aa23",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c2df5730b114",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e33f4bc645cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2de2622d9d2a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d010d35e6a06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "98f072e04514",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "69df646057f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d368a340fe9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd6b2c9dbb3d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b532efb14f6d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/fr/incontournable/slow-nature/\" target=\"\" data-v-08de3870=\"\">Slow nature en France : prendre le temps de voyager a...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c3aea19f95b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ee0562ac717",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "948814076a55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/carte",
      "finalUrl": "https://www.france.fr/fr/carte/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Carte - Explore France",
      "elapsedMs": 18889,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1530,
          "failed": 27,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "button-name",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".AfButton--blueNight",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f646cc5b785d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "535c66be32ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(1) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d5b4f9c5dc8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ffc7bcf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(2) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d643f59e5c0c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8edf2a71"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(3) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_88_10e62d1142.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b28d703364e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-77ff0976"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(4) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6fc925a18a93",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb3d021f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(5) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df37373cd87e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e494778"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(6) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c1d887f0274",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53f87044"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(7) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b1acd80efae8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4b56f3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(8) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c21f388f8442",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a12ca026"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(9) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b58861fea2e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4f42d0f2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(10) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d586b88eef9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03b94e36"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(11) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "960f295f22fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8f6596"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(12) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f51d2c6fde1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1a4f31"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(13) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Vallee_du_Louron_Lac_de_Loudenvielle_HPTE_Laurent_Gaits_6335dc8d12.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f935c7a2efc6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6243780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(14) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6af9f90b676",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d3f8786"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(15) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c35d3bdffe03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8db49355"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(16) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "07f9dc8682c6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-584daf69"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(17) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7095e04bd0a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-08590a7f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(18) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5adaff2610a8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-178066ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(19) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_60b2e830ac.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0623ac8fa7d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3604a02"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(20) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7fbc47bca716",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dca566fb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(21) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_90_8acd163019.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b82b6811849",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd050db8"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(22) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e8286a08b1f6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-603c9c94"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(23) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbcace31.webp\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f65aaedf7657",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85544e8e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(24) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6c7ec58b2ad6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebe7d5ef"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(25) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "837dc4ae6d9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ed5a5b38"
          }
        ],
        "outcomeCount": 1601,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 27
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 26,
          "failed": 66,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/button-name",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/empty-heading",
          "navigable/page-has-heading-one",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7b868254ab9b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23116f84"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae7d50d0dc75",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2b51eb71"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_88_10e62d1142.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ee24b02e2b4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e291dcf"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e5bc07105c5d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fcf81912"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_181663801_d9ea6c4c96.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8fc372f0ebcd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122269c3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "707da36ecc2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2a7bdab"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "57763a44ad81",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efac1a3f"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/VIN_1102_scaled_ot_montgenevre_3387815175.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7612890cc748",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48e82d6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ca115ad7e5b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c46d95e6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_288836141_0eb019b3e0.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "096031496f2d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-412d266d"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4729be204bbb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-45dc14bc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6add0758fe18",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f080bd9c"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Vallee_du_Louron_Lac_de_Loudenvielle_HPTE_Laurent_Gaits_6335dc8d12.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24ec7e360231",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f331c04"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6567cb8048b2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c95557fc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010712_f707db23e0.jpg\" srcset=\"\" sizes=\"150px\" fetchprio...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6cc2db16cbe9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59c17312"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0212cc0b0ddc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6d652f3e"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_464976822_027b7c4e5e.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3d2ffea5402b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58f7f448"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d540d1f18053",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a37b9f43"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_60b2e830ac.jpeg\" srcs...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1daf61e00551",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cce3392"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_266732029_ca1f945513.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9adfddde36e9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1adb7eda"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Design_sans_titre_90_8acd163019.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "12d63a8da550",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e9831b3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(22) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpri...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0b5e49b8f8b8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c1327e7a"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(23) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbca...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77450dd60c53",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2ed48c38"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(24) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(24) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriori...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f5eb84563c55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4ae1ac00"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(25) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(25) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ca1724_D_Frobert_Col_d_Aulac_S_165_jpg_3000px_BD_7177f3a64a.JPG\" srcset=\"\" sizes=\"150px\" fetchpriority=\"au...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac77cd27ae19",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d13fac00"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "917820785bee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c74b0f384bd9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9bbd4359692e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a23cb4fa705",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6b8952896314",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ebe505833fb6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b0ae7552935b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cb5cb5807eaa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "26f3421962b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a957a41a311d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ea2e9aabc54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48f55cb31897",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6d9ebdb16350",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "84b65699a054",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c20bde489110",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dd776f66568c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "selector": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "html": "<div data-v-aa0444f3=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div c...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "060543aa13fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-60fd0fca"
          },
          {
            "rule": "navigable/page-has-heading-one",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "966235d11f8f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "main > h1",
            "selector": "main > h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88741b6c566e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a467fda51e79",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/button-name",
            "xpath": "div:nth-of-type(2) > button",
            "selector": "div:nth-of-type(2) > button",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "impact": "critical",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "194a83ce6f02",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "72089579a811",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_nature",
            "selector": "#tag_theme-tags_nature",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_nature\" name=\"theme-tags\" value=\"tag_theme-tags_nature\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe8d96512298",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c68caa47"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_culture",
            "selector": "#tag_theme-tags_culture",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_culture\" name=\"theme-tags\" value=\"tag_theme-tags_culture\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "aecc5409d041",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a907907"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_food",
            "selector": "#tag_theme-tags_food",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_food\" name=\"theme-tags\" value=\"tag_theme-tags_food\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "88a9a924a5d0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cebfcd6e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_cycle",
            "selector": "#tag_theme-tags_cycle",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_cycle\" name=\"theme-tags\" value=\"tag_theme-tags_cycle\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2f197afd8b6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f39567e3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_sport",
            "selector": "#tag_theme-tags_sport",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_sport\" name=\"theme-tags\" value=\"tag_theme-tags_sport\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7ecfb3a2cf05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3905216"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_entertainment",
            "selector": "#tag_theme-tags_entertainment",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_entertainment\" name=\"theme-tags\" value=\"tag_theme-tags_entertainment\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2f3c012d1c54",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eefff7ad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_shopping",
            "selector": "#tag_theme-tags_shopping",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_shopping\" name=\"theme-tags\" value=\"tag_theme-tags_shopping\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92797d32c6a5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c01183"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_wellness",
            "selector": "#tag_theme-tags_wellness",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_wellness\" name=\"theme-tags\" value=\"tag_theme-tags_wellness\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c862bf2c3bfa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5472cf0a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_memory-tourism",
            "selector": "#tag_theme-tags_memory-tourism",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_memory-tourism\" name=\"theme-tags\" value=\"tag_theme-tags_memory-tourism\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "937d00362f4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2af4ac14"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_spirituality",
            "selector": "#tag_theme-tags_spirituality",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_spirituality\" name=\"theme-tags\" value=\"tag_theme-tags_spirituality\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ece1c9983c2a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2dedc48c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_coastal",
            "selector": "#tag_area-tags_coastal",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_coastal\" name=\"area-tags\" value=\"tag_area-tags_coastal\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a6688ae53361",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04908528"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_cities",
            "selector": "#tag_area-tags_cities",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_cities\" name=\"area-tags\" value=\"tag_area-tags_cities\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "681627ad0194",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c816f87e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_parks",
            "selector": "#tag_area-tags_parks",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_parks\" name=\"area-tags\" value=\"tag_area-tags_parks\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0f346a3eba51",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15dd0cad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_village",
            "selector": "#tag_area-tags_village",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_village\" name=\"area-tags\" value=\"tag_area-tags_village\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "81c087dfbe8c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3a1e7f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_mountain",
            "selector": "#tag_area-tags_mountain",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_mountain\" name=\"area-tags\" value=\"tag_area-tags_mountain\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a0417f1a2481",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-950234a5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_family",
            "selector": "#tag_profile-tags_family",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_family\" name=\"profile-tags\" value=\"tag_profile-tags_family\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f45fa252952b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46ecc4a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_two-people",
            "selector": "#tag_profile-tags_two-people",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_two-people\" name=\"profile-tags\" value=\"tag_profile-tags_two-people\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "92157fd237bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca07e9f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_friends",
            "selector": "#tag_profile-tags_friends",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_friends\" name=\"profile-tags\" value=\"tag_profile-tags_friends\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d0e3a5b723fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c71e3eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_solo",
            "selector": "#tag_profile-tags_solo",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_solo\" name=\"profile-tags\" value=\"tag_profile-tags_solo\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b683a2ef91f8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-47b3e8f6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 66,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/fr/evenement",
      "finalUrl": "https://www.france.fr/fr/evenement/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Evènements à Paris et partout en France",
      "elapsedMs": 12625,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1314,
          "failed": 0,
          "cantTell": 61,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1417,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 72,
          "failed": 20,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "58d43f36a15b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f9de400a3155",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "35407c8e1d76",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eec13a37077",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3c5f5def3502",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5f2ccb27cfb3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9aed4649bb24",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48dd9b19f3ee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34fe300f9bf1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c62e420849a5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee85494a856f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a46d28403a0e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a47102fb3e6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4108350211dd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list--2 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "68f5d815c0a2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "36c1b56aa962",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "005b96356fa0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "615945e3a5e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/evenements-nature/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/evenements-nature/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/evenements-nature/\" target=\"\" data-v-08de3870=\"\">Les événements pour célébrer la nature en France </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "821a428bbee5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-11313c27"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/expositions-france/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/expositions-france/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/expositions-france/\" target=\"\" data-v-08de3870=\"\">Les plus belles expositions à découvrir en France en 2026</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "976ac85a93ca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-adfda9dc"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 20,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/archivi",
      "finalUrl": "https://www.france.fr/it/archivi/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Tutti gli articoli - Explore France",
      "elapsedMs": 31005,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 531,
          "failed": 2,
          "cantTell": 5,
          "inapplicable": 52
        },
        "failedRules": [
          "color-contrast",
          "html-has-lang"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "region",
          "skip-link",
          "svg-img-alt"
        ],
        "failures": [
          {
            "rule": "color-contrast",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2aa",
              "wcag143"
            ],
            "xpath": ".AfErrorPage__type",
            "html": "<p class=\"AfErrorPage__type color-gold\" data-v-f6df63e3=\"\">500</p>",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 1.19 (foreground color: #e4dec8, background color: #f4f1e8, font size: 412.5pt (550px), font weight: bold). Expected contrast ratio of 3:1",
            "relatedPaths": [
              "#main-content"
            ],
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "51a494e982ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07392103"
          },
          {
            "rule": "html-has-lang",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
            "impact": "serious",
            "wcagSc": [
              "wcag2a",
              "wcag311"
            ],
            "xpath": "html",
            "html": "<html data-capo=\"\">",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "21cdfa2fe4d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          }
        ],
        "outcomeCount": 590,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 2
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 73,
          "failed": 19,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86f1dc4ba238",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3e17304f7619",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f64a50dea734",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17981c80904b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e61c16dafab9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "43654c0e4893",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9dae33b1a5c7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c9a3b4c8f575",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2b4a88e41ec1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06c99049a738",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cbd29bb352b5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d5d89a5a3b1a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8df5458b29e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d9a953b689ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75f0b5a2cf13",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d3f1da7a9d2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "selector": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "html": "<h3 class=\"AfCard__title heading-5\" data-v-08de3870=\"\"><a class=\"AfCard__link\" href=\"/it/articolo/paesaggi-monet/\" target=\"\" data-v-08de3870=\"\">Dalla Normandia alla Costa Azzurra: i paesaggi francesi ...",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8805b329d35f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d39f550c42b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "209b6f6b8daa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 19,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/attivita",
      "finalUrl": "https://www.france.fr/it/attivita/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Cose da fare Attività e gite in Francia",
      "elapsedMs": 15859,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1186,
          "failed": 0,
          "cantTell": 72,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1300,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "148c9aeffeb5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54e0037ecb9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "48ce49ee200c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f1cf14ffc55f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "189a43f42551",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "86370114e284",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "77ab5a0ce43f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0372a712053c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9c881ee92f36",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "033d3a733c01",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60940415395e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "270de803bdde",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "70ee300be69b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7f0fab9737e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "99570784d51a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01d21e819125",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "be369fc10765",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f6730f8b7f7d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/8-momenti-zen-per-rigenerarsi-in-dordogna/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/8-momenti-zen-per-rigenerarsi-in-dordogna/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/8-momenti-zen-per-rigenerarsi-in-dordogna/\" target=\"\" data-v-08de3870=\"\">8 momenti Zen per rigenerarsi in Dordogna</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1fc0fe782696",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e4fc2796"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/Bordeaux-boutique-designer/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/Bordeaux-boutique-designer/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/Bordeaux-boutique-designer/\" target=\"\" data-v-08de3870=\"\">5 boutique di designer per fare shopping responsabile a Bordeaux</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f940a348568d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b818d2f7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/citta-francia-green-divertenti/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/citta-francia-green-divertenti/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/citta-francia-green-divertenti/\" target=\"\" data-v-08de3870=\"\">10 città green e divertenti in Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5dc40dba950e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af35f965"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/consigli-vacanza-sostenibile-montagna-francia/\"]",
            "selector": "#blocks-landing-activities\\.durable-activities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/consigli-vacanza-sostenibile-montagna-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/consigli-vacanza-sostenibile-montagna-francia/\" target=\"\" data-v-08de3870=\"\">10 consigli per una vacanza sostenibile in montagna</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5eb56602b053",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f8be17b8"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/cartina",
      "finalUrl": "https://www.france.fr/it/cartina/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Mappa - Explore France",
      "elapsedMs": 17759,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1457,
          "failed": 23,
          "cantTell": 4,
          "inapplicable": 40
        },
        "failedRules": [
          "button-name",
          "empty-heading",
          "image-alt"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-command-name",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "autocomplete-valid",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "button-name",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag412"
            ],
            "xpath": ".AfButton--blueNight",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "723a5eae1d35",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "rule": "empty-heading",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
            "impact": "minor",
            "wcagSc": [],
            "xpath": "h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf3abacee55a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(1) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "511a57aff203",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8ffc7bcf"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(2) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa6a02346572",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8edf2a71"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(3) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e2e9afc5a9de",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-77ff0976"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(4) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1a70938781a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cb3d021f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(5) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b91231800b48",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1e494778"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(6) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4e2e52b30f74",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-53f87044"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(7) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Hautes_Alpes_Orcieres_randonneeenfamillelacdes_Sirenes_adelestravel_aout_2027_7c9307f2ab.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa8102f81d25",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f4b56f3e"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(8) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6a85bc4df2ce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a12ca026"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(9) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5db5634f12ba",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4f42d0f2"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(10) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d734f711d82b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-03b94e36"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(11) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4bfc89f3b20",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2d8f6596"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(12) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27770b5ac3b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9b1a4f31"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(13) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ok_Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010811_990aa01533.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8abfc9eac53",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a6243780"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(14) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16a7122b212f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4d3f8786"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(15) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1631ab64d6b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8db49355"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(16) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_573513b056.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "babd36981f05",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-584daf69"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(17) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b8a03e41dabb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-08590a7f"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(18) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "01381d402e0d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-178066ae"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(19) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbcace31.webp\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "79825502bfcb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3604a02"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(20) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LYON_PLACE_DES_JACOBINS_PRINTEMPS_ISTOCK_ESPLEGLE_a3a5cf1cdd.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bd656d06307c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dca566fb"
          },
          {
            "rule": "image-alt",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
            "impact": "critical",
            "wcagSc": [
              "wcag2a",
              "wcag111"
            ],
            "xpath": ".leaflet-marker-icon.AfLeafletMap__marker.leaflet-interactive:nth-child(21) > .AfLeafletMap__marker-content[data-v-aa0444f3=\"\"] > .AfMapPointer.AfMapPointer--white[data-v-baca025a=\"\"] > .AfButton--image.AfMapPointer__label.AfButton--medium > .radius-circle.AfImage.radius-s > .AfImage__img[sizes=\"150px\"][srcset=\"\"]",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fa98096109d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-dd050db8"
          }
        ],
        "outcomeCount": 1524,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 23
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 30,
          "failed": 62,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/button-name",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/empty-heading",
          "navigable/page-has-heading-one",
          "text-alternatives/img-alt"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(1) > div:nth-of-type(4) > div:nth-of-type(1) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Image_6_5e373fa52e.jfif\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3811fa248a4e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23116f84"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(2) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/shutterstock_2385668753_1_fc5b1b4770.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a5442f320890",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2b51eb71"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(3) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_175256740_c05fdc77dc.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d028e2c852ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8e291dcf"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(4) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_92577217_0b6272e973.jpeg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e75dee2395b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fcf81912"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(5) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_727751393_ec2b5df38f.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca02e67cdc10",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-122269c3"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(6) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/i_Stock_1150446932_a724a564df.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8ebebdc79495",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2a7bdab"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(7) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Hautes_Alpes_Orcieres_randonneeenfamillelacdes_Sirenes_adelestravel_aout_2027_7c9307f2ab.jpg\" srcset=\"\" si...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11b65e4150e2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efac1a3f"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(8) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/BORDEAUX_PORTE_CAILHAUT_PRINTEMPS_ISTOCK_MARLOGUTL_94086bda5b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7d6a73257306",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d48e82d6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(9) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LOZERE_Lezbroz_CRTL_Occitanie_0022413_MD_441b322c3b.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "62134e727379",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c46d95e6"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(10) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_343465694_d4dae32e39.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d4a0c4593998",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-412d266d"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(11) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_381336388_c41d0a8bab.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbe3ca29b616",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-45dc14bc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(12) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ALSACE_PRINTEMPS_ISTOCK_OKSANAPHOTO_68374d8d03.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c21aa82dfe38",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f080bd9c"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(13) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/ok_Alain_DOIRE_Bourgogne_Franche_Comte_Tourisme_BFC_0010811_990aa01533.jpg\" srcset=\"\" sizes=\"150px\" fetchp...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3ad0cc60ed8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5f331c04"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(14) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/COTE_D_AZUR_EZE_PRINTEMPS_UNSPLASH_ANASTASIIA_CHEPINSKA_90736866f3.jpg\" srcset=\"\" sizes=\"150px\" fetchprior...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ecc2687a6d36",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c95557fc"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(15) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Adobe_Stock_663501365_694dda5832.png\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bef07b274466",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59c17312"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(16) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/optimized_Adobe_Stock_152835790_The_Erdre_River_in_Nantes_France_Par_Leonid_Andronov_573513b056.jpeg\" srcs...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3b93754c30e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6d652f3e"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(17) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Montagnes_du_Jura_5b19a62213.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"auto\">",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "11cff1367178",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-58f7f448"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(18) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Aile_Francois_Ier_I_Chateau_royal_de_Blois_F_Christophe_3_0b327563f8.jpg\" srcset=\"\" sizes=\"150px\" fetchpri...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "af2f6fdd9d6e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a37b9f43"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(19) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/xlarge_BRETAGNE_SENTIERS_DU_GOUFFRE_DE_PLOUGRESCANT_PRINTEMPS_ISTOCK_UNALHULZPHOTOGRAPHY_91f2c0759d_28cbca...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d078058459b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1cce3392"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(20) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/LYON_PLACE_DES_JACOBINS_PRINTEMPS_ISTOCK_ESPLEGLE_a3a5cf1cdd.jpg\" srcset=\"\" sizes=\"150px\" fetchpriority=\"a...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d67cebb0139a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1adb7eda"
          },
          {
            "rule": "text-alternatives/img-alt",
            "xpath": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "selector": "div:nth-of-type(21) > div > span > span > span:nth-of-type(1) > img",
            "html": "<img data-v-5486172a=\"\" class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/PARIS_VUE_TOUR_EIFFEL_METRO_PRINTEMPS_ISTOCK_ROSSHELEN_035a16df09.jpg\" srcset=\"\" sizes=\"150px\" fetchpriori...",
            "impact": "critical",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b9983d67d0f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6e9831b3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "110b18ea4194",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1271a64c37fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "60fd4cd3eb49",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b86097feed22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e21a7f9fb822",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "986b80e8d2b7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bf52b8e9f03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fd5ee79f8614",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6191a75f690d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5375e9626a92",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "def984243924",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "09dee78d1b2a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "16d1a8c64f06",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c767e59d8ccc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c8d4f27de823",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e455dab44c43",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "selector": "section > div > div:nth-of-type(2) > div:nth-of-type(2)",
            "html": "<div data-v-aa0444f3=\"\" class=\"AfLeafletMap leaflet-container leaflet-touch leaflet-fade-anim leaflet-grab leaflet-touch-drag leaflet-touch-zoom\" tabindex=\"0\" style=\"width: 100%; height: 100%;\"><div c...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4c8a2fc6dc5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-60fd0fca"
          },
          {
            "rule": "navigable/page-has-heading-one",
            "xpath": "html",
            "selector": "html",
            "html": "<html>",
            "impact": "moderate",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22dda2ce5ced",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "rule": "navigable/empty-heading",
            "xpath": "main > h1",
            "selector": "main > h1",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "impact": "minor",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "089a27e69d4b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2c15f4f48ef2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/button-name",
            "xpath": "div:nth-of-type(2) > button",
            "selector": "div:nth-of-type(2) > button",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "impact": "critical",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eb7aab0ff41e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "df92b89890ab",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_nature",
            "selector": "#tag_theme-tags_nature",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_nature\" name=\"theme-tags\" value=\"tag_theme-tags_nature\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6f288cd53a1f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c68caa47"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_culture",
            "selector": "#tag_theme-tags_culture",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_culture\" name=\"theme-tags\" value=\"tag_theme-tags_culture\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3046d4a7355b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2a907907"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_food",
            "selector": "#tag_theme-tags_food",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_food\" name=\"theme-tags\" value=\"tag_theme-tags_food\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a1dc30e9b8fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cebfcd6e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_entertainment",
            "selector": "#tag_theme-tags_entertainment",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_entertainment\" name=\"theme-tags\" value=\"tag_theme-tags_entertainment\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "410f773ea8aa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eefff7ad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_cycle",
            "selector": "#tag_theme-tags_cycle",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_cycle\" name=\"theme-tags\" value=\"tag_theme-tags_cycle\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "24c2ff162feb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f39567e3"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_sport",
            "selector": "#tag_theme-tags_sport",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_sport\" name=\"theme-tags\" value=\"tag_theme-tags_sport\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39a5de139b2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b3905216"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_wellness",
            "selector": "#tag_theme-tags_wellness",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_wellness\" name=\"theme-tags\" value=\"tag_theme-tags_wellness\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "cd8b08de86ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5472cf0a"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_romance",
            "selector": "#tag_theme-tags_romance",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_romance\" name=\"theme-tags\" value=\"tag_theme-tags_romance\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "65e7db6a0637",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cb57b20"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_shopping",
            "selector": "#tag_theme-tags_shopping",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_shopping\" name=\"theme-tags\" value=\"tag_theme-tags_shopping\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "379e9d59a1e5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-30c01183"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_theme-tags_memory-tourism",
            "selector": "#tag_theme-tags_memory-tourism",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_theme-tags_memory-tourism\" name=\"theme-tags\" value=\"tag_theme-tags_memory-tourism\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed02b48b6c88",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2af4ac14"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_coastal",
            "selector": "#tag_area-tags_coastal",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_coastal\" name=\"area-tags\" value=\"tag_area-tags_coastal\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "38ee81c49fc7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-04908528"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_cities",
            "selector": "#tag_area-tags_cities",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_cities\" name=\"area-tags\" value=\"tag_area-tags_cities\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "188c43cba0e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c816f87e"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_parks",
            "selector": "#tag_area-tags_parks",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_parks\" name=\"area-tags\" value=\"tag_area-tags_parks\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bf8b38490565",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-15dd0cad"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_village",
            "selector": "#tag_area-tags_village",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_village\" name=\"area-tags\" value=\"tag_area-tags_village\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d04676a87bcb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e3a1e7f6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_area-tags_mountain",
            "selector": "#tag_area-tags_mountain",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_area-tags_mountain\" name=\"area-tags\" value=\"tag_area-tags_mountain\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2e0265b1b18e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-950234a5"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_family",
            "selector": "#tag_profile-tags_family",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_family\" name=\"profile-tags\" value=\"tag_profile-tags_family\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ac1eb677c06d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-46ecc4a6"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_two-people",
            "selector": "#tag_profile-tags_two-people",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_two-people\" name=\"profile-tags\" value=\"tag_profile-tags_two-people\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9712a0315043",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cca07e9f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_friends",
            "selector": "#tag_profile-tags_friends",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_friends\" name=\"profile-tags\" value=\"tag_profile-tags_friends\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c380cacfd582",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7c71e3eb"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#tag_profile-tags_solo",
            "selector": "#tag_profile-tags_solo",
            "html": "<input data-v-f180c909=\"\" type=\"checkbox\" id=\"tag_profile-tags_solo\" name=\"profile-tags\" value=\"tag_profile-tags_solo\">",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5d1faf270270",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-47b3e8f6"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 62,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/destinazione",
      "finalUrl": "https://www.france.fr/it/destinazione/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Dove andare? Quale destinazione scegliere per il vostro soggiorno in Francia?",
      "elapsedMs": 12295,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1171,
          "failed": 0,
          "cantTell": 140,
          "inapplicable": 45
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1356,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 67,
          "failed": 25,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3e7d0fe5d6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4dda56226d2b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "964bee0c8842",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ee43c2a532f3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3ca959fddc95",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bda73cacc986",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1e0dbf36e2af",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a65f289c2dea",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d7f01be0befd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "042a163d3f2d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ed97e7fdfe56",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ae7bf2e715a9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "04711b079b44",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f26bd0df87ce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ec1eb2b280e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3748202769fc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "14e9c6c1a0a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a4b89103ae52",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/tolosa/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/tolosa/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/tolosa/\" target=\"\" data-v-08de3870=\"\">Tolosa</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "130b95f805a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-97e5a98d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/strasburgo/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/strasburgo/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/strasburgo/\" target=\"\" data-v-08de3870=\"\">Strasburgo</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "9cf0ef1711a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a2a6649d"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/lille/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"4 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/lille/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/lille/\" target=\"\" data-v-08de3870=\"\">Lille</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "bdb2af24eb1d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-74804b4c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/lione/\"]",
            "selector": "#blocks-landing-destination\\.ld-cities-2 > section > ul > li[aria-label=\"5 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/lione/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/lione/\" target=\"\" data-v-08de3870=\"\">Lione</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "22c064ceecd6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2b2a99"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/martinica/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"2 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/martinica/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/martinica/\" target=\"\" data-v-08de3870=\"\">Martinica </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "3f13b04671b0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9d3ada21"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/le-isole-di-guadalupa/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"3 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/le-isole-di-guadalupa/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/le-isole-di-guadalupa/\" target=\"\" data-v-08de3870=\"\">Le isole di Guadalupa </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "a59a7e1bb187",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-87c4b72f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/mayotte/\"]",
            "selector": "#blocks-landing-destination\\.ld-overseas-3 > section > ul > li[aria-label=\"4 of 11\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/destinazione/mayotte/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/destinazione/mayotte/\" target=\"\" data-v-08de3870=\"\">Mayotte </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "7c42c08f891b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-1ff008f4"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 25,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/evento",
      "finalUrl": "https://www.france.fr/it/evento/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Eventi a Parigi e in tutta la Francia",
      "elapsedMs": 16705,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1272,
          "failed": 0,
          "cantTell": 89,
          "inapplicable": 42
        },
        "failedRules": [],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "form-field-multiple-labels",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "label",
          "label-title-only",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-in-text-block",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [],
        "outcomeCount": 1403,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 0
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 70,
          "failed": 22,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c68179f96d7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "092f23841776",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "eba5ef20d20c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "dbddd991dabc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "27badf9af8d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0aed0c5c3fa4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "ca4b5ce2d91a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c05537daf8a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4356feb2fa8b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "54ac8afc3528",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d720aae20078",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e92d204b293e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0d4640f2f5bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d2e6abef9c44",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "4d2c75b43745",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "17bd2c58376f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1194ef016a6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c3d53b9292f0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/grandi-eventi-francia/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/grandi-eventi-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/grandi-eventi-francia/\" target=\"\" data-v-08de3870=\"\">I grandi eventi da vivere in Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "64f01538d4d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-524f4f16"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/vino-eventi/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-2 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/vino-eventi/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/vino-eventi/\" target=\"\" data-v-08de3870=\"\">Vino: i grandi eventi per celebrarlo</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0ca2b80b7d22",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-42875c85"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-3 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/date-apertura-stazioni-sci-alpi/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-3 > section > ul > li[aria-label=\"2 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/date-apertura-stazioni-sci-alpi/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/date-apertura-stazioni-sci-alpi/\" target=\"\" data-v-08de3870=\"\">Aperture stazioni sciistiche sulle Alpi: preparate le vostre agende!</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "34cd52851206",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70df0d9c"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-events\\.le-inspire-yourself-3 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/grandi-eventi-francia/\"]",
            "selector": "#blocks-landing-events\\.le-inspire-yourself-3 > section > ul > li[aria-label=\"3 of 8\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/grandi-eventi-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/grandi-eventi-francia/\" target=\"\" data-v-08de3870=\"\">I grandi eventi da vivere in Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f46b82b48ff2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-269ff5e1"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 22,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    },
    {
      "submittedUrl": "https://france.fr/it/info-pratiche",
      "finalUrl": "https://www.france.fr/it/info-pratiche/",
      "redirected": true,
      "statusCode": 200,
      "ok": true,
      "contentType": "text/html;charset=utf-8",
      "pageTitle": "Informazioni pratiche: come sfruttare al meglio il vostro viaggio in Francia?",
      "elapsedMs": 15215,
      "error": null,
      "scanContext": {
        "viewport": {
          "width": 1280,
          "height": 800
        },
        "viewportPreset": "desktop",
        "colorScheme": "both",
        "browser": "chromium"
      },
      "alfa": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "axe": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 1049,
          "failed": 1,
          "cantTell": 60,
          "inapplicable": 46
        },
        "failedRules": [
          "heading-order"
        ],
        "passedRules": [
          "aria-allowed-attr",
          "aria-allowed-role",
          "aria-conditional-attr",
          "aria-deprecated-role",
          "aria-dialog-name",
          "aria-hidden-body",
          "aria-hidden-focus",
          "aria-prohibited-attr",
          "aria-required-attr",
          "aria-roles",
          "aria-valid-attr",
          "aria-valid-attr-value",
          "avoid-inline-spacing",
          "button-name",
          "bypass",
          "color-contrast",
          "document-title",
          "duplicate-id-aria",
          "empty-heading",
          "heading-order",
          "html-has-lang",
          "html-lang-valid",
          "image-alt",
          "image-redundant-alt",
          "landmark-banner-is-top-level",
          "landmark-contentinfo-is-top-level",
          "landmark-main-is-top-level",
          "landmark-no-duplicate-banner",
          "landmark-no-duplicate-contentinfo",
          "landmark-no-duplicate-main",
          "landmark-one-main",
          "landmark-unique",
          "link-name",
          "list",
          "listitem",
          "meta-viewport",
          "meta-viewport-large",
          "nested-interactive",
          "page-has-heading-one",
          "presentation-role-conflict",
          "region",
          "svg-img-alt",
          "tabindex"
        ],
        "failures": [
          {
            "rule": "heading-order",
            "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
            "impact": "moderate",
            "wcagSc": [],
            "xpath": ".heading-4",
            "html": "<h3 class=\"heading-4 text-align-center mb-5\" data-v-7947d067=\"\">Info pratiche</h3>",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "f887b82dc3a6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12503fe9"
          }
        ],
        "outcomeCount": 1156,
        "darkModeScanned": false,
        "requestedColorScheme": "both",
        "scanContext": {
          "viewport": {
            "width": 1280,
            "height": 800
          },
          "viewportPreset": "desktop",
          "colorScheme": "both",
          "browser": "chromium"
        },
        "mediaQuerySupport": {
          "darkMode": false,
          "reducedMotion": false,
          "highContrast": false,
          "forcedColors": false,
          "reducedTransparency": false
        },
        "duplicateFailedCount": 0,
        "uniqueFailedCount": 1
      },
      "equalAccess": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "accesslint": {
        "executed": true,
        "error": null,
        "counts": {
          "passed": 68,
          "failed": 24,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [
          "aria/aria-hidden-focus",
          "keyboard-accessible/focus-order",
          "labels-and-names/duplicate-id-aria",
          "landmarks/region",
          "navigable/heading-order"
        ],
        "passedRules": [],
        "failures": [
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "selector": "#main-navigation_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e0d9df878178",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "selector": "#main-navigation_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "973563555adc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "75d71192cca3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "8b9c6a86d65c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "selector": "#main-navigation_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "945e5320a0c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_NavigationThematicInfo-5",
            "selector": "#main-navigation_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationThematicInfo-5\" id=\"main-navigation_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "d48868a06255",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-af9738e0"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "048c848999f1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5feec7e6"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph-m\" hre...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb6ae66baca",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-20b4305c"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardsList-2",
            "selector": "#main-navigation-mobile_NavigationCardsList-2",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardsList-2\" id=\"main-navigation-mobile_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "963aea011082",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7abba39"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationDestinations-3",
            "selector": "#main-navigation-mobile_NavigationDestinations-3",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationDestinations-3\" id=\"main-navigation-mobile_NavigationDestinations-3\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "c982c19805b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-75a2d3a1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_1",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "2eb7bdd4c556",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e02a4dd"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "selector": "#main-navigation-mobile_subnav-NavigationDestinations-3_2",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "acb3dafef5a0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-2f343a56"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "selector": "#main-navigation-mobile_NavigationCardListAndCards-4",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationCardListAndCards-4\" id=\"main-navigation-mobile_NavigationCardListAndCards-4\" tabindex=\"0\" dat...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "fe02ac124546",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81b4e4db"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_NavigationThematicInfo-5",
            "selector": "#main-navigation-mobile_NavigationThematicInfo-5",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation-mobile_label_NavigationThematicInfo-5\" id=\"main-navigation-mobile_NavigationThematicInfo-5\" tabindex=\"0\" data-v-23b1...",
            "impact": "moderate",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "1bf3f5fc5eb7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-238b6794"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_1",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "06b070f4d25f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-399046d1"
          },
          {
            "rule": "keyboard-accessible/focus-order",
            "xpath": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "selector": "#main-navigation-mobile_subnav-NavigationThematicInfo-5_2",
            "html": "<ul class=\"AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation-mobile_subnav-NavigationThematicInfo-5_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a class=\"paragraph...",
            "impact": "moderate",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0db1ea7b6721",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e3c0f29"
          },
          {
            "rule": "navigable/heading-order",
            "xpath": "#blocks\\.pratical-informations-list-0 > div > h3",
            "selector": "#blocks\\.pratical-informations-list-0 > div > h3",
            "html": "<h3 class=\"heading-4 text-align-center mb-5\" data-v-7947d067=\"\">Info pratiche</h3>",
            "impact": "moderate",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "39c0e8690f9e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f8b6e47d"
          },
          {
            "rule": "landmarks/region",
            "xpath": "body > div:nth-of-type(2)",
            "selector": "body > div:nth-of-type(2)",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "impact": "moderate",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e11946474b7a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "rule": "labels-and-names/duplicate-id-aria",
            "xpath": "#label_language-picker",
            "selector": "#label_language-picker",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Scegli una lingua <!----><!----></span>",
            "impact": "critical",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "0665fd2820cd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"2 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"2 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\" target=\"_blank\" data-v-08de3870=\"\">Come scoprire la Francia in bicicletta</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "6049084c3f5f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7efb1e8b"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/cinque-consigli-per-viaggiare-da-soli-in-francia/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-latest-1 > section > ul > li[aria-label=\"0 of 3\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/cinque-consigli-per-viaggiare-da-soli-in-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/cinque-consigli-per-viaggiare-da-soli-in-francia/\" target=\"_blank\" data-v-08de3870=\"\">Cinque consigli per viaggiare da soli in Francia</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "e7163b7e44e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ac1fd1f7"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"2 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/eco-label/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"2 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/eco-label/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/eco-label/\" target=\"_blank\" data-v-08de3870=\"\"> Gli eco-label da conoscere per viaggiare in modo sostenibile</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "5c0cfae8b0e0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b7059e62"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"3 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"3 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/spostarsi-in-bicicletta-consigli/\" target=\"_blank\" data-v-08de3870=\"\">Come scoprire la Francia in bicicletta</a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "b39fc86801d7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d235ec05"
          },
          {
            "rule": "aria/aria-hidden-focus",
            "xpath": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"0 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/mobilita-dolce-per-spostarsi-in-francia/\"]",
            "selector": "#blocks-landing-practical-infos\\.s-lpi-themes-3 > section > ul > li[aria-label=\"0 of 4\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/it/articolo/mobilita-dolce-per-spostarsi-in-francia/\"]",
            "html": "<a class=\"AfCard__link\" href=\"/it/articolo/mobilita-dolce-per-spostarsi-in-francia/\" target=\"_blank\" data-v-08de3870=\"\"> Usare la mobilità slow per spostarsi in Francia </a>",
            "impact": "serious",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "isDuplicate": false,
            "duplicateOf": null,
            "fingerprint": "41db507e2660",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9e39657d"
          }
        ],
        "outcomeCount": 92,
        "uniqueFailedCount": 24,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "qualweb": {
        "executed": false,
        "error": "Skipped (not requested)",
        "counts": {
          "passed": 0,
          "failed": 0,
          "cantTell": 0,
          "inapplicable": 0
        },
        "failedRules": [],
        "passedRules": [],
        "failures": [],
        "outcomeCount": 0,
        "uniqueFailedCount": 0,
        "duplicateFailedCount": 0,
        "crossEngineOverlapCount": 0
      },
      "duplicateFindingCount": 0
    }
  ],
  "enhanced": {
    "consolidatedFailures": [
      {
        "rule": "keyboard-accessible/focus-order",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1347,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardsList-2\" id=\"main-navigation_NavigationCardsList-2\" tabindex=\"0\" data-v-23b10f10=\"\"><button clas...",
            "xpath": "#main-navigation_NavigationCardsList-2",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8b5f33820b0b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-eb3846a3"
          },
          {
            "url": "https://france.fr/",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationDestinations-3\" id=\"main-navigation_NavigationDestinations-3\" tabindex=\"0\" data-v-23b10f10=\"\"><butto...",
            "xpath": "#main-navigation_NavigationDestinations-3",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e300030dc61f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c9578b9c"
          },
          {
            "url": "https://france.fr/",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_1\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_1",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c55ff64df2c5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-70e5d32f"
          },
          {
            "url": "https://france.fr/",
            "html": "<ul class=\"AfMenu__links-list--4 AfMenu__links-list mt-4\" aria-hidden=\"false\" id=\"main-navigation_subnav-NavigationDestinations-3_2\" tabindex=\"0\" data-v-9784159b=\"\"><!--[--><li data-v-9784159b=\"\"><a c...",
            "xpath": "#main-navigation_subnav-NavigationDestinations-3_2",
            "message": "Non-interactive <ul> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "96ed0322132b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8af4bbb0"
          },
          {
            "url": "https://france.fr/",
            "html": "<div class=\"AfNavigation__menu\" aria-hidden=\"true\" aria-labelledby=\"main-navigation_label_NavigationCardListAndCards-4\" id=\"main-navigation_NavigationCardListAndCards-4\" tabindex=\"0\" data-v-23b10f10=\"...",
            "xpath": "#main-navigation_NavigationCardListAndCards-4",
            "message": "Non-interactive <div> with tabindex=\"0\" has no interactive role.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8198ac7bca7f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c57add13"
          }
        ]
      },
      {
        "rule": "aria/aria-hidden-focus",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 441,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/article/douanes-et-visas/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!----><span class=\"AfB...",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"2 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/article/douanes-et-visas/\"]",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "80a7809a13e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-f83770cc"
          },
          {
            "url": "https://france.fr/",
            "html": "<a class=\"AfButton AfButton--secondary AfButton--large AfButton--white label-m\" href=\"/fr/incontournable/balades-en-france-netflix/\" data-v-3350bb46=\"\" data-v-6458d367=\"\"><!--[--><!----><!----><!---->...",
            "xpath": "#main-content > section > section > ul > li[aria-label=\"0 of 7\"] > header > div:nth-of-type(1) > div > div:nth-of-type(1) > p > a[href=\"/fr/incontournable/balades-en-france-netflix/\"]",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "3a5677f2695c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c71e8099"
          },
          {
            "url": "https://france.fr/",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/disney-adventure-world-artisans-francais%20/\" target=\"\" data-v-08de3870=\"\">Disney Adventure World : les artisans français derrière la magie de Disneyland Pari...",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"2 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/disney-adventure-world-artisans-francais%20/\"]",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a86513122073",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2ef2340"
          },
          {
            "url": "https://france.fr/",
            "html": "<a class=\"AfCard__link\" href=\"/fr/article/top-chateaux-france/\" target=\"\" data-v-08de3870=\"\">Notre top des châteaux à ne pas manquer en France </a>",
            "xpath": "#blocks-homepage\\.s-inspiring-content-0 > section > ul > li[aria-label=\"3 of 10\"] > article > div:nth-of-type(1) > div:nth-of-type(1) > h3 > a[href=\"/fr/article/top-chateaux-france/\"]",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "444f2df5df16",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-0bd32bc1"
          },
          {
            "url": "https://france.fr/",
            "html": "<a class=\"AfCard__link\" href=\"/fr/itineraire/parcours-hyper-gourmand-france/\" target=\"\" data-v-08de3870=\"\">Parcours hyper-gourmand en France</a>",
            "xpath": "h3 > a[href=\"/fr/itineraire/parcours-hyper-gourmand-france/\"]",
            "message": "Focusable element is inside an aria-hidden region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ef0294fbefa2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e59e0026"
          }
        ]
      },
      {
        "rule": "color-contrast",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Visual Designer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "1.4.3"
          ],
          "conformanceLevel": "AA",
          "description": "Ensures text and interactive elements have sufficient contrast ratio (4.5:1 for normal text, 3:1 for large text) against their background."
        },
        "wcag": {
          "scs": [
            "1.4.3"
          ],
          "level": "AA"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/color-contrast?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 157,
        "examples": [
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6--1\" aria-current=\"false\">6) الأجواء الريفيّة للحديقة الداخليّة</a>",
            "xpath": "a[href$=\"#6--1\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#6--1\"]"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "610031cda577",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86c6a723"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2--2\" aria-current=\"false\">2) منظر مدهش على برج إيفل من بعض الأجنحة</a>",
            "xpath": "a[href$=\"#2--2\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#2--2\"]"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "11ff635bb70d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c700b898"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1--3\" aria-current=\"false\">1) الديكور المدهش لمطعم \"ألان دوكاس\"</a>",
            "xpath": "a[href$=\"#1--3\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#1--3\"]"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "10237bdd9bce",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-500a5865"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3--4\" aria-current=\"false\">3) ديكور المقصف الحالم</a>",
            "xpath": "a[href$=\"#3--4\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#3--4\"]"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b7f3205c92d4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3a1c7ae8"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5--5\" aria-current=\"false\">5) ثريّات وسجّاد أحمر في صالونات الاستقبال</a>",
            "xpath": "a[href$=\"#5--5\"]",
            "message": "Elements must meet minimum color contrast ratio thresholds",
            "fixSummary": "Fix any of the following:\n  Element has insufficient color contrast of 4.1 (foreground color: #8c7215, background color: #f4f1e8, font size: 12.0pt (16px), font weight: normal). Expected contrast ratio of 4.5:1",
            "relatedPaths": [
              "a[href$=\"#5--5\"]"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "46de88211837",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-73a04691"
          }
        ]
      },
      {
        "rule": "distinguishable/color-contrast",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 155,
        "examples": [
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#6--1\" aria-current=\"false\">6) الأجواء الريفيّة للحديقة الداخليّة</a>",
            "xpath": "li:nth-of-type(1) > a[href=\"#6--1\"]",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "565b84a10a7c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-23cab6e0"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#2--2\" aria-current=\"false\">2) منظر مدهش على برج إيفل من بعض الأجنحة</a>",
            "xpath": "li:nth-of-type(2) > a[href=\"#2--2\"]",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "08c69301a7fa",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d40af743"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#1--3\" aria-current=\"false\">1) الديكور المدهش لمطعم \"ألان دوكاس\"</a>",
            "xpath": "li:nth-of-type(3) > a[href=\"#1--3\"]",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "12ee6073e3d3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fa8be0d7"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#3--4\" aria-current=\"false\">3) ديكور المقصف الحالم</a>",
            "xpath": "li:nth-of-type(4) > a[href=\"#3--4\"]",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "177c7f51715d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09e94506"
          },
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<a data-v-e5ebd53e=\"\" class=\"AfSummary__link pa-4 bg-goldLight color-gold\" href=\"#5--5\" aria-current=\"false\">5) ثريّات وسجّاد أحمر في صالونات الاستقبال</a>",
            "xpath": "li:nth-of-type(5) > a[href=\"#5--5\"]",
            "message": "Insufficient color contrast ratio of 4.1:1 (required 4.5:1).",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "cdf16617cdb1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-37f71f01"
          }
        ]
      },
      {
        "rule": "image-alt",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "1.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures every <img> element has alternative text. Without alt text, blind users receive no information about the image's meaning or purpose."
        },
        "wcag": {
          "scs": [
            "1.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/image-alt?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 154,
        "examples": [
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "xpath": "img[sizes=\"150px\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1da0a9a9cf55",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "url": "https://france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "xpath": "img[sizes=\"150px\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "29085bd58532",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<img src=\"https://scontent-iad...\" srcset=\"https://scontent-iad...\">",
            "xpath": "#instagram-embed-0",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "528501741cbc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6a6f062d"
          },
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "xpath": "img[sizes=\"150px\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b33153b7c348",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          },
          {
            "url": "https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalen",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"150px\" fetchpriority=\"auto\" data-v-5486172a=\"\">",
            "xpath": "img[sizes=\"150px\"]",
            "message": "Images must have alternative text",
            "fixSummary": "Fix any of the following:\n  Element does not have an alt attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b71c508847e6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-931520d4"
          }
        ]
      },
      {
        "rule": "distinguishable/link-in-text-block",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 146,
        "examples": [
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<a href=\"https://sca.france.fr/da/alperne-mont-blanc/liste/skiferie-de-franske-alper-her%20kan%20du%20overnatte%20i%20harmoni%20med%20naturen\" target=\"_blank\" rel=\"noopener noreferrer\">Skiferie i de f...",
            "xpath": "#undefined-4 > p:nth-of-type(3) > a",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "73e2f7dafcb2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-5e6c064f"
          },
          {
            "url": "https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalen",
            "html": "<a href=\"http://www.vinci-closluce.com/en/events\" target=\"_blank\" rel=\"noopener noreferrer\">Udstillingen \"Leonardo da Vinci i en virtuel tid\" på Clos Lucé, til 31. december 2018</a>",
            "xpath": "p > a[href=\"http://www.vinci-closluce.com/en/events\"]",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "66017d1771b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-19ca26a4"
          },
          {
            "url": "https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalen",
            "html": "<a href=\"https://www.valdeloire-tourisme.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">Planlæg din rejse til Loiredalen (link på fransk)</a>",
            "xpath": "p > a[href=\"https://www.valdeloire-tourisme.fr/\"]",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4aa4f652efd9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-76d5d599"
          },
          {
            "url": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
            "html": "<a href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\" target=\"_blank\" rel=\"noopener noreferrer\">La Maison des Climats</a>",
            "xpath": "li:nth-of-type(1) > a[href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\"]",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8d04603ba72a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3d06d0df"
          },
          {
            "url": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
            "html": "<a href=\"http://hospices-de-beaune.com\" target=\"_blank\" rel=\"noopener noreferrer\">visit the Hospices de Beaune.</a>",
            "xpath": "li:nth-of-type(2) > a[href=\"http://hospices-de-beaune.com\"]",
            "message": "Link in text block is not visually distinguishable from surrounding text. Add a non-color visual indicator such as an underline or border.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a50203cf0f3b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-18e2b43d"
          }
        ]
      },
      {
        "rule": "text-alternatives/img-alt",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 145,
        "examples": [
          {
            "url": "https://france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a3cf126793be",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "url": "https://france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/clementine_santerre_photos_29885e0267.JPG\" srcset=\"https://asset-prod.france.fr/clementine_santerre_photos_29885e0267.JPG 506...",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "355113abf265",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/photo_profil_caroline_8d041ce6db.jpg\" srcset=\"https://asset-prod.france.fr/photo_profil_caroline_8d041ce6db.jpg 960w, https:/...",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2a6a38fe63df",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "url": "https://france.fr/da/artikel/Leonardo-da-Vinci-sk%C3%B8re-opfindelser-Clos-Luc%C3%A9-Loiredalen",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png\" srcset=\"https://asset-prod.france.fr/logo_explore_9d1d570ed2.png 180w, https://asset-prod.france...",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "50857cdca152",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          },
          {
            "url": "https://france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu",
            "html": "<img class=\"AfImage__img\" loading=\"lazy\" src=\"https://asset-prod.france.fr/Unknown_f59ca9d982.jpeg\" srcset=\"https://asset-prod.france.fr/Unknown_f59ca9d982.jpeg 1276w, https://asset-prod.france.fr/lar...",
            "xpath": "div:nth-of-type(3) > div > span > img",
            "message": "Image element missing alt attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1c65e9f5d242",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d95753dd"
          }
        ]
      },
      {
        "rule": "link-in-text-block",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "1.4.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-in-text-block?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 108,
        "examples": [
          {
            "url": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
            "html": "<a href=\"https://www.climats-bourgogne.com/fr/maison-des-climats-ouverture-4-juillet_630.html\" target=\"_blank\" rel=\"noopener noreferrer\">La Maison des Climats</a>",
            "xpath": ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(1)"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "374053baa67c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-12c7e3e7"
          },
          {
            "url": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
            "html": "<a href=\"http://hospices-de-beaune.com\" target=\"_blank\" rel=\"noopener noreferrer\">visit the Hospices de Beaune.</a>",
            "xpath": "a[href$=\"hospices-de-beaune.com\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(2)"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2970105f51f4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3f1ac49a"
          },
          {
            "url": "https://france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy",
            "html": "<a href=\"https://twitter.com/lactuduvin\" target=\"_blank\" rel=\"noopener noreferrer\">@lactuduvin</a>",
            "xpath": "a[href$=\"lactuduvin\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              ".AfBlockRichText[data-v-5c8e2e39=\"\"] > ul > li:nth-child(3)"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "c807ea4f1cd4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6db5eac3"
          },
          {
            "url": "https://france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque",
            "html": "<a href=\"https://www.chateau-abbadia.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">مرصد قصر أباديا</a>",
            "xpath": "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-1 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8bfdac70508d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-66bcfaf1"
          },
          {
            "url": "https://france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque",
            "html": "<a href=\"http://www.soule-paysbasque.com/A-voir-a-faire/Patrimoine-et-artisanat/Patrimoine-culturel/chateau-fort-mauleon/860\" target=\"_blank\" rel=\"noopener noreferrer\">قصر موليون</a>",
            "xpath": "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p > a[rel=\"noopener noreferrer\"][target=\"_blank\"]",
            "message": "Links must be distinguishable without relying on color",
            "fixSummary": "Fix any of the following:\n  The link has insufficient color contrast of 2.15:1 with the surrounding text. (Minimum contrast is 3:1, link text: #1836c5, surrounding text: #060d2c)\n  The link has no styling (such as underline) to distinguish it from the surrounding text",
            "relatedPaths": [
              "#blocks\\.topito-2 > .AfBlockRichText[data-v-5c8e2e39=\"\"] > p"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4a3a81ed990f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-545d414e"
          }
        ]
      },
      {
        "rule": "labels-and-names/duplicate-id-aria",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 89,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choisir une langue <!----><!----></span>",
            "xpath": "#label_language-picker",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7db7ffa3d54c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "url": "https://france.fr/en/search",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Choose a language <!----><!----></span>",
            "xpath": "#label_language-picker",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2ec9a5ee967b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "url": "https://france.fr/ja/search",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">言語を選択してください <!----><!----></span>",
            "xpath": "#label_language-picker",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6a6593c3139c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "url": "https://france.fr/ko/search",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">언어를 선택하세요 <!----><!----></span>",
            "xpath": "#label_language-picker",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8fe5dd857712",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          },
          {
            "url": "https://france.fr/ru/search",
            "html": "<span id=\"label_language-picker\" class=\"label-m mb-3 display-block sr-only\" data-v-b68278f0=\"\">Выберите язык <!----><!----></span>",
            "xpath": "#label_language-picker",
            "message": "Duplicate ID \"label_language-picker\" referenced by aria-labelledby.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "14daaa55d1fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-914f766f"
          }
        ]
      },
      {
        "rule": "landmarks/region",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 80,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "xpath": "body > div:nth-of-type(2)",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8e88f1c95e40",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "url": "https://france.fr/ar/search",
            "html": "<center><h1>404 Not Found</h1></center>",
            "xpath": "body > center:nth-of-type(1)",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "003eb59845e3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-8a3950ae"
          },
          {
            "url": "https://france.fr/ar/search",
            "html": "<center>nginx/1.25.0</center>",
            "xpath": "body > center:nth-of-type(2)",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a8001016f4fe",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a0f6bbcd"
          },
          {
            "url": "https://france.fr/ja/search",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "xpath": "body > div:nth-of-type(2)",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2ab98bfda965",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          },
          {
            "url": "https://france.fr/ko/search",
            "html": "<div class=\"AfAlert\" aria-labelledby=\"alert-id\" role=\"alertdialog\" aria-modal=\"false\"><div class=\"AfAlert__body bg-white shadow-1 radius-m pa-7\"><div><h2 class=\"heading-5 mb-3\" id=\"alert-id\">Other Lan...",
            "xpath": "body > div:nth-of-type(2)",
            "message": "Content is not contained within a landmark region.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8a263a08fe29",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-09cd662a"
          }
        ]
      },
      {
        "rule": "list",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "1.3.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures <ul> and <ol> contain only <li> elements. Invalid list structure prevents screen readers from announcing list item counts and navigation shortcuts."
        },
        "wcag": {
          "scs": [
            "1.3.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/list?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 16,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "de5823d8d1f2",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          },
          {
            "url": "https://france.fr/ar",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4b725a0d5e7b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          },
          {
            "url": "https://france.fr/cs",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "af0d01224002",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          },
          {
            "url": "https://france.fr/da",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "xpath": ".AfFranceMap[data-v-a53486d1=\"\"][data-v-e5bacb9e=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "66dd421d8ed9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-239dd145"
          },
          {
            "url": "https://france.fr/de",
            "html": "<ul class=\"AfFranceMap__destinations\" data-v-e5bacb9e=\"\">",
            "xpath": ".AfFranceMap[data-v-e5bacb9e=\"\"][data-v-a53486d1=\"\"] > .AfFranceMap__container[data-v-e5bacb9e=\"\"] > .AfFranceMap__destinations",
            "message": "<ul> and <ol> must only directly contain <li>, <script> or <template> elements",
            "fixSummary": "Fix all of the following:\n  List element has direct children that are not allowed: ul",
            "relatedPaths": [
              ".AfFranceMap__destinations > ul"
            ],
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "79308d59dc11",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-ebc59023"
          }
        ]
      },
      {
        "rule": "adaptable/list-children",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 16,
        "examples": [
          {
            "url": "https://france.fr/",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/fr/dest...",
            "xpath": "ul > ul",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0da867e376fb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "url": "https://france.fr/ar",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:31.066237110519573%;bottom:35.755759985229865%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/ar/de...",
            "xpath": "ul > ul",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "099bd7d283fd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "url": "https://france.fr/cs",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:87.71229186897067%;bottom:74.54830760082353%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/cs/dest...",
            "xpath": "ul > ul",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f2ef15c748e4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "url": "https://france.fr/da",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:80.08814811473938%;bottom:47.01630802811433%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/da/dest...",
            "xpath": "ul > ul",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2624166463f5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          },
          {
            "url": "https://france.fr/de",
            "html": "<ul data-v-e5bacb9e=\"\"><li class=\"AfFranceMap__destination\" style=\"left:30.55462124506955%;bottom:35.78934777997655%;\" data-v-e5bacb9e=\"\"><a class=\"AfMapPointer AfMapPointer--blueNight\" href=\"/de/reis...",
            "xpath": "ul > ul",
            "message": "List contains non-<li> child <ul>.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "69f1e5190541",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-44797747"
          }
        ]
      },
      {
        "rule": "navigable/heading-order",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 13,
        "examples": [
          {
            "url": "https://france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires",
            "html": "<h3>1. Fashion.</h3>",
            "xpath": "#undefined-0 > h3:nth-of-type(1)",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1ff19993b77e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-b5f5314a"
          },
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "xpath": "article > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6a84965a31ff",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81d61a7a"
          },
          {
            "url": "https://france.fr/fr/itineraire/pays-basque-en-van-entre-amis",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "xpath": "article > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a514c5be23a3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-81d61a7a"
          },
          {
            "url": "https://france.fr/it/articolo/pays-oc-i-vigneti",
            "html": "<h3>La vigna è onnipresente in Occitania, dove rappresenta un terzo delle superfici coltivate. Dal Rodano ai Pirenei, il vitigno del Pays d’Oc è cresciuto con l’obiettivo di un’alleanza perfetta tra i...",
            "xpath": "#undefined-0 > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7739b7053bf0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-35d8f858"
          },
          {
            "url": "https://france.fr/cs/archivy",
            "html": "<h3 data-v-08de3870=\"\" class=\"AfCard__title heading-5\"><a data-v-08de3870=\"\" class=\"AfCard__link\" href=\"/cs/clanek/netradicni-ubytovani-na-horach/\" target=\"\">Top netradiční ubytování na horách</a></h3...",
            "xpath": "li:nth-of-type(1) > article > div:nth-of-type(1) > div:nth-of-type(1) > h3",
            "message": "Heading level 3 skipped from level 1. Use h2 instead.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "441378f54f6a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a92cfe50"
          }
        ]
      },
      {
        "rule": "heading-order",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures heading levels are not skipped (e.g. h1→h3). Inconsistent heading hierarchy makes page structure difficult to navigate for screen reader users."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/heading-order?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 12,
        "examples": [
          {
            "url": "https://france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires",
            "html": "<h3>1. Fashion.</h3>",
            "xpath": "h3:nth-child(2)",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "0bb89bb31fa5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4122c3e"
          },
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "xpath": ".mb-4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "77c98d058495",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cf7d6615"
          },
          {
            "url": "https://france.fr/fr/itineraire/pays-basque-en-van-entre-amis",
            "html": "<h3 class=\"heading-5 mb-4\" data-v-03e0c27b=\"\">Étapes de l'itinéraire</h3>",
            "xpath": ".mb-4",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d1a2c8846c86",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-cf7d6615"
          },
          {
            "url": "https://france.fr/it/articolo/pays-oc-i-vigneti",
            "html": "<h3>La vigna è onnipresente in Occitania, dove rappresenta un terzo delle superfici coltivate. Dal Rodano ai Pirenei, il vitigno del Pays d’Oc è cresciuto con l’obiettivo di un’alleanza perfetta tra i vitigni e il territorio.</h3>",
            "xpath": "#undefined-0 > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f68afdb2c7ae",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-910b31c5"
          },
          {
            "url": "https://france.fr/cs/archivy",
            "html": "<h3 data-v-08de3870=\"\" class=\"AfCard__title heading-5\"><a data-v-08de3870=\"\" class=\"AfCard__link\" href=\"/cs/clanek/netradicni-ubytovani-na-horach/\" target=\"\">Top netradiční ubytování na horách</a></h3>",
            "xpath": ".gridS-12.gridM-4[data-v-2766cc70=\"\"]:nth-child(1) > .AfCard.AfCard--medium.AfCard--enlarge-link > .AfCard__content[data-v-08de3870=\"\"] > .AfCard__top[data-v-08de3870=\"\"] > h3",
            "message": "Heading levels should only increase by one",
            "fixSummary": "Fix any of the following:\n  Heading order invalid",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "657a518c87bd",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-fbbf11d5"
          }
        ]
      },
      {
        "rule": "frame-title",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "Content Author"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "2.4.1",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures <iframe> and <frame> elements have a descriptive title attribute so screen reader users understand what the embedded content contains."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/frame-title?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"746\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "xpath": "#instagram-embed-0",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4ddb4a0a6a45",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "url": "https://france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"881\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "xpath": "#instagram-embed-0",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "2e39ba915b5a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-0\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"665\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "xpath": "#instagram-embed-0",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f7283a684c9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9040995e"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-1\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"817\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "xpath": "#instagram-embed-1",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d728a5470f91",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-92a077a5"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media inst...\" id=\"instagram-embed-2\" src=\"https://www.instagra...\" allowtransparency=\"true\" allowfullscreen=\"true\" frameborder=\"0\" height=\"1293\" data-instgrm-payload...=\"instagram-media-payl...\" scrolling=\"no\" style=\"background: white; m...\">",
            "xpath": "#instagram-embed-2",
            "message": "Frames must have an accessible name",
            "fixSummary": "Fix any of the following:\n  Element has no title attribute\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "5634729320b3",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d5cf3c5b"
          }
        ]
      },
      {
        "rule": "labels-and-names/frame-title",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 10,
        "examples": [
          {
            "url": "https://france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%C3%A5bne-dine-chakraer-Alperne-Frankrig",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/BtXyHWIncdK/embed/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.fr&amp;rp=%...",
            "xpath": "#instagram-embed-0",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b0ddde56a2bf",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "url": "https://france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/CyJhYq1tYL3/embed/?cr=1&amp;v=14&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.fr&amp;rp=%...",
            "xpath": "#instagram-embed-0",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ced9f64628bb",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-0\" src=\"https://www.instagram.com/p/Bn8H--4hAYs/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "xpath": "#instagram-embed-0",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a3a3bb18bc6f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-07b5faba"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-1\" src=\"https://www.instagram.com/p/BxRstmkhoEE/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "xpath": "#instagram-embed-1",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "59fd1a36469c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a522bc67"
          },
          {
            "url": "https://france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois",
            "html": "<iframe class=\"instagram-media instagram-media-rendered\" id=\"instagram-embed-2\" src=\"https://www.instagram.com/p/Bm8kD1NgmlO/embed/captioned/?cr=1&amp;v=12&amp;wp=540&amp;rd=https%3A%2F%2Fwww.france.f...",
            "xpath": "#instagram-embed-2",
            "message": "Frame is missing an accessible name. Add a title attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "4c4f4c4be05c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d2adfe58"
          }
        ]
      },
      {
        "rule": "empty-heading",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/empty-heading?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique",
            "html": "<h2 class=\"heading-3\" data-v-5c8e2e39=\"\"> </h2>",
            "xpath": ".heading-3[data-v-5c8e2e39=\"\"]",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ae1ad6cc18a4",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-59954561"
          },
          {
            "url": "https://france.fr/cs/mapa",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "59d758de8c9a",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "url": "https://france.fr/de/karte",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1ccb3fbbcc58",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "url": "https://france.fr/es/mapa",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "7e3b357ff606",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          },
          {
            "url": "https://france.fr/fr/carte",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "h1",
            "message": "Headings should not be empty",
            "fixSummary": "Fix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "535c66be32ec",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-401fca47"
          }
        ]
      },
      {
        "rule": "navigable/empty-heading",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 6,
        "examples": [
          {
            "url": "https://france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique",
            "html": "<h2 class=\"heading-3\" data-v-5c8e2e39=\"\"> </h2>",
            "xpath": "#blocks\\.topito-0 > h2",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "97b0892a4858",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-d4a47951"
          },
          {
            "url": "https://france.fr/cs/mapa",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "main > h1",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "04be3da58753",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "url": "https://france.fr/de/karte",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "main > h1",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1c38d1d82de7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "url": "https://france.fr/es/mapa",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "main > h1",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "1892dcd50230",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          },
          {
            "url": "https://france.fr/fr/carte",
            "html": "<h1 class=\"sr-only\" data-v-899edca7=\"\"></h1>",
            "xpath": "main > h1",
            "message": "Heading is empty. Add text content or remove the heading element.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "88741b6c566e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-4cf28f62"
          }
        ]
      },
      {
        "rule": "button-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "Content Author"
          ],
          "severity": "Critical",
          "blocking": true,
          "wcagCriteria": [
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures buttons have discernible text so screen reader users know what action the button performs."
        },
        "wcag": {
          "scs": [
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/button-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://france.fr/cs/mapa",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "xpath": ".AfButton--blueNight",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "43ec61f180c8",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "url": "https://france.fr/de/karte",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "xpath": ".AfButton--blueNight",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "297fca4e766b",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "url": "https://france.fr/es/mapa",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "xpath": ".AfButton--blueNight",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d7d8582b15b1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "url": "https://france.fr/fr/carte",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "xpath": ".AfButton--blueNight",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "f646cc5b785d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          },
          {
            "url": "https://france.fr/it/cartina",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\">",
            "xpath": ".AfButton--blueNight",
            "message": "Buttons must have discernible text",
            "fixSummary": "Fix any of the following:\n  Element does not have inner text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute\n  Element does not have an implicit (wrapped) <label>\n  Element does not have an explicit <label>\n  Element's default semantics were not overridden with role=\"none\" or role=\"presentation\"",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "723a5eae1d35",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-759c8938"
          }
        ]
      },
      {
        "rule": "navigable/page-has-heading-one",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://france.fr/cs/mapa",
            "html": "<html>",
            "xpath": "html",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "79dff7d6b056",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "url": "https://france.fr/de/karte",
            "html": "<html>",
            "xpath": "html",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "31003a26fb5c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "url": "https://france.fr/es/mapa",
            "html": "<html>",
            "xpath": "html",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "8ebbaff25951",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "url": "https://france.fr/fr/carte",
            "html": "<html>",
            "xpath": "html",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "966235d11f8f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          },
          {
            "url": "https://france.fr/it/cartina",
            "html": "<html>",
            "xpath": "html",
            "message": "Page does not contain a level-one heading.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "22dda2ce5ced",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-36cff4af"
          }
        ]
      },
      {
        "rule": "labels-and-names/button-name",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 5,
        "examples": [
          {
            "url": "https://france.fr/cs/mapa",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "xpath": "div:nth-of-type(2) > button",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "bce6eed2c6a1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "url": "https://france.fr/de/karte",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "xpath": "div:nth-of-type(2) > button",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a9f442764703",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "url": "https://france.fr/es/mapa",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "xpath": "div:nth-of-type(2) > button",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "21b9dac306bc",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "url": "https://france.fr/fr/carte",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "xpath": "div:nth-of-type(2) > button",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "194a83ce6f02",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          },
          {
            "url": "https://france.fr/it/cartina",
            "html": "<button data-v-6458d367=\"\" data-v-aa0444f3=\"\" class=\"AfButton AfButton--primary AfButton--small AfButton--blueNight AfButton--iconAlone label-s\"><svg data-v-783319bf=\"\" data-v-6458d367=\"\" class=\"AfIco...",
            "xpath": "div:nth-of-type(2) > button",
            "message": "Button has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "eb7aab0ff41e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-7bdfd7a5"
          }
        ]
      },
      {
        "rule": "html-has-lang",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Serious",
          "blocking": false,
          "wcagCriteria": [
            "3.1.1"
          ],
          "conformanceLevel": "A",
          "description": "Ensures the <html> element has a lang attribute. Screen readers use the language attribute to select the correct pronunciation engine."
        },
        "wcag": {
          "scs": [
            "3.1.1"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/html-has-lang?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 3,
        "examples": [
          {
            "url": "https://france.fr/ar/search",
            "html": "<html>",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e7585aa5ae2c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "url": "https://france.fr/nb",
            "html": "<html data-capo=\"\">",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e5f7b3055a67",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          },
          {
            "url": "https://france.fr/it/archivi",
            "html": "<html data-capo=\"\">",
            "xpath": "html",
            "message": "<html> element must have a lang attribute",
            "fixSummary": "Fix any of the following:\n  The <html> element does not have a lang attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "21cdfa2fe4d9",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9a2136ae"
          }
        ]
      },
      {
        "rule": "region",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures all page content is contained within landmark regions. Content outside landmarks cannot be found by screen reader users navigating by landmarks."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/region?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/ar/search",
            "html": "<center><h1>404 Not Found</h1></center>",
            "xpath": "center:nth-child(1)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "6c43bd38f74e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-9dbb1bed"
          },
          {
            "url": "https://france.fr/ar/search",
            "html": "<center>nginx/1.25.0</center>",
            "xpath": "center:nth-child(3)",
            "message": "All page content should be contained by landmarks",
            "fixSummary": "Fix any of the following:\n  Some page content is not contained by landmarks",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "ee01b9c6a0e1",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-533cca6e"
          }
        ]
      },
      {
        "rule": "readable/html-has-lang",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/ar/search",
            "html": "<html><head><title>404 Not Found</title><script type=\"text/javascript\">var AccessLint=(function(y){\"use strict\";const F=[\"a[href]\",\"button:not([disabled])\",'input:not([disabled]):not([type=\"hidden\"])'...",
            "xpath": "html",
            "message": "<html> element missing lang attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a2729eedac5d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-407bdc37"
          },
          {
            "url": "https://france.fr/nb",
            "html": "<html data-capo=\"\"><head><meta charset=\"utf-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1\">\n<title>Feil</title>\n<style>.AfSkipLinks[data-v-ae133027]{inset-block-start:0;inset-...",
            "xpath": "html",
            "message": "<html> element missing lang attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "de238bc50976",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-407bdc37"
          }
        ]
      },
      {
        "rule": "link-name",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Content Author",
            "UX Designer"
          ],
          "severity": "Serious",
          "blocking": true,
          "wcagCriteria": [
            "2.4.4",
            "4.1.2"
          ],
          "conformanceLevel": "A",
          "description": "Ensures links have discernible text. Screen reader users often navigate pages by listing all links — links without text or with only 'click here' provide no context."
        },
        "wcag": {
          "scs": [
            "2.4.4",
            "4.1.2"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/link-name?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "xpath": "#undefined-2 > ul > li:nth-child(1) > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b072b03dae9f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-771ae8d6"
          },
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "xpath": "ul:nth-child(2) > li > a[rel=\"noopener noreferrer\"][target=\"_blank\"]:nth-child(5)",
            "message": "Links must have discernible text",
            "fixSummary": "Fix all of the following:\n  Element is in tab order and does not have accessible text\n\nFix any of the following:\n  Element does not have text that is visible to screen readers\n  aria-label attribute does not exist or is empty\n  aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty\n  Element has no title attribute",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "d36b1d367ac5",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-86dce4df"
          }
        ]
      },
      {
        "rule": "adaptable/td-has-header",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<td class=\"\">Head southeast</td>",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b5bc880d086d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e190ae7"
          },
          {
            "url": "https://france.fr/fr/itineraire/pays-basque-en-van-entre-amis",
            "html": "<td class=\"\">Head northeast on Rue Amédée Dufourg</td>",
            "xpath": "tr:nth-of-type(1) > td:nth-of-type(2)",
            "message": "Data cell has no associated header. Add th elements with scope, or headers attribute.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "86fcdb4e7f03",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-3e190ae7"
          }
        ]
      },
      {
        "rule": "navigable/link-name",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<a href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "xpath": "#undefined-2 > ul > li:nth-of-type(1) > a[href=\"https://www.st-jean-pied-de-port.fr/vie-municipale/les-services-municipaux/marche/\"]",
            "message": "Link has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "829f68c685ac",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6ff45716"
          },
          {
            "url": "https://france.fr/fr/itineraire/parcours-gourmand-pays-basque",
            "html": "<a href=\"https://www.chocolats-bayonne-cazenave.fr/\" target=\"_blank\" rel=\"noopener noreferrer\">&nbsp;</a>",
            "xpath": "#undefined-8 > ul:nth-of-type(1) > li > a[href=\"https://www.chocolats-bayonne-cazenave.fr/\"]",
            "message": "Link has no discernible text.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "769535c42fee",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-efed0c2d"
          }
        ]
      },
      {
        "rule": "presentation-role-conflict",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/presentation-role-conflict?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/ar",
            "html": "<img class=\"AfImage__img\" alt=\"\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"800px\" fetchpriority=\"auto\" data-v-5486172a=\"\" tabindex=\"-1\">",
            "xpath": ".AfCarousel-slide--next[aria-label=\"2 of 3\"][aria-hidden=\"false\"] > .AfCard--medium.AfCard--enlarge-link.AfCard > .AfCard__cover--vertical.AfCard__cover[data-v-08de3870=\"\"] > .AfImage.AfImage--cover[__typename=\"RichImage\"] > img[sizes=\"800px\"][alt=\"\"][loading=\"lazy\"]",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "5e9de9c98b41",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-c2253897"
          },
          {
            "url": "https://france.fr/ar",
            "html": "<img class=\"AfImage__img\" alt=\"\" loading=\"lazy\" src=\"https://asset-prod.f...\" srcset=\"https://asset-prod.f...\" sizes=\"800px\" fetchpriority=\"auto\" data-v-5486172a=\"\" tabindex=\"-1\">",
            "xpath": ".AfCarousel-slide[aria-label=\"0 of 3\"][aria-hidden=\"false\"] > .AfCard--medium.AfCard--enlarge-link.AfCard > .AfCard__cover--vertical.AfCard__cover[data-v-08de3870=\"\"] > .AfImage.AfImage--cover[__typename=\"RichImage\"] > img[sizes=\"800px\"][alt=\"\"][loading=\"lazy\"]",
            "message": "Elements marked as presentational should be consistently ignored",
            "fixSummary": "Fix all of the following:\n  Element is not focusable.",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "111176f09aa0",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-6bda91a8"
          }
        ]
      },
      {
        "rule": "scrollable-region-focusable",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [
            "2.1.1",
            "2.1.3"
          ],
          "level": "A"
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/scrollable-region-focusable?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/de/nachhaltiges-reisen",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\">",
            "xpath": ".AfKeyFigures__scrolling--isDurable",
            "message": "Scrollable region must have keyboard access",
            "fixSummary": "Fix any of the following:\n  Element should have focusable content\n  Element should be focusable",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "9926ced9666d",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e732444f"
          },
          {
            "url": "https://france.fr/en/durable-travel",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\">",
            "xpath": ".AfKeyFigures__scrolling--isDurable",
            "message": "Scrollable region must have keyboard access",
            "fixSummary": "Fix any of the following:\n  Element should have focusable content\n  Element should be focusable",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "79531052b44c",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-e732444f"
          }
        ]
      },
      {
        "rule": "keyboard-accessible/scrollable-region",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 2,
        "examples": [
          {
            "url": "https://france.fr/de/nachhaltiges-reisen",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\"><ul class=\"AfKeyFigures__figures\" data-v-afa8ea60=\"\"><!--[--><li class=\"AfKeyFigures__figu...",
            "xpath": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "message": "Scrollable region is not keyboard accessible. Add tabindex='0' or include focusable elements.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "64c846c8610e",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-069d0e0b"
          },
          {
            "url": "https://france.fr/en/durable-travel",
            "html": "<div class=\"AfKeyFigures__scrolling--isDurable AfKeyFigures__scrolling custom-scrollbar-h\" data-v-afa8ea60=\"\"><ul class=\"AfKeyFigures__figures\" data-v-afa8ea60=\"\"><!--[--><li class=\"AfKeyFigures__figu...",
            "xpath": "#shared\\.big-event-key-figures-0 > div > div > div:nth-of-type(1)",
            "message": "Scrollable region is not keyboard accessible. Add tabindex='0' or include focusable elements.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "a02e9f9bc9e7",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-069d0e0b"
          }
        ]
      },
      {
        "rule": "landmark-one-main",
        "engine": "axe",
        "metadata": {
          "roles": [
            "Front-End Developer",
            "UX Designer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": "best-practice",
          "description": "Ensures the page has exactly one main landmark. Screen reader users rely on the main landmark to skip navigation and jump directly to page content."
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": "https://dequeuniversity.com/rules/axe/4.11/landmark-one-main?application=playwright",
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://france.fr/ar/search",
            "html": "<html>",
            "xpath": "html",
            "message": "Document should have one main landmark",
            "fixSummary": "Fix all of the following:\n  Document does not have a main landmark",
            "relatedPaths": null,
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "e93f2641b87f",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-85b00be0"
          }
        ]
      },
      {
        "rule": "landmarks/landmark-main",
        "engine": "accesslint",
        "metadata": {
          "roles": [
            "Front-End Developer"
          ],
          "severity": "Moderate",
          "blocking": false,
          "wcagCriteria": [],
          "conformanceLevel": null
        },
        "wcag": {
          "scs": [],
          "level": null
        },
        "ruleUrl": null,
        "ruleTitle": null,
        "pages": {},
        "totalOccurrences": 1,
        "examples": [
          {
            "url": "https://france.fr/ar/search",
            "html": "<html>",
            "xpath": "html",
            "message": "Page has no main landmark.",
            "colorScheme": "light",
            "viewport": "desktop",
            "browser": "chromium",
            "fingerprint": "b7570f0620d6",
            "firstSeenAt": "2026-05-15T01:42:24.887Z",
            "patternId": "A11Y-a4fd1d8b"
          }
        ]
      }
    ],
    "roleStats": {
      "UX Designer": 17,
      "Visual Designer": 157,
      "Content Author": 199,
      "Front-End Developer": 2622
    },
    "severityStats": {
      "Critical": 159,
      "Serious": 188,
      "Moderate": 2600,
      "Minor": 0
    }
  },
  "changeTracking": {
    "newCount": 2911,
    "resolvedCount": 0,
    "newIssues": [
      {
        "fingerprint": "de5823d8d1f2",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0da867e376fb",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b5f33820b0b",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e300030dc61f",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c55ff64df2c5",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "96ed0322132b",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8198ac7bca7f",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d06724194beb",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4db484a284aa",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf32a3ccd718",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "90bb2dff1b00",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "90c36d2df3f8",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a934a5430035",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13a963f9ef3f",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e8905ec44574",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "107cbb833af1",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "933b6aa9a1a7",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "770425555664",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e88f1c95e40",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7db7ffa3d54c",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "80a7809a13e1",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a5677f2695c",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a86513122073",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "444f2df5df16",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ef0294fbefa2",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7731884abf7c",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "977b9c08172d",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "993b9911307f",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c227a36aab8",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "354c106906b3",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "408ed0d95e6d",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9da2b37d9865",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c66db29e914d",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4d941cbaacf",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "308bd02b0936",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c862f74ba7fc",
        "url": "https://www.france.fr/fr/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7585aa5ae2c",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e93f2641b87f",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:landmark-one-main|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c43bd38f74e",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ee01b9c6a0e1",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:region|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7570f0620d6",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:landmarks/landmark-main|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "003eb59845e3",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8001016f4fe",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a2729eedac5d",
        "url": "https://www.france.fr/ar/search",
        "ruleKey": "rule:readable/html-has-lang|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf431775d01e",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb240de02bb0",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86b9c57a4117",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8ffdfb162d7",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05da0e35c8f9",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec679e8213f8",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "45e0c413e83f",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fbc2169dcc9a",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a838bfd42476",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79fcad081295",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "430f66e34d26",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d6401aa8df4",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14555498a2a2",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71fef4f7afb4",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36408b2565de",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "050f81f1bc4a",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ec9a5ee967b",
        "url": "https://www.france.fr/en/search/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "693ab726c32a",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d4828779e84",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3cf093812f4e",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "527ea28feb7f",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4c2357e1c26",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "578d8b08c8d7",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1997ab0edfff",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0ff53f788e5",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11febc076b6e",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92077961145f",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "347bc98c3df9",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d34e7ace4b6",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2f1635f450a0",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c73afa2590dc",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "40de4aab481d",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eaa114b590be",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ab98bfda965",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6a6593c3139c",
        "url": "https://www.france.fr/ja/search/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48598dee36ed",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64dcadbf9eb5",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "65be0cea18aa",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8381440dc57e",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c73c31bed99b",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa9cfd93964a",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a436b00d2f7c",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fbdd45225633",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3fa3a379d8c",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "500d145cfdc3",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d89ccebc348",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b919f6a0adb",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fdbe937a1b4f",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "715fc3168e41",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbeaecd693d0",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1e615ea28fe1",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8a263a08fe29",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8fe5dd857712",
        "url": "https://www.france.fr/ko/search/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "070b38e8927a",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e1b0c1747333",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbb12814763f",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31fda81eea43",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e3d2ef71566",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a2cbb65fa6e3",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b222b24f92e9",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d59490a918a8",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae1e44b482f7",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ad48f19eb873",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88444469c24d",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "239fdc9bdd68",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3175d458c5a1",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8b29c3ff87d",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78801a8f1471",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14daaa55d1fd",
        "url": "https://www.france.fr/ru/search/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b4528cc7cdd6",
        "url": "https://www.france.fr/zh-Hans/search/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b003ca2abea",
        "url": "https://www.france.fr/zh-Hans/search/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "610031cda577",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11ff635bb70d",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10237bdd9bce",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7f3205c92d4",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "46de88211837",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03af57821060",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1da0a9a9cf55",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3cf126793be",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "565b84a10a7c",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08c69301a7fa",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12ee6073e3d3",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "177c7f51715d",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cdf16617cdb1",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34de3a1c3965",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0a319fccad8",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fa5700694eee",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b48bebaf18e4",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be8422f015e2",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1d76b3dde7dd",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba7c02f2ab86",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e1c271859e9",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba9ff412ecaf",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "58ae910d8789",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e1133bcb9d30",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4507ffd60153",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5e2de994b118",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4bc88da544df",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b75a251de1a3",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de0259805b6e",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c34ce64755dd",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70a403e008a8",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "856ef9371717",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33fae5b14c94",
        "url": "https://www.france.fr/ar/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "150a4a8f0604",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "113c1025e888",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5102cbb6cef9",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35c066805fb9",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3baa18c54007",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e232222f308a",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "29085bd58532",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "355113abf265",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dcf7a9f306a6",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9277900fc76c",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe32ea4d61a0",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "addd682dbf7b",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78bbe6b6d911",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ddbe498ae387",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c484d36bceae",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "507256364664",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50041d45f7e8",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5ed5aa5f945",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e4750106a88f",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b269905f8114",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "098bca10aa3c",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f801e1b97c53",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2dd0741c6a06",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f5a27412e965",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3286023b0a72",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7409984ce42b",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b7118d7b8073",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6acc7a90efb0",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a34f5c4e899f",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33c71eb8ddcf",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f630f5889741",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a404f4551cc5",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6a2a1c91a22f",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "89241bde2739",
        "url": "https://www.france.fr/da/artikel/de-parisiske-konditorer-der-genopfinder-kagen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "144b0e586fc9",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df5849655263",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c9cae0d88638",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85cfedf7d2c4",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "267c4f8b55c4",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4ddb4a0a6a45",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "528501741cbc",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b33153b7c348",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2a6a38fe63df",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73e2f7dafcb2",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5bd40f022427",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91ddd535c9ec",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54f02ef566e2",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77b3f176277e",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0d1e804c6f3",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59f61ae85775",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d9904dacf497",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34f65f3f69ef",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c53f5ace1d8d",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c728db8d90bc",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "afd35fdeb434",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d44229eacd3",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "72d6f39d9247",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59698257be5a",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea8a9661b03f",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4872f7a6158a",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41d6587857a3",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "45a872479b4e",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b542e7864ec7",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e1bb49b4cad",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36807a94e3c0",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0ddde56a2bf",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14a06abeaa41",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4ea2d4c6badd",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70067a906188",
        "url": "https://www.france.fr/da/artikel/Find-ro-naturen-hvorfor-ikke-%c3%a5bne-dine-chakraer-Alperne-Frankrig/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b012840098e0",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4087979e11e2",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4537d6fa8fe",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d7abd1d2691c",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a48103d052fc",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0be951baa346",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0a5884d703f0",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c32e5737f2b3",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b71c508847e6",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "50857cdca152",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "66017d1771b1",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4aa4f652efd9",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5a3b983ff88e",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbe44dc01347",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f028ce376345",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2961045159d",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "542b43e30c60",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4fee24b1caf9",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3b00f754c796",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b89d028ef67",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d5ccec43f45e",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b7efee321892",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "282c2ded9899",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12289c101423",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1375f81734fa",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f852a1bd2b0d",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8242a71f99f",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "792403ff73fd",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8565fb7da040",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "87aa9ed4597d",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4bcd7028819b",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3bd18e062fd7",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "890577a5894d",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a1ee7093b71",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9bb74dcaf6b1",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fc61b5b6b452",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f200523c7f5b",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "94d09fcbafc9",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba1cce7e6c66",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ad4ae99d1f12",
        "url": "https://www.france.fr/da/artikel/Leonardo-da-Vinci-sk%c3%b8re-opfindelser-Clos-Luc%c3%a9-Loiredalen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b2e0f42d24ff",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a11acb3db2ab",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3ae16a0b4e60",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "147da9208f9b",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "baf3299860be",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "007772422292",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f301963ece1e",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1dd3001ac88",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c65e9f5d242",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bc96c3450f34",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d7a52c2e505",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae21d015f32a",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0abea28ff0a",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "40550d103036",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9736a3d3ea88",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c02e48d8f1e",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c2d112e67e6",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a357bf7f4b1",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "190af81fdc51",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08dcea475074",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "93e77c53b497",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a50d71564480",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "93212def551b",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "18851eedf678",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbfdb9274b00",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c394cfc57527",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "883c1fb23d5c",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8a5804e71078",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5884f99cc397",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f9bf06279129",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8da370a527b3",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09b70c5ca36a",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0e6b2c4a0ee9",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae11ca05e009",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5be78fee9b95",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e8677d7954a",
        "url": "https://www.france.fr/de/artikel/6-gestalter-erfinden-die-provence-neu/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa3b26314c19",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01deb72eb3b0",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da7d540983e4",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e430435c7b7",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "748c0de5e33d",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e39ba915b5a",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e9e992359eff",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38d0b2ca42f4",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8a50b0d997a5",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37a02971f0db",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe8b59f6cfff",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48e0ef951def",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e33348787242",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d723b3bb20e",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2be0d0ed2fc2",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0abec06b8c4",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de9e0ba945e8",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb444e0b6ba3",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "072eb4b8c7de",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ccba333c0f4",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "618e1d8fba46",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "494c3a2718c0",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f16f90743fdf",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4042364b89b2",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fdb49e74b739",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "467a476165f8",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13616c0693f6",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f83467444480",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a58e5024b443",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3a4cc913995",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ced9f64628bb",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f1bdbe27b862",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3939d549e903",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b507744913e",
        "url": "https://www.france.fr/de/artikel/das-beruhmteste-herz-der-welt-befindet-sich-in-neukaledonien/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e7c214cf82e",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7448eb37b93a",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8608849b6ba9",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d8db4cad6a9e",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "53e048df6f27",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5abd00fe73b4",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8b7e0400f1e3",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b303bd6807d9",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "24daeb4ccde5",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6357dcedc68d",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cbd3d7d7f541",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f29ceedb92b0",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "30add9b7f42a",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ea355de7032",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cdee0d73fa60",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f613ee80240d",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e826d3464023",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "03fe61e1c49a",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8335b89a74ce",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15207abd8a19",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c6dc88b8bcc5",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cfec061f1c2c",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "19a49e0b4541",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e9eb2868ff9",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "02dc2fc3333d",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6161d74d1667",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b09fc0693fc1",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24a4198e2f9e",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2977905688c7",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b5c91535c62",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "32e15a353486",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d76f2fd1ef74",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a28f3b225bd7",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9402b44259aa",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0f96eb0cad5",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d1ea05a8721",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb95ba19ec03",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a1ccf39a284",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "108e9188e6f4",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c08b7074d69",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b0986291d86",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "80a5eca458f0",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb8562df6ad0",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0b79bf8f77c",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b1e0b1b2591",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "351fb0befc93",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c074795f0e4a",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "202c736efddd",
        "url": "https://www.france.fr/de/artikel/die-genialen-erfindungen-leonardo-da-vincis-im-clos-luce/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81f11dde3e1f",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aed963e5e51a",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "60416049d4a5",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "080b5ea0fa8e",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fcec04ca25d",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f814786563bc",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc08abaa2d2f",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "22cadcbf44b9",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2e1873bbcff",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f2bafd113a7",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e9849e42d0ee",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d005fe6f017",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8dccb4708bc5",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "117b336fb2c0",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d556e5a8e109",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5ebdbae03155",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "76ae363efa66",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "831d3593a69f",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "98e5951b70da",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd859148c3d2",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27340a1e6c83",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb18a4d20421",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8f864a39ce71",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ee081ba4f35f",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0d5c5f98425",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae7db8861afe",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ccf6d2856d21",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "76f1a0ce5b57",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a421a917a7e6",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "516a1155dc97",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8428d8bf68ac",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3bfd880fa4f5",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fc8ec8aa7dc6",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8591882ff5be",
        "url": "https://www.france.fr/de/artikel/die-olympischen-spiele-2024-werden-paris-stattfinden/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4cb42ab87c2",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf93f39fd16d",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8f83408165d",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc313f21b5a9",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "331016425d7d",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38bb15c1ebf5",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b56645cf562",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0271db69d05",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "502a46fcb9eb",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a26f7c45c6c3",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8d574e5772ec",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "374053baa67c",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2970105f51f4",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c807ea4f1cd4",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5f3f1f95c918",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d04603ba72a",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a50203cf0f3b",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21a19d21ba94",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "abcd5ac287e2",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6dac117fcb96",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa5cf7b3eb95",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c43d5249e8f9",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a4acdd1b0aec",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fca8613f1449",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ba19c5888a1",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81e7f530b0ea",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04e4b7d5f9ad",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "597ca2169d2a",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea1387a2d4e3",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48a38b835d78",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "57868ed12990",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0648c4d4c445",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "40d484992253",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a62bad832354",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "851a3e4b5f86",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6b301acc64c",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cff4e86b1620",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4af777533281",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "63ce7610b00c",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a542b4516354",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d819ed375e8",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f530b1f9ea0",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab9064c58fd2",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62b3ac0464a7",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2de5c1193e0e",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d901bd78ea75",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e05758b17896",
        "url": "https://www.france.fr/en/article/5-minutes-to-find-out-everything-you-ever-wanted-to-know-about-burgundy/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "348e946320aa",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c3b919b6778",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2354b8d42f0",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3aedc08a7f97",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a3b14e933faa",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0d5c548e75d",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3498c3dbf68d",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "36589c83a25b",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d4ae24060ee",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b60e9af12b68",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5a64ce008d57",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d3b602420a6",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7926f684e3cb",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aecfc457a703",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0a3851cd7bf",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb26a557944c",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dc6d06e3aaff",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "82de07b53132",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d59ce9604113",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73df0cd926dc",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4aec0c13626e",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22500d99e795",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64d21055a677",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e96d36df94a0",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e13de4859b98",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2225f1818f87",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4296aae132c",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbf5282738ef",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d64607f449eb",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8a6e3ff1bd1b",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9ecae829d2fc",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "544df28b81ab",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bbec80ae3765",
        "url": "https://www.france.fr/en/article/palace-6-things-you-can-only-find-at-the-plaza-athenee/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "25982a9e923a",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cce7e56a0be1",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dfedc669c635",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cdc9fa3d9a3",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7cd786461e7f",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0bb89bb31fa5",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09f525fb6936",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1157ea1ae949",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ffc424f00eec",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb7ec09055d8",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6cd6ebc2b8d3",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c2cd33e27f3e",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a815420b1fc",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a3bcae709f8",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a77119947b95",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4f2fde1d256",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6b22f446ca3d",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b9e8168a402",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a63a118077c",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d57f283ee437",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e5a496a62f8",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f90150fe9da5",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c28269bb346b",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37a40b789193",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0cccf8e4e59",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88929bb49d43",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "865e7dd71537",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7a70e8725856",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "afb62b5273aa",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ef2bcb138fa",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "303fd874ca23",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1ff19993b77e",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c458ce714cb",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6fc2fcba7146",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff1df73af00c",
        "url": "https://www.france.fr/en/article/shopping-nice-four-leads-finding-everything-your-heart-desires/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5ea38bfa21b8",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a7e4ac3756f",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c26ca44a6b5",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8c2aacdcc4f3",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5ea7b5a4e4d6",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "96a23b4a444a",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0dc25cf06c09",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05227fe6ae6b",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f60e0f4e9758",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8bfdac70508d",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4a3a81ed990f",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "05429e5861c4",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e3e16a61e509",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34ba63afc50a",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1fead7d3837f",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9341e6f91e9a",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d16833cbf2d",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c185b0b339c7",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17054aa1c42f",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e450f18a9e7a",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92ffcdfdf233",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b610460da73",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7215196fabc4",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bac87b9ead82",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b5eb275780e7",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "89346067fe0c",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8e11e3b87ea",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b36d1cec2bb5",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3377aec27e0c",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "293d4812b7ce",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a6fc05b4cabc",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "385ad984163e",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed7a7aaa21f0",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c5ea8a8ec02",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c10dda7d8f7",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ce45dd81022e",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "544ed5e64fde",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "432509d6e458",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a097f07d3fbd",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1666ad4c34e8",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "483f88e4b6a6",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2867c7529d06",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50f797514a60",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d921deb87914",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c9fc195a679d",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b4da4e7779f",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8a3f410058ed",
        "url": "https://www.france.fr/ar/article/balade-de-chateau-en-chateau-au-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a52e82eec206",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "91a1064ff004",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "561baa8a3df4",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38e1d0429f29",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef778a05af8a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e219342a675",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b18cab8e22fb",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c33a498cb38d",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "81141c637bc2",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0dbad0a5b135",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7dc9247a9802",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "55edb9980a27",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42f934a0193a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b5e619125eb0",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b187c2ce9242",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6dd59e9956f9",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5964375179f5",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f7283a684c9a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d728a5470f91",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5634729320b3",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f65061bd5250",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "139cd7ad2dbc",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0c4e6f390c37",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7c1dc0182f8",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7933bc6ca89f",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5572b7717792",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31bc1138bc57",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0934b6fcdf78",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "442646b51a98",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "949e53e7fea6",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a0ba4d5d143",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d2df46a5762e",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21b56fdf2a8a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c2bfdc9d81d9",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "303c9bfc6521",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "92d8c0d9420a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1944ffbf535",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aeae84742082",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "712fc06b55ab",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e0128703bd0",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1bda26b5567",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "106eb4e0ae42",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "664f63b36a41",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b62acdf68b5",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "da79f762dfbb",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f977f09f7d4",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "648ba1792c8c",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8295b676a3be",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f203fa398f3b",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "013130455bd3",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "385ca93dcd94",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b9f1a39418b",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca9f466536de",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "538834a11602",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "144e4b893ba5",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e52bddec851",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dfbda5576733",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f018e9ae0b9",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a3e114bd8cf",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a74ceb31163",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0660013981df",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9f281e5c8536",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "74763b8b5789",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "68f89830f825",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d72eb56a4bc",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86cb3dc112db",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50a4c8ad1fbd",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15659f53afef",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d52404e5ed3",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb36351ea309",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb1ca901f73b",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed996fc89fed",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e30c1c13a39",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "23c232f12402",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd5b834ee045",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e21ca35a896a",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f78ac775f0e2",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7108001238ec",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "020563cdfe1e",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de8c80008856",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e905f6425368",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f27dae32be1c",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dc17cc66a0e5",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "584a9bf90a58",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1e7bea5e845",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b56862636ea",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "931c59fedaf0",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3a3bb18bc6f",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59fd1a36469c",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c4f4c4be05c",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7556d6344178",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca6f2c6e22c8",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "67bdaa195919",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14fe9b55eb6e",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9eb9151a1aff",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/frame-title|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eeaa5b7642eb",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9ff0451d7c29",
        "url": "https://www.france.fr/ar/article/cote-dazur-plus-beaux-villages-arriere-pays-nicois/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bea9df566be1",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7a00a2d62857",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c07a44d7bd87",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1c6686a96fa3",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0cae39531b4f",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c8e8bcfc6d29",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6e5fe0f2f448",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bccd5c2bffcb",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30e4d8b123f7",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62e3f4a855a1",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ab01317681e",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "147127c324af",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c1c30b9a3f24",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e9616c63126b",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1f9d992d643",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "80a96c3d3bcf",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ba953cd901c",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "605687dd9960",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e36af7520df",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "706ec6e19b81",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "85bb07cccd47",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9f62b906f7f2",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "00d7ae6aaa5c",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e93bbedfc47",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b64a851cbd15",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d8623c2612c8",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3d08a0630dc",
        "url": "https://www.france.fr/ar/article/maisons-reinventent-gout-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "83988bc4a6ed",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c8be60ae41d7",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7d39a2170ea7",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2e7d2a94eba3",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea9f0382cc82",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "09c2901e674e",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "20a891eadc9f",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "13a8c458f512",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ebeb7abf2608",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a3e63591e7b",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "719136b36232",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0ec131196b8",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d55e58266be",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8bf2e965a15",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "38ab309a61fc",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb809e4aac54",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "03f21a920917",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e425cca39c7d",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "539f27cab620",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "83d91e96bf6c",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c22765d9728c",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05e65e799422",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6947a49811ec",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11c1725b2dfa",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bdc00f686f58",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92fba3f59591",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2552b95c3086",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "39705a340e5c",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08b17a637f48",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "425b74926937",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "16428496549b",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb7cb40f2332",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0da5cb4d91ba",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27d154c3bfbf",
        "url": "https://www.france.fr/ar/article/service-d%c3%a9taxe-GL/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7045046157f3",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f696c8f0096",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f5986905408f",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3fb9d56a89ac",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af345801c66c",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50e78475b690",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50500af59245",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5923ea0bf91",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a4f48241ea89",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d6b4340b45a4",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0e537482e24",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b014baae96cb",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0086016f9455",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9edcbfc09f9d",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a456398583d0",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e47d77e9cc9",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d84457c3c8af",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f40606717fca",
        "url": "https://www.france.fr/ar/campaign/services-galeries-lafayette/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c71642cde47",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "67551adf4107",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84e06fc52e95",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e44ed6d71e14",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52545bc2f1cd",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4dd8a8479623",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3deffcf31a7",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34bb37de9d35",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8864ff387576",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4724af21c52e",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "49568a31f2f5",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6ea8e6a7a785",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "187dca90bff6",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c5a0fc2592e9",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21bc4d0719e9",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84359df5e18f",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab11d5e7a480",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e1e4e42e866",
        "url": "https://www.france.fr/ar/destination/biarritz-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5f6bd0fa538",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bec6208f98a7",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b5eaadcd08a",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "739686ffad77",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b966326db0a9",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d28a443572e",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62c0924ad066",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "87e55bcc3ddc",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c12085d49121",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0c5b0bd2578d",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ee4ca1063a6",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c24bcbace811",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec039a45ebd4",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e338975a28f",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "edb98a0374cb",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9ecc09e4f829",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0634dd3f2eea",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "810aba9bbfee",
        "url": "https://www.france.fr/ar/destination/pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7bb1049e1b47",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "68300a91361e",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9aee68095c58",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b2cf5f1ee32f",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03426baf29ff",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "71938f0b0dce",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0d86a5a72ea",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "955827d169e9",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87422830d8ca",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ab8cae47bdb4",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6f532582a196",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77977bac32dd",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dce838d8d33f",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "72bb0790303a",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "286c1f94ccbe",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "882668813336",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7aed1f2e633c",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1273a7349c02",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1d21b5f1ba6",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb18993f1ad4",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6aeb009695f6",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51288dda8f7a",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d6a73cf93ca5",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac3bfd2e7c94",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd5ad387e21b",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "40104fb1c8d0",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "edd239c7d9f7",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1190e1ee22a9",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "367f3f077bdc",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b195733a6d8",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e754b5108e95",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de0df7572d4a",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac69536a132d",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "706ac9cf3d65",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "458b94db5c2b",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7d461d02f5f",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d06b171e2d4e",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6fa9e1939db7",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f1f4e9c9502",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc17bf23db20",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "608b02100a88",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7b265a14cc76",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ede8730ab975",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cd8f55c38575",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "63d8e0b4c297",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34a7a6ef4ec1",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44d85aba3351",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "46460aedc46d",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "66c65c8993a0",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "18ad5adb6164",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c057d3ebbd7f",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dc792a8dbc37",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "23202b8cf5d3",
        "url": "https://www.france.fr/cs/clanek/co-delat-v-pays-de-la-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5345a6e214ee",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1087f3421045",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a1477845c71e",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "68d2af581825",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e9f88509062",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f3446d32035f",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de5755a839ec",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b28084e41e67",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84eca6a28ac4",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f92037de8860",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8420d6ce68dc",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1aa0125ae27a",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c95914e091c8",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a4ea56f83a2",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1e2f4cd3ae34",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c31ee7d5b118",
        "url": "https://www.france.fr/cs/destinace/pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7046a1f9aa50",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd3818f31fd0",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1e7084226540",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b260e3520da4",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f57a98fb62d8",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb6fc8cc68f1",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8aec0a9ac8a7",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a04e7b3f64fe",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "780775f68303",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "06d21149f336",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "eb9a8cb6dd99",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1dd22f3c81a0",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "04685268f1ac",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38e5ec921da8",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7c813273fe0a",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc4f237ba72b",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5fdcbbf57641",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1938cd8a3118",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "030134b743b9",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b98aa3bf948",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f8695476e4e",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ef6479af71a4",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4fbee2f841ea",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "69986d633e38",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78052cf3d362",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "380d10f6fcf1",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8cd111854a91",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b59d045c680",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "90da17f3debf",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "905df70ef05a",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08f6c145b443",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "deee31ddf171",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "58b625285d1c",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a208125c798a",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0e631fe601c0",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "089acd6dbbea",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b6cd2a9bc803",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d62eda29917",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27c21f93a100",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6950b5a36981",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b172ab0e254d",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea611d265b54",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61f41a003d91",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8b1951333f6",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "680b9b620604",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2fd8db3448d1",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf824f67bc24",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6490bd4a1661",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8291ec5b0a22",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64a0c105df34",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8f7d4635f8c7",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed93b5f514d2",
        "url": "https://www.france.fr/da/artikel/Bordd%c3%a6kning-service-Lorraine-krystalglas/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7b9413e3ada9",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "84bdc6d55fe7",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b32067d4f9a2",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fc8f24f7cd0f",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8dc239aa8a71",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d5acfe492fea",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "747c580989ae",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac49dc7182e3",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa5d5e1e1170",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b73b22211e1f",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7a8dd272b5f",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "55c5454b20fb",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8fd324c6ebdf",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91ad1c030a76",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13f1f58a8696",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "80f42f852cd5",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6236b46b86c2",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b70d8580d007",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8539b914ff64",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be9ba9137555",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc8c874b0aad",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a95d8cc6567e",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f611dad61e71",
        "url": "https://www.france.fr/en/article/biarritz-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e52af92d1c60",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b55d0da7c052",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "253edbce30a4",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4633d5ff0d05",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e4e8aeab76b",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2dd146a151b1",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf932e9070b4",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a8d695461ca",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8a80349e36a",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ff7a5b24e75",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7b631c0cd75",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "efd662be2826",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a9a831bf35ae",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "060f479ac089",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0f3f07f9bab",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9703ebbd3a6e",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "96d017e93782",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0eba1a119fcf",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7908a70bb82c",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c620a6bd7de",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f0be78e872f",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9df545c70a27",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf7d49652700",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b82443edd5f0",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3b90e4e5a7b0",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c45eed1e08b",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec36de7c33ad",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fdc91e7da2bc",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7988bcde7913",
        "url": "https://www.france.fr/en/article/charming-villages-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7b8da152232",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "03460f9a8cf8",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f5cccbf693f9",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a683fe8d1d29",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3c7b746dae2f",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b4db660d9f9b",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c65a84ea2400",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b1e8a86598d",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "560d31250cef",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "613a6f3cbd09",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c399d737626",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fadeba5913ca",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "928cc487756c",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b8bed7ef609",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c5901446d00",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cac7e2a78f9c",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8f4085429c6",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "872fecd8169b",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff7bfbe8d449",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "83d39f40428d",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b3e49dec337c",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b94c305fb453",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "003860e73df3",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4309c3379277",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d84c518d55d",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1ea208cd5330",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4c660b8ae5f",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "619e3e588980",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "49d15faab453",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0d29afce040",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60523f9442b7",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "901a17361f71",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e64240d7a02f",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "45c0cfa3e1cc",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "764bee91df1a",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "711c50fe7535",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8cc33148354",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b5a55b6e912a",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b6037933e9f",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0a51b6a9d2c",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cfaa8f773e6a",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab3b7649d7ed",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22573ace32a1",
        "url": "https://www.france.fr/fr/destination/biarritz-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6e4c85e9bf40",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ad5a813a1e1e",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "73cb5e222c02",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15ae1c26e33f",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "465ddb3bc7be",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c86e4d4b4894",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd19c79d3226",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e86e5af1c8dc",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9952c5a8144a",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88aafab91439",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c47f6906f2c",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "faf1de432fd4",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0cc4b2b4be6",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1d5e79f0cab1",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6cc09da713bb",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5458820a04af",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6aab5cbd1557",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fa4c29be624c",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6912be4d22d7",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d9829dbaf26",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb5477431d0e",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e980a5b3699",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d3c02000616b",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52ae254a71be",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b90b7ee5b0c9",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "10814768c9ac",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5abdf4020f64",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a542f73ac5cd",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bcceacc86afe",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "215d0fbb6d46",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c83feb2930b9",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9458b184469f",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "18b4766e3d1f",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "626cec2c5d90",
        "url": "https://www.france.fr/fr/destination/pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77c98d058495",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9965dceea98b",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1f6b2209546",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8aabcc0c46d0",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "755a4def4648",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c6e16844c0f3",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "66a4bc740b77",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59e6425d1940",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba5e679db4a9",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b05cd545dede",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8ad90b59ffe",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b072b03dae9f",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d36b1d367ac5",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "wcag:wcag244+wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c606b3c7c802",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b5bc880d086d",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:adaptable/td-has-header|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a19e79e0202",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17d2b0d68604",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "155dbc9478dd",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2dc476ef2d4d",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "879037e883ea",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fc4593cbe26c",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "76873f2a61f2",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b16f9b583ee2",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79fcbd524f28",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2c8aed71c2d1",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd7f700e25e9",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f55b3264ebf",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe203b7c2685",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4ae6eee7d970",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec6a367c392b",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26928aab4c48",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb9088cb3f98",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2f7c022f0c75",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "880978ba1ad7",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7936efc5ad0a",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1ebe1ee902cc",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f8ec30767a7",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77c5c317d04e",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa30ceaea4c6",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81c04678c3ff",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "16b594b3e0ad",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c33a84783cff",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbe01433a429",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "981871f144fd",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e221e99a96cf",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "df66b1d95801",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c8182235df71",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f1a944e7c9b",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d07b0af2af9",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c9dbc33b0df",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6a84965a31ff",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "829f68c685ac",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:navigable/link-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "769535c42fee",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:navigable/link-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7b769fffb433",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "edfd5733475e",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c353a5bc94c",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "403c85bb128a",
        "url": "https://www.france.fr/fr/itineraire/parcours-gourmand-pays-basque/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1a2c8846c86",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0092ddb2d3b6",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0f801a8dbd2c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c178f5b95509",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e98fd45bc7f9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bb22bca52028",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1534bbefeb6e",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a7defb18aecc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "065a32aff912",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "caada5064f3d",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9cab6a2498a8",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11f9ac02f1d4",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "78348ef305d5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7abc678e5b06",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f03ccb452de8",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9eeb33f986a6",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "894004ba8dc2",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "44411812bebd",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ebd86bc9ef5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "537835c1a49e",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f91db2bc7169",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e46c44e107cd",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ef3b71054cf0",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00f050399007",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "798ec83d30e9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2826eef1829c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "812974841e4c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3b57c1857c46",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9574087177a7",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "864c1098abb9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "35b786c6582c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e6ce4f999720",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ffbb107c5bd9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a66ace109ad7",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4cd9078f4c2f",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27111ddb1774",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e06e49ba9b4",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a6cc8b42bbcc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b4a1a674e8fa",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "affa0f250d17",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c400bb9c6f84",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86fcdb4e7f03",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:adaptable/td-has-header|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4f595ad834d3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "df4d1699bf7a",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "97de6167e695",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e18d7204621f",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d25ae4a62a42",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78e71847a943",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0e1b0a631d0",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "47356a5e06c8",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c749a7c1ff53",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e8a5df01a2a6",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "98bdb14bbebc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c2b9d0967d1a",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d4defabeefc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13adbcef3192",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3957a4ce7b9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "379c599dbd06",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1d4256f6fc6",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "94ad37a08636",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fec032acb124",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a92ca8635c7a",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71dce1c9d4c5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06fa32682f01",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5ec3bd1dfac3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "897eeb271f00",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0dd851ab9e08",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13bb36ea99d9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0e831195758",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cdf5d56eb84c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ef9bb8e4ecc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a506180fdc61",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33ae0f7bb0f8",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d8f8986be4f4",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cfe0c1149457",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1583e1c6d4b9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d45620d56b3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf52a05d5edc",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27b5c137da4b",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "566fcb2d0873",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b311e5988a0",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a786594895b",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11541f117597",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6966b691c65",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b21d956a4d0",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1d413e3108e",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c2f7223d6de5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5545034f6c51",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30b95e5669e3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d111b75a316",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48f64a873f03",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e6c996454d9",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "95a065a6c898",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "faceecf05355",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "82e5995c2aa3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1de70cad5379",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1e734a0d7fae",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a12d9734828",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8fae4f403287",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d11cbbc701c3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3683491ec29",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b73a218370d",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b1561bb3809",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b4b8c48dcf8a",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9f07a0109af5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a514c5be23a3",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f07aa71878b5",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17a11affcdea",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9515c68ddd5c",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6ad5a9ee933",
        "url": "https://www.france.fr/fr/itineraire/pays-basque-en-van-entre-amis/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70c0f16649dc",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d30613eec9b",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "11b5f47e8e41",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bda36387dd84",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "93823876f107",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "528e7c1261b8",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e7e302d3f58f",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e1e589c826c9",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "68d02d54d704",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2153df235629",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6566babfd1ef",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ecfdaf40e6cf",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca5eec647b28",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51cf79798b3b",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aaa8f1e73512",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f62f84b5a9d3",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1110e97e1efd",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8adf48c33dac",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf21ddca73fb",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "494c1412a100",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e54ca3eb1e03",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a52821ecd1c7",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f9e3ad05f103",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c734f41dc3d",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dae9eabd7828",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5cc307a342f",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1e34eb14409f",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f9c578f93c25",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "55b6c9a0d8a3",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb9108bd83f2",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f805bc80b3db",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "893f09db0a54",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3cff0cd7324",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cd6c89c9213b",
        "url": "https://www.france.fr/it/articolo/5-esempi-di-patrimonio-eclettico-nei-pays-de-la-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ceac3cb4c7a",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a60b7aecf9cb",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f68afdb2c7ae",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5029efdace7a",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16295dfacdac",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba3590ceba24",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a50d1b697941",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "20571bcfd0cf",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "769b5a9e1bc3",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "820e40b22a6b",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "142e7e27cb07",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ec1800d89f8",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36c5acad564e",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e88ba626646f",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ee9a13c2d2c",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f704746b4e22",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04905ab64815",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf2b91d36f08",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d8789d3f12e",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c33cb3d40f16",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab8cf59fb2b0",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a0bcff417af",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7672bf4ba0e7",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7739b7053bf0",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "46439d9743f8",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5253ea03e53c",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d3aecc8ad0b5",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f681e07f13c2",
        "url": "https://www.france.fr/it/articolo/pays-oc-i-vigneti/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a985cea999a3",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3afd19a7ff01",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba80bdfc03e4",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fc7157408dad",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4544d3f51d16",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a924e57cada2",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ece6458a0a22",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "097ac1ca7c55",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1faf542213db",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb297a62cc75",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88262399a7ad",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59e903a37336",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d6c9e1322a96",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7973c81caa99",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "da927824d6ab",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37a7ff5a1553",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d288f2a2417",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61cc1b29fc5f",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71661ab34d39",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37bd1c88b12a",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "710d6c6fbcdf",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba1f5f9ae1ed",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7a732e9ab0f",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d977c960832a",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b2695ea26802",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5bace85dee31",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "748970b689d5",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0086bbec633",
        "url": "https://www.france.fr/it/articolo/sui-passi-di-moliere-pezenas-nel-pays-oc/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52d807e16051",
        "url": "https://www.france.fr/ja/destination/biarritz-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6632db9b9905",
        "url": "https://www.france.fr/ja/destination/biarritz-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d1af28ea115",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dec463fcc81a",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf08ba9fb01d",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26e3e1a750a9",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64a801997a8b",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f29dd93eb56d",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d416da72d4a9",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af8b6a207444",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b95e9d4cbdd0",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b5eccd721cf6",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d9c7c1fb843",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e419545ec78e",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "19ebc859ee19",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2eac266079b0",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48db08d23090",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2be6030d7e57",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0278338d543b",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba70648e2809",
        "url": "https://www.france.fr/ja/destination/pays-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ec98894ae07",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b3b138f576f9",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c19d4d337c8",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b623c19c1f21",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d06276bbd2bf",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7a0d13527bb",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "90e1134d4005",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "682f6f26aa69",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8afcdff04932",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ff46e682ce5",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a85c8e956ea2",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4046c1152a2b",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3dba4f04029d",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d158fbb23928",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a1cf1ab938d0",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f7c2b8719dc",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a4e8a203f23",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "987e370e5f51",
        "url": "https://www.france.fr/ko/destination/pay-de-la-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8bebd5d5228c",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ae1ad6cc18a4",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5dffd6571ed0",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2b3ed08f7bdb",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "85fe8aa413f7",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d6a23b523935",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71f69a856ce0",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3bdd2c638f7f",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c40486cb7090",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "579dfdc1a6c3",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06e19bd44a0a",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9abfc5832257",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e34687ea227c",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0884cb3732f",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "715657a1a30b",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "28dca4476e5c",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf69cc50127e",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c565c692d609",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea07d7351cd4",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "230151b09df0",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0f3c68580dd",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aaacfee7a696",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d97f0f83107b",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f376b5ccfe71",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "120a0e1df3e1",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "97b0892a4858",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d7e547b3ab0",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b1143313fd2",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fdf49cd8d3fd",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61d2cac30df9",
        "url": "https://www.france.fr/pt/artigo/dois-reporteres-brasileiros-farao-a-cobertura-dos-gay-games-em-paris-fique/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d076dd9de7d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f24c180df44",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "565ef4440bc7",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a0756bfde78",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbb7b43ac1a1",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5d1c521ca42d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c06c7aa97a7f",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2f6116074111",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65bb2b75f99d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "852b6971bf4a",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ba2d652034c3",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d3c97cceb576",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2941d5da3850",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "80829dbba9f7",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "25ffe1ff87f2",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fcdd70e120ba",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df83a4f6b7cd",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0195a2dede44",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a8fcb9c2f290",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "357592066710",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8eca6127b063",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16cc05b61159",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de23d7958a39",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "77f77433291a",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1483105fd76d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b15208dbc47",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ffebbd63fd1",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "wcag:wcag141|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fd59b75f3d42",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "55cbfda4278c",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2e3b75abb98",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "651a15964747",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "89b097ef4cf4",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ef0557ac575a",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ebf2f8a39dc",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e43a44f20f71",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f2c33143832",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09c4795a8b1d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "beabcbf85d65",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ee455947cd0",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6586277f30e7",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22c109a75fb4",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "69a2899f86c1",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed7a923fbad8",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "308388bc5902",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36507a897dee",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d62507edf33b",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd1ea486d838",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "552ccb292092",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4184c2f298a9",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/link-in-text-block|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3709580f2c2e",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "90d4d6ad9965",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a152d1bc640b",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d11f12c0a84",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "865c36270516",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:distinguishable/color-contrast|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b1d54fda1be",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ede89495f632",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e054d6dde86",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa44da581b13",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e439e7b7ee4",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbc267b8606e",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1017180ba1d6",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c6107cea2c1f",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e4e270a8fcb6",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5bdc14e9243c",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44f3c0e5257e",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e66c9617e72",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7191f6d3ac1",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e029283e0a67",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7f40f417a858",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "516f23b4157c",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "013c956fd3b5",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04349c1c2014",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "55c3ae72468d",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "012cad4257bb",
        "url": "https://www.france.fr/pt/artigo/fazer-ver-pays-loire/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "804f63a5005d",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0fe58559717a",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0bf1be172b9a",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "632e2f3f4be7",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f57120ce32f",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb9acd04353d",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "882f8b4b077c",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f78337493445",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ffcf3840a421",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d34079dd6827",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d8fef55fddb0",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "49397611da8d",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4ccc01cd3a3f",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3822a2abaa7e",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a21653488033",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b90c7505a57",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3aacebc22496",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a45ad65dd15e",
        "url": "https://www.france.fr/sv/destination/biarritz-pays-basque/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b725a0d5e7b",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5e9de9c98b41",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "111176f09aa0",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:presentation-role-conflict|light",
        "engine": "axe"
      },
      {
        "fingerprint": "099bd7d283fd",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7840903a44af",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af08c11ad07b",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cecc83d104b5",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f58e89b6a17",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3ffc05d7d94",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "395417e0f7f9",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0e135a9122ba",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "757ea93655be",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d339b73970d5",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "82ab9730df45",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0d32810d970",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b2252bcd488",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d223d89f55df",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2677b88b8e58",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54dc6e8d9191",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52ed12ad97f2",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1267ea8d8959",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "db8d57674457",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5580681ed4d1",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d20e601d7a8",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "56e03e4b1c0a",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37d79a329599",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e24a59f3bd7",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd5034648a87",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04b87da55669",
        "url": "https://www.france.fr/ar/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af0d01224002",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f2ef15c748e4",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a15ecc8e538",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "534d24c6e50c",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c7f4a0e338a",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "42eaaca7231c",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6bee4e794491",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "617fd251318e",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa85ecab0e9b",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "072ca6294a2e",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "062325911c35",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a17dabcd43c4",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e0ccc8ffb20",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1966f9c24d83",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8978eaa2c843",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a106e9d243be",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d6266abc27b2",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf7f948018f1",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a234bb506e49",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "76b7c76517f3",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "562abb9af152",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "baa9125fa751",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e9ce9699d826",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3afad9c6fad",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe78d53846f1",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0eb4f2968e7b",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "789fa24f80ee",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ebafe8f664c",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "033ccb9e2ca2",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ef9ad44f7f6c",
        "url": "https://www.france.fr/cs/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "66dd421d8ed9",
        "url": "https://www.france.fr/da/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2624166463f5",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2c1869f32f97",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1edc25116513",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "38d9e07a04ac",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "004350eb3fb0",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d47ee225799",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f4505e8a7ebe",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f1fec5159e0",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9942d68d3e44",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "358d5813d8c6",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "719afe6d78f9",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "39b71f582b62",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6b09dc03976c",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0709b9af3117",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b77c143f1296",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb6c20147d3b",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c223417a0ac0",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ba308e00847",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1eb8bb816ce6",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ba6237cd575",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de22898097d9",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7951a060082d",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a54379a87797",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6ccedaf32406",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ba132a4929f2",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "97629b5712c9",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b301e5427241",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11c4bf3abe6b",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09b420e562f7",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de5e45462a4f",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb8a4ebda6cc",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36abae056f12",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f1255b26624d",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5a49cffad20b",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fcaafaff210b",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cacafa6ca82c",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "976387c8f986",
        "url": "https://www.france.fr/da/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79308d59dc11",
        "url": "https://www.france.fr/de/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "69f1e5190541",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f503237ecbb",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2808a834887",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30e15fe2d4c2",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5f6d112a8fb",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d903effffbb6",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62c1f97d670f",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2ce4314b56a6",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "570366f23dc9",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "732297bd667a",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8a73b993cb86",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "93f43321781c",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81fc3659755a",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d4ec3c30b4f",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb669cf3ba12",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd678995b1a2",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73945524cce2",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91fd695f9599",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4efafcacc8ae",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "50f7aab2374e",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5ae3586a3fca",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c49b2653b284",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "18ee18100f10",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8bd841f62647",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8ad263bba2b",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3baf1b0c384",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84997c905c32",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c408a5c3c758",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca1cd0c65077",
        "url": "https://www.france.fr/de/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "552ce4f8e96e",
        "url": "https://www.france.fr/en/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27c483e40a89",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ead85df4b5c3",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0502b6d1d20",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d08f497abcf",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5dcea1cc98e",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36a6953b5cdc",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "359739746e0e",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "091e16f7a02c",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a21d00eab38",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d538a66a8b7",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "824477931b9a",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d91dcef0dae9",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e99dc901779c",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9dda56473aea",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4d472b60db3",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3f6da9d0302",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9581fd725895",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aea8b40c452f",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d50075ff32be",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c5417b64171",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "148481ae791d",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "258cbe326925",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77f65640ed71",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ddb3781e180",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a603f5e4ec94",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2736c0f82612",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70ada4690ba6",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51d0d555e00b",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "adbce1039f54",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff4324291a7b",
        "url": "https://www.france.fr/en/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13f018941cd4",
        "url": "https://www.france.fr/es/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "38d1a7a0be1a",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0f1a549c42d",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c05afd08c9d6",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a6280094e91",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab486c8630a6",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fbcc3c20081c",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "28f50eee097d",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "02f3dfaed062",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "68b5ae73fb1d",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e1edea04737",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0f48a6ad26a",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f73b711d0c83",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29e5da570e5f",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "76db672b7269",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78f2c65d4e26",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54df7635aae3",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "873f0e58ce8c",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04ff88299b42",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd7436190003",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7459dbd03136",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73cb536d94b4",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a227af520976",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41c12d524c12",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab63b90961d6",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "873c8181d9ff",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "337c74b37222",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5175dc5c6f9e",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b7b9a77680dd",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6737637d8337",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8cbff41db4dc",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2938c8f690f8",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "23c8d45b44a9",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "20b0592efb57",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a297931e65c8",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "257c3aa8d185",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c66481cec89",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b939078bdb30",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27c4e88ee633",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "280563e5c89d",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c408811f1eb5",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d53dbb944f11",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f13feb6a9aa4",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d43520251e5",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ccb5861648c8",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c9930681a22d",
        "url": "https://www.france.fr/es/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc828dea51b3",
        "url": "https://www.france.fr/it/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3fa8ef0f15bd",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4332a4627eee",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9879a2f4e59f",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bbabc0e30bef",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e4e385d89d6",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24e248b3f9f5",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f6bee14b3cc7",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6bf619950b3a",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d9fc3660885",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8f8b9b0527a0",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1dc3e41a642b",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e13e1471d9ee",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cdf49e5e435e",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f570eb83db61",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d86c35c4a410",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9f890f933eeb",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b60c31e78a1",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "042d01f2d0a2",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "335670314e1d",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb60dda8164e",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b3421fef3666",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab74ce658334",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf8e01093a27",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e153e54e65c",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd91b7f574c9",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f91f036ec253",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fac601f8ffca",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "866f0f4614a1",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "605b50c9fc9d",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0be1dc62311",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9a252df8a3e2",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff34ad1c1707",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44c6ea7b0dc0",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b724220f51d",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "66442dc7f332",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "574a7e4093a7",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a13e90f28465",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61134c1a2327",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "072b9ab9a32d",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "35761c2d5840",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "352a0fc3cd5b",
        "url": "https://www.france.fr/it/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3fa0b15bed05",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "10109dbf4002",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5a0c0e55fbe",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e08e92ed4bc1",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ce2bb413dbe",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e38189f46384",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2297e307fa1f",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f35cfe28a25",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d6a04e7ba5f8",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2177f3b18782",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5270d504271",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9a539c4fedff",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "277dce4714f8",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd42300c5fb1",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "28cfa93aa992",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb5a7a867477",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d5f80b59792",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c40b357e861",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48c1903f71c7",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0cc1f9f2c1d0",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29720c4c01a0",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31d43c4c71b5",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71145e4110af",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab8ef5c745bb",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86a9ce68e448",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8f529d7c50e8",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "585fe60fdd24",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b81cd978970",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "add5dc5c9a83",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6eb601d63644",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dc4a152b18f3",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a5ace8985b0",
        "url": "https://www.france.fr/ja/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "da7eaf539c95",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c4afcc839f29",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "63b017150075",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eceb0863540e",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d51be0ebdfda",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec957d4a0dc1",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7355d7cf5be",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d30321aa08e",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ad6b15fc2576",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fad57d054367",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b545c639d34",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b59c40618bd9",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b29a1f230e0",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "01c3e7a34e92",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6290cfcb7f9c",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8557508ddcf8",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e726f1592284",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a2fd5ce73c6",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb6388a1691b",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12a7d9cb8b98",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "63097f1f6c23",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3d123011184e",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3cdd557cdec2",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb1e6e093524",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52365fd0f137",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f3f7cf3aacce",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9fbdb025100a",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24dba8579749",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78a88b476f5d",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f2b3a1bf865",
        "url": "https://www.france.fr/ko/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c305fc00432",
        "url": "https://www.france.fr/nb/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5f7b3055a67",
        "url": "https://www.france.fr/nb/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "de238bc50976",
        "url": "https://www.france.fr/nb/",
        "ruleKey": "rule:readable/html-has-lang|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ef759a06be3a",
        "url": "https://www.france.fr/nb/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04fb36763db7",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32960e9f0944",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79ce1bb367aa",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "010fb143946c",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eeea2fa8cf93",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44742b91497f",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "759ddae1df16",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a57552dfca6",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c9c419c68b7",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "67c8f8e404f0",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c58b9926cadc",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a1c062ab462",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7f2f36a5b30",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "598e53d605f5",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ce15108ec21f",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9ca62f1c47ea",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "003dcd7e9fcd",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a30867a40845",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15a3c3abe3f7",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29089ebe740a",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c131c28453da",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4ce98d00139a",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f2eace43fdc",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1d6d91e58f3c",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ddbfda98a6e5",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d8847c8a676f",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09382d449454",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79ce3159cc29",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b6afc42f7526",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd6d434e7740",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a82d114f0126",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ab7c45ab965",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b2e6869e5629",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "186b7fc937f6",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5238ee1fd60f",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c53a8843d077",
        "url": "https://www.france.fr/nl/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2473c57483e3",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f12f2d286148",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "104ba75116aa",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75a259b69405",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8bbba82ba57",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5253576d532f",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "35ce3b6b2a31",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c633f6a0e50",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "751d5a75a457",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4bb3f9a724b3",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60194679a7ae",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d22dc3f160ba",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1cfe8444684",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c997a2dc7576",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e98aba848057",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7bda5a2bf66b",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "112f7f3d670a",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dba496cc4b5b",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "59d51d356685",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c98c96643652",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "02f61c59c72f",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac5ec5575e87",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be4f4ae4d3f1",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "955a8605ba54",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "899b5090a49d",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a33a103ff48f",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca90a28be1f3",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1764e8f2bb5e",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8dcda6096c75",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e1e451237fd",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b1b444d0334",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "15f67d955613",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64fa6d022f87",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f2fa2b659b46",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0e6cf58805ab",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0fe4787c24db",
        "url": "https://www.france.fr/pt/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d80a495e8e68",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8135373e65ed",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2dc95faa03ff",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c8c94b9005d1",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "18b9b4cd8262",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "42aa42f30d8a",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3bdb25fb58f9",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "872f73aea8e9",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "63be26656d45",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e650d2d81110",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36b79169fd26",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e3dbd54973de",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75fac9b353aa",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0fc63d6f186f",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c316414f6a55",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c7841c1d331",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f9c7edebe38a",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0c49db73ce7f",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b06bba64cdd",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d2ca59e7ae0",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0ef591f6165",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd37a3b40f3d",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c37a454da62f",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1d7cca622300",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71caccf8c17f",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5bd826a876d0",
        "url": "https://www.france.fr/ru/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a276b2ef93a0",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "641165735331",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3924e3ced9a",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8e6efa91c81",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fb4f6af3c3fc",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2919a4a7d8c",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cf40f7a93276",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de693812f7ac",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8828e2d3e6cf",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7a2af73b2480",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91ad6642bd74",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "331645174fd8",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c9614774341",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30a851e1bc7b",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92d4f989d37c",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f506abbef74b",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "58bfd864ba94",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac01bd208620",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aedd3c398793",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "394471a8c0a0",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b269c39f8183",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7def2e92ffed",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea6dab9804a7",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4826decb9715",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "383067a90921",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6f56f9aea1ba",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b7083e9ed9a0",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "758357843f2c",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d3348f8fa648",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "74f3fdaf0c27",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "07a7e8362f81",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e60f3c51733f",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51ca90a57f2e",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7beb5d55e6cd",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "91e7797f9837",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5c7eb4b5c07",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7459d1fd144f",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1999e602676c",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d04217192c5",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f5d8d7e211e9",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4499a8e4a565",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dee3479aea50",
        "url": "https://www.france.fr/sv/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c30625c06fb4",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "wcag:wcag131|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f1d316f38308",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:adaptable/list-children|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1c469a429c4",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29c117fbf602",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b14c8ccae0e7",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "49eb8464ab4d",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d8ef06eb44be",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0949dea4e9f2",
        "url": "https://www.france.fr/zh-Hans/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "47a5b07214a2",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34bceed4df4d",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2332518f2f30",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73b4250618af",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b41eee8e7f24",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "56cede921602",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "69dd6293383b",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d030f0cd64f3",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1606f8a97813",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f98a5a03e7e",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "365bacef75ba",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec8c5c42cf2a",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d551dfc0b315",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a2f34e87556",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d3cdc4bb62f",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b08395a5e59e",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7be6cbac7ff3",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d13a9641c7a6",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0474dae36af1",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "565d2baf9443",
        "url": "https://www.france.fr/cs/aktivity/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "657a518c87bd",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "51458cec1031",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dcf7b193b851",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1372075c34ee",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7a53e3e87969",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f4134dbe362",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "28a7e40b9a7b",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c8a83fd5795",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2781eaa322fd",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de14cfd13a4f",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "449d8a4fac55",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "96a575049290",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f1bed0711fae",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1858e63f714",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "67bb01a4e7d7",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "441378f54f6a",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c1943a45f9f",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f730abbfc0c7",
        "url": "https://www.france.fr/cs/archivy/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "892d2d12a395",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "699bc2c6e434",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0a4031907d9",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5a122e66269",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d89019e45556",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b782b622023d",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e018d34b428",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f72f3123535",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f2317eeee758",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86b89e24f1b0",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "89834cb31b33",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b553a10d2c24",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ac715c1f59c",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6628cfd203fc",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c6a20ccf634a",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0efabe3d9493",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c36639475cbb",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8d08df8a73af",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9a24369d6ef1",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "08ad96edd873",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e2722521dba",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0012ff14911f",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b62b74e76910",
        "url": "https://www.france.fr/cs/destinace/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "43ec61f180c8",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "59d758de8c9a",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e62230cf57da",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cf42c9a73fdc",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0a4d26b312e",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4af5ed5a818c",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7380553c8d0b",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1632316b6192",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "15d9a91e9639",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "660197ce333a",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e98bec7108d7",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b7fa8eefe3d1",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9237f25e7b80",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0b64cb4ec0c2",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "82d4c66f41ae",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8e0c393f6eb2",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ce0f8489e57",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9b5f68d2b290",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d152f06ff6ad",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "abf0b4c414ea",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5b751f57c36d",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "32b928a38eb9",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e85a27c3ea14",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a773874ae751",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fbc9691e8080",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "cb81469b348d",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2f13d0a5269d",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "681f06aa4b8b",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f4a52cae15ec",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05f2e168e7b3",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41e5cc7f40a5",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "588b268d0b92",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c7571be768f9",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1ed4b4160cf9",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0fcd9e9ce19",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "425edb90fe95",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81cae44284ff",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77f81a01dc5a",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e9df9ebd6ea",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "726e318aae68",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29a0a4ce4872",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5347df885f3e",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0c6502b4cde9",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f1798bae86a",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b3eb8a3b82e",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62685f113f58",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "89d930d95426",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "985c70491598",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b9bba31e72bc",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af55f6a8d7c1",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d89588d54e0",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed8555863fb1",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22a85936e616",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6f0f691cfba5",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b06cae8bf58",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1a1c2e29242",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "128fa7c42ae4",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e774bf6a263d",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3dbce5ea0f79",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d044f3a78620",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "082fa8fa7072",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "873031f6b8af",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "13a46294b98f",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "79dff7d6b056",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:navigable/page-has-heading-one|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04be3da58753",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d02ed12a647f",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bce6eed2c6a1",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1535c108241e",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0574d92abbb",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3d21dd5db0d6",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51cc0a51bfb8",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6e9c7bc5cc18",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "56b0e710daa7",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f865cf048144",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bcd5b016825e",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0adde809aba3",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b94ea5f2a8b5",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d67faa3e99e5",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a81402d1020",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c4c493998cf",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bcc01587c995",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "382a6a36239d",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d45b918726a8",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "570af6405eed",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0df5c6aae0c8",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac5271bff8e7",
        "url": "https://www.france.fr/cs/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e4ee63f544f",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4fadbd655d17",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d10c5ac4ab0d",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "addab4a2da12",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe5d53f7328e",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "551446ab2857",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af57940d8415",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0fe6c35a0260",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "175929fbf6a8",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c61136ed0b00",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8447f10d88ee",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e4af464f873",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3a0314316093",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "df90341cb80c",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8d5a1029582",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09b0fab68cb1",
        "url": "https://www.france.fr/cs/okruh/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c906297ebc7d",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa849d947320",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b82ade3d1481",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "081c2447e84b",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3975f8045fdd",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d79244506e18",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e052abe961f",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fbf86fb261bd",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d43ac3cc9a59",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e0c9c7568f1f",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "10c6178d4889",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "98a21b0af4f3",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0a748f9cd7f1",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0cf7fcdd6bb",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d3ca3e3ab655",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f19eb312bf7",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4f45ff24b7dc",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea922d92603c",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "16695162742c",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7f57ca17fad",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04d9fa4f0503",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7321811c5668",
        "url": "https://www.france.fr/da/aktiviteter/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "46681cf6b5f5",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27efa6ff0524",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3755132ad325",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86a58bb55ffa",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d057c4c6d84",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c015a3f7491",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "abce5145aaef",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3430a9151032",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d9c5eb7d175",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c49eb2e4592",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "19b473a5e3d4",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3315fc1ffec7",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8cfcf25d982",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f18955c1a32e",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a7081405a31b",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "00ca5008145d",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7f0274747bd1",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b047085ead40",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6eb4d367aef",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "47071851bbd0",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9dcbf2a83df6",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f7054adc953",
        "url": "https://www.france.fr/de/aktivitaeten/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17121cd3b3c5",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6ba1d0fe51cf",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b742f2edb40",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06eb2b700ae2",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4dee076bf7f3",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "893b3931232a",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1eadfd6fa6df",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af0fc9a5f849",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5b0893e07b7",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "94a2dc99e888",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0ec1e014d39",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d60569cf9f6",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9fd8b104b24b",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f1fd0079718",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bb21069d69c3",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "78ee998c3bda",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "554e9c61089d",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "71c9b38876c2",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7e9aa6741b2d",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "323661211f12",
        "url": "https://www.france.fr/de/archiv/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "297fca4e766b",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1ccb3fbbcc58",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "aacd58557660",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "299f6fdf808e",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4ca73e225bd",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bab2cd1fcf1c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0ac9ad27b84",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f8d34022769c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f009fbbde2bb",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "daf9fee36825",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "00aef090c53e",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "2cd691da9f4d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "154ec4551ce3",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f09850b52081",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "28993c72522f",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "171ff205d0c3",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "31f5870e3b13",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1648bceb95da",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d9bf820dd98c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bdfa1c1c1208",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "303ff530c38f",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7107f51f5b41",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16958ab82e73",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3baf993bf8d5",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "334102d90348",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9fcb4f40d11d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "871aa29b79cd",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e4d1bd777311",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "07765b5eb558",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "07d25478f0f4",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9d380e229707",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5cd8ae169034",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f2d7f8270fac",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2bc4d3466ec1",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2ff1c81c542",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0a5f896802b",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d76dae57c071",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d35d3a188bd2",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ad820b967129",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cef9bda40246",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "828a7cf5fb3c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3d7434ada9ca",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "49b931629b29",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "459738fe4974",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "203111fa103b",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5fd0d248e57",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c40adb6d82a8",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9e23018c1e8d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0ee9e8f23c2",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "998acf76ac20",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4e6ddc02b1a4",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d0b193cfa97",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "97ebe5b4c253",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "901caa31a46d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d947e8b8542",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88ea24b93812",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a79d4afae363",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b791b5d122af",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2de52d2f5ba",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "577fb5025c33",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75e754dc6621",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f925ac2d4e2",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33afa6467218",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c92af546e374",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc961e752fbf",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e50e41df7cfc",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f7fb49b29aa9",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a42503403e5",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0cdb96d99589",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31003a26fb5c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:navigable/page-has-heading-one|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1c38d1d82de7",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0fb0233e8d4e",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a9f442764703",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "335cf711c15c",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca1677c08327",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2d90322dc931",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af8b3d5f6c9d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "718d2fa074cf",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fcbba53e9864",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f8e65a61f088",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f624e0512839",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "670e9dde82b4",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "837d4642acb3",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "66a96fdd7469",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a71410c2ea68",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "95e01753c27e",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ce3217ba7332",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "626f9734dc8d",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d628c66afa56",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2bb000335fd4",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ffc151324f80",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "676cbf424ad7",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0bcd70797028",
        "url": "https://www.france.fr/de/karte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3eb60377ed82",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "9926ced9666d",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "wcag:wcag211+wcag213|light",
        "engine": "axe"
      },
      {
        "fingerprint": "718c39bfcbbf",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c053c7a3ffe",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "793ec71fe204",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e4e0e7a1ba8",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dad63f46eb9d",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "052987518fda",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1388e8025375",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f0ef8d57a8f3",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62f77648304b",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0c086e94e674",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff7463d0dc78",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0935c7c55d1",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a1f596a7f038",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e9b7a86ec1f",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "756ca12d9abe",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f7d8fbf7e55",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64c846c8610e",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:keyboard-accessible/scrollable-region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3c425abcee9",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f3ceb4534aec",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "02a7320e9a8f",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1ea4b1f282d5",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6122afdc47a1",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0aeaf78ee59c",
        "url": "https://www.france.fr/de/nachhaltiges-reisen/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bdc5c5d7e952",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "581fb80b2820",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a759936239dd",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1a0a5befd26",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c8f20af55e2",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "308fc408a780",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5601dfdc02ee",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "078bc5bdccb6",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "03eded98254b",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "388cbde3c220",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c9d043a76a7",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7cdb098e7d9",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2de15f42b05",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "123f9fe59038",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2a1f7ef541d",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7bbb823cac77",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2df1d5ca26fd",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8f052ee1e237",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6b26fc74eb33",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d65122fe05b",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f97a9f9e390",
        "url": "https://www.france.fr/en/activities/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "10a4fd894b68",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "41249c574c76",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4f7174edaac4",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0717566d6fb5",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fad29f900751",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7e2414c49b2",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "43b7aa361012",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "435117dc7041",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c5e24f1a485",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e32efb46093d",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ab5d59df12ee",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8d0b2b61cc1",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9cb13b4047ef",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ced2503e7011",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f150e5e05404",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e398eba0872c",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "35962358e3b7",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd47d8b8cb9e",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a9ece9b95811",
        "url": "https://www.france.fr/en/archives/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c1a516ffe1d1",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79531052b44c",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "wcag:wcag211+wcag213|light",
        "engine": "axe"
      },
      {
        "fingerprint": "751c2e4f86ed",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d2e4a4e22c4",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26d6306fa9c2",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0308a499a822",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24be62d8726d",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11bac006a2b6",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "465b4345fffe",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06d7be8dd595",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e598f2806ed7",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0f8468b5d27",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0388fc891c13",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1d9050c0e0d",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "25c15d144880",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "255f183cf854",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c1a6a95bf42",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "415373e662ec",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a02e9f9bc9e7",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:keyboard-accessible/scrollable-region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af6c14cd3b1e",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e16220abf4a2",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "28f51c894d79",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ced6bd57d98",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f5b93c6c767",
        "url": "https://www.france.fr/en/durable-travel/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64bc73588f91",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05c407f6965f",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3179067f384b",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "923b3dd85d39",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e960e153f59c",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff48e4ba8908",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bc76b3cd499a",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2602d15963a8",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05e7628eb522",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31a2ecf96f41",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ae2f383c417",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22769e4af6d5",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a2c52c6bb6e6",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9842f7b211c6",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4a591b675b0b",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61107d5f7c09",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fa846a8b6672",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "800c1e599666",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac85ba724283",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe1ed9e5e292",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e81b1001209",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6e4fe925bb5",
        "url": "https://www.france.fr/es/actividades/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0038bac9805",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3a931e9f79e2",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d67fa3583a08",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "027597346fd2",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4b3983d21804",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36c1c2b5239e",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41608970b708",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "925708a92b26",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c6a16227a8d8",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "468200b3524c",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34b9a81f9316",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31af799caede",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "350c5f871311",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9b619c330677",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "498faff879d2",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "825e388d7a83",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "de48ad1fb456",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "173121657802",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30b019904825",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d53dfb3df54e",
        "url": "https://www.france.fr/es/archivos/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5fbed9477f22",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dc75b64cc663",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36cb69f8872d",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cc8538969238",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5130b5e86ccd",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "670ad3c6af56",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e47d7530ccc9",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6907ba7b3b0a",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d1b8290584c4",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "045c15e441bc",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b1f82e08b99d",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "800da5d508a4",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26e2352526f2",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2d634d85601",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3f76a4ac64b",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33b795155bce",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3d4f95185533",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f7ed04cd40c",
        "url": "https://www.france.fr/es/buscar/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f171ff8e901",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1150ad89b1b1",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4cd337b34326",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9692af923054",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa11651f8d31",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "485d2228f878",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b125cffebed2",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0b48aeae351",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f41bd6327ebd",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "816670c59e27",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1b361fae7433",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a8e1da316a25",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a00bdeeff5da",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ea03bab5af4c",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "046bf325725a",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a77e2f8238e1",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fbad5d6b8858",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "871ea607391d",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e23b958314c1",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "992306b9a801",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "96ea51af4fa4",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a3a3e7245c8a",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75e56aa30bd2",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2878d429d9be",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b67755423dc",
        "url": "https://www.france.fr/es/destino/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c0f0f9753d8",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d310e88a151a",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be97dda4f402",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b8f80c89b9cd",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7963e5cad0fc",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36738b021ee1",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2a09fc59774a",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b5a4636e284",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "61a4564e4b01",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "952f907bb0ea",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "35b722a24668",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "01e55a1b6010",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7f65d61f4560",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1816f4f1a5fb",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2c8483b9677f",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "30c3bde447aa",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5b50280f3ae0",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe046e70cc24",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0868f5d21b46",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8c0265b80c03",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b38a29dfd48d",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e6f0295651ae",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7a74fbd98679",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "43ee8f8ac6f0",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22ee8e351339",
        "url": "https://www.france.fr/es/info-practica/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f5e2ccbf2ce6",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84af49a82aac",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9ebee4d99b16",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6796dcf13699",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "405553546708",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c0575e75f587",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb64e00c88c4",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5cc15742c107",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "158d51f6240f",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d58d0865ff4c",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f87d4a2ddc1e",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5778caddbd1d",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae098b07da36",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "215065130d4b",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "637337ca6a2e",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aef35c65420e",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "951cb9cf0fd5",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d40b033184f8",
        "url": "https://www.france.fr/es/itinerario/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7d8582b15b1",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7e3b357ff606",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ec038ef19659",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "ea2ed6262fa2",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "42e82edff773",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a2cf246eace1",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "65430f505b56",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7ca4c814e2e9",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "398cd8bf7d06",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a0381d2d9424",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "87dab3e8aacc",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f3dab8e95c33",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8915b6ca5b58",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "34050e39f48e",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "733cdfa8e404",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fe7f7c8276b5",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "dce385d8ae30",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c94c6028110f",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f24d86546336",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5a5197bf0e9e",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "14f39bc221c1",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "292cd5ee6e93",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "8988e83c6703",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "90b43fac522c",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a4383909b94",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0d670aa9cff1",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8fdcaec0ec73",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "568a282e9f3c",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54dc7129ac13",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "914e27532838",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73691df55e64",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca33795956e3",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b87114d47b8",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e692a34444a",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "67bd6997e927",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bd5aa5eeddd6",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2796d2cd62b8",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7f46e1c6161",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "00afdd954985",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8936f0603c17",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2f2e5278e36",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "736ec5131880",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "161f118c3912",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5dbd0d85eb3c",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6524d634c45a",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d83d318e6c28",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c4197304191c",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "093bbfd9cc25",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e50eb73d2e1f",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "deb7c1badc49",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fdc9a79c6f64",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe11ecbf3c25",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d60e3a043fd0",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a6e0ea8d1d68",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86a1e8f84729",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a93fb6ca7b90",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aef947710f96",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12beb5a686cd",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14c2b95c8d42",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6564ffb1b578",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "72672730bb6b",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7471580f1472",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ff0379d58221",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "194cc2d9f4a9",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c66da5a33c09",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ebbaff25951",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:navigable/page-has-heading-one|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1892dcd50230",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33e021e88a27",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21b9dac306bc",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aa2b9378ccc8",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a4b1567432e8",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86686d44009b",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54aebbf8b5fd",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbf768fa140f",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7b71f704b2bf",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9925e41385f6",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "52a1d8fc3dac",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b4587dbf229b",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f145ffc83e76",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8783a7b7eca6",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd73f88216c7",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34bf0cf441e4",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e381c1e250a0",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "205ffa0bc94f",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2bbbdd38bfb",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "29a1f6b5aaba",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "453154b42a05",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2dbaf3ac987e",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1f906c592353",
        "url": "https://www.france.fr/es/mapa/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f367d708f0ed",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5767b20408de",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "05afbaa488e3",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "944bf33aff8b",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "831d49f5dca1",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "31b49e499093",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8602cd604f8b",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36125c8da388",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3108c4cfb850",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81de0235a446",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c2752793a07a",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c8184703381",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f44caca35cd6",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e8718f17b9f8",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e423b85ee62d",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48ea86e76905",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d717e73ec161",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1763617e5048",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "44ce8e9cc8d3",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "03d390c25036",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "73844cea208a",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fa68f4b80692",
        "url": "https://www.france.fr/fr/activites/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c385b2c44278",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3f043843b483",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70dfcfe6c3dc",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c143ab691a34",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "33c5ddfd4258",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e51a2424148c",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "346cbad634c9",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26676c05c188",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cacd566f4d90",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b62b47e2ef33",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "21329e211265",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9943b87eafa7",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f67f8799fa66",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "37b00e97267b",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c1a069e29728",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "216dc4f5c551",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "edf06bfeceac",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6c7b4068882b",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "329bcf489664",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9377d39c9f32",
        "url": "https://www.france.fr/fr/archives/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af8f61fe8f88",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e5a638bd56e1",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "104970bcd5b2",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cee614fec2bd",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d5343dfc5c01",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a13abb115abf",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "555d8b41c0c3",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8e1342f2aa23",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c2df5730b114",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e33f4bc645cd",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2de2622d9d2a",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d010d35e6a06",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "98f072e04514",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "69df646057f1",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d368a340fe9",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd6b2c9dbb3d",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b532efb14f6d",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c3aea19f95b",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ee0562ac717",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "948814076a55",
        "url": "https://www.france.fr/fr/articles-recents/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f646cc5b785d",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "535c66be32ec",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4d5b4f9c5dc8",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d643f59e5c0c",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b28d703364e7",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6fc925a18a93",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "df37373cd87e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c1d887f0274",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b1acd80efae8",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c21f388f8442",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b58861fea2e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d586b88eef9e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "960f295f22fa",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f51d2c6fde1f",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f935c7a2efc6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f6af9f90b676",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "c35d3bdffe03",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "07f9dc8682c6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7095e04bd0a3",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5adaff2610a8",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "0623ac8fa7d3",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7fbc47bca716",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6b82b6811849",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e8286a08b1f6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "f65aaedf7657",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6c7ec58b2ad6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "837dc4ae6d9b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "7b868254ab9b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae7d50d0dc75",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ee24b02e2b4",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e5bc07105c5d",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8fc372f0ebcd",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "707da36ecc2c",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "57763a44ad81",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7612890cc748",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ca115ad7e5b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "096031496f2d",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4729be204bbb",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6add0758fe18",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24ec7e360231",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6567cb8048b2",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6cc2db16cbe9",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0212cc0b0ddc",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3d2ffea5402b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d540d1f18053",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1daf61e00551",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9adfddde36e9",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "12d63a8da550",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0b5e49b8f8b8",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77450dd60c53",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f5eb84563c55",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac77cd27ae19",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "917820785bee",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c74b0f384bd9",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9bbd4359692e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1a23cb4fa705",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6b8952896314",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ebe505833fb6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b0ae7552935b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cb5cb5807eaa",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "26f3421962b7",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a957a41a311d",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ea2e9aabc54",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48f55cb31897",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6d9ebdb16350",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "84b65699a054",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c20bde489110",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dd776f66568c",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "060543aa13fb",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "966235d11f8f",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:navigable/page-has-heading-one|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88741b6c566e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a467fda51e79",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "194a83ce6f02",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "72089579a811",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe8d96512298",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "aecc5409d041",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "88a9a924a5d0",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e2f197afd8b6",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7ecfb3a2cf05",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2f3c012d1c54",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92797d32c6a5",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c862bf2c3bfa",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "937d00362f4e",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ece1c9983c2a",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a6688ae53361",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "681627ad0194",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0f346a3eba51",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "81c087dfbe8c",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a0417f1a2481",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f45fa252952b",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "92157fd237bd",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d0e3a5b723fe",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b683a2ef91f8",
        "url": "https://www.france.fr/fr/carte/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "58d43f36a15b",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f9de400a3155",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "35407c8e1d76",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5eec13a37077",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3c5f5def3502",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5f2ccb27cfb3",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9aed4649bb24",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48dd9b19f3ee",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34fe300f9bf1",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c62e420849a5",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ee85494a856f",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a46d28403a0e",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a47102fb3e6a",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4108350211dd",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "68f5d815c0a2",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "36c1b56aa962",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "005b96356fa0",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "615945e3a5e7",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "821a428bbee5",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "976ac85a93ca",
        "url": "https://www.france.fr/fr/evenement/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "51a494e982ae",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "wcag:wcag143|light",
        "engine": "axe"
      },
      {
        "fingerprint": "21cdfa2fe4d9",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "wcag:wcag311|light",
        "engine": "axe"
      },
      {
        "fingerprint": "86f1dc4ba238",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3e17304f7619",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f64a50dea734",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17981c80904b",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e61c16dafab9",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "43654c0e4893",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9dae33b1a5c7",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c9a3b4c8f575",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2b4a88e41ec1",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06c99049a738",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cbd29bb352b5",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d5d89a5a3b1a",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8df5458b29e4",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d9a953b689ff",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75f0b5a2cf13",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d3f1da7a9d2c",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8805b329d35f",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d39f550c42b",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "209b6f6b8daa",
        "url": "https://www.france.fr/it/archivi/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "148c9aeffeb5",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54e0037ecb9a",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "48ce49ee200c",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f1cf14ffc55f",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "189a43f42551",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "86370114e284",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "77ab5a0ce43f",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0372a712053c",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9c881ee92f36",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "033d3a733c01",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60940415395e",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "270de803bdde",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "70ee300be69b",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7f0fab9737e4",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "99570784d51a",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "01d21e819125",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "be369fc10765",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f6730f8b7f7d",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1fc0fe782696",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f940a348568d",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5dc40dba950e",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5eb56602b053",
        "url": "https://www.france.fr/it/attivita/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "723a5eae1d35",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag412|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bf3abacee55a",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:empty-heading|light",
        "engine": "axe"
      },
      {
        "fingerprint": "511a57aff203",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa6a02346572",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e2e9afc5a9de",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1a70938781a9",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b91231800b48",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "4e2e52b30f74",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa8102f81d25",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "6a85bc4df2ce",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "5db5634f12ba",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "d734f711d82b",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "a4bfc89f3b20",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "27770b5ac3b1",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8abfc9eac53",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "16a7122b212f",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "1631ab64d6b7",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "babd36981f05",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "b8a03e41dabb",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "01381d402e0d",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "79825502bfcb",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "bd656d06307c",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "fa98096109d9",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "wcag:wcag111|light",
        "engine": "axe"
      },
      {
        "fingerprint": "3811fa248a4e",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a5442f320890",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d028e2c852ff",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e75dee2395b",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca02e67cdc10",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8ebebdc79495",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11b65e4150e2",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7d6a73257306",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "62134e727379",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d4a0c4593998",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbe3ca29b616",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c21aa82dfe38",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3ad0cc60ed8",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ecc2687a6d36",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bef07b274466",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3b93754c30e0",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "11cff1367178",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "af2f6fdd9d6e",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d078058459b7",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d67cebb0139a",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b9983d67d0f4",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:text-alternatives/img-alt|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "110b18ea4194",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1271a64c37fa",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "60fd4cd3eb49",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b86097feed22",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e21a7f9fb822",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "986b80e8d2b7",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1bf52b8e9f03",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fd5ee79f8614",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6191a75f690d",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5375e9626a92",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "def984243924",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "09dee78d1b2a",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "16d1a8c64f06",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c767e59d8ccc",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c8d4f27de823",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e455dab44c43",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4c8a2fc6dc5c",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22dda2ce5ced",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:navigable/page-has-heading-one|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "089a27e69d4b",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:navigable/empty-heading|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2c15f4f48ef2",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eb7aab0ff41e",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:labels-and-names/button-name|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "df92b89890ab",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6f288cd53a1f",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3046d4a7355b",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a1dc30e9b8fe",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "410f773ea8aa",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "24c2ff162feb",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "39a5de139b2c",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "cd8b08de86ac",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "65e7db6a0637",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "379e9d59a1e5",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed02b48b6c88",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "38ee81c49fc7",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "188c43cba0e3",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bf8b38490565",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d04676a87bcb",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2e0265b1b18e",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ac1eb677c06d",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9712a0315043",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c380cacfd582",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5d1faf270270",
        "url": "https://www.france.fr/it/cartina/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3e7d0fe5d6a",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4dda56226d2b",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "964bee0c8842",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ee43c2a532f3",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3ca959fddc95",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bda73cacc986",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1e0dbf36e2af",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a65f289c2dea",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d7f01be0befd",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "042a163d3f2d",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ed97e7fdfe56",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ae7bf2e715a9",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "04711b079b44",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f26bd0df87ce",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ec1eb2b280e6",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3748202769fc",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "14e9c6c1a0a3",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a4b89103ae52",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "130b95f805a1",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "9cf0ef1711a6",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "bdb2af24eb1d",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "22c064ceecd6",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "3f13b04671b0",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "a59a7e1bb187",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "7c42c08f891b",
        "url": "https://www.france.fr/it/destinazione/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c68179f96d7a",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "092f23841776",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "eba5ef20d20c",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "dbddd991dabc",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "27badf9af8d7",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0aed0c5c3fa4",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "ca4b5ce2d91a",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c05537daf8a0",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4356feb2fa8b",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "54ac8afc3528",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d720aae20078",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e92d204b293e",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0d4640f2f5bc",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d2e6abef9c44",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "4d2c75b43745",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "17bd2c58376f",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1194ef016a6a",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c3d53b9292f0",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "64f01538d4d3",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0ca2b80b7d22",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "34cd52851206",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f46b82b48ff2",
        "url": "https://www.france.fr/it/evento/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "f887b82dc3a6",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:heading-order|light",
        "engine": "axe"
      },
      {
        "fingerprint": "e0d9df878178",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "973563555adc",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "75d71192cca3",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "8b9c6a86d65c",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "945e5320a0c8",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "d48868a06255",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "048c848999f1",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "acb6ae66baca",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "963aea011082",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "c982c19805b1",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "2eb7bdd4c556",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "acb3dafef5a0",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "fe02ac124546",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "1bf3f5fc5eb7",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "06b070f4d25f",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0db1ea7b6721",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:keyboard-accessible/focus-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "39c0e8690f9e",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:navigable/heading-order|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e11946474b7a",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:landmarks/region|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "0665fd2820cd",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:labels-and-names/duplicate-id-aria|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "6049084c3f5f",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "e7163b7e44e1",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "5c0cfae8b0e0",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "b39fc86801d7",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      },
      {
        "fingerprint": "41db507e2660",
        "url": "https://www.france.fr/it/info-pratiche/",
        "ruleKey": "rule:aria/aria-hidden-focus|light",
        "engine": "accesslint"
      }
    ],
    "resolvedIssues": []
  }
}
